SPECS: jsext.spec (NEW) - added (NFY)
aredridel
aredridel at pld-linux.org
Mon Apr 23 19:15:02 CEST 2007
Author: aredridel Date: Mon Apr 23 17:15:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added (NFY)
---- Files affected:
SPECS:
jsext.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/jsext.spec
diff -u /dev/null SPECS/jsext.spec:1.1
--- /dev/null Mon Apr 23 19:15:02 2007
+++ SPECS/jsext.spec Mon Apr 23 19:14:57 2007
@@ -0,0 +1,245 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without threads # thread-safe library (requires nspr)
+#
+Summary: JavaScript Implementation
+Summary(pl.UTF-8): Implementacja JavaScriptu
+Name: jsext
+Version: 0.12
+Release: 1
+License: GPL or Netscape Public License 1.1
+Group: Libraries
+Source0: http://dl.sourceforge.net/jsext/%{name}-%{version}.tar.gz
+# Source0-md5: 9980d5bdcec8d4a2b5455f3264b42184
+URL: http://www.jsext.net/
+BuildRequires: readline-devel
+BuildRequires: rpmbuild(macros) >= 1.294
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+JavaScript Reference Implementation (codename SpiderMonkey). The
+package contains JavaScript runtime (compiler, interpreter,
+decompiler, garbage collector, atom manager, standard classes) and
+small "shell" program that can be used interactively and with .js
+files to run scripts. This version extends the interpreter with the
+ability to access libraries written in C.
+
+%package devel
+Summary: Header files for JavaScript library
+Summary(pl.UTF-8): Pliki nagłówkowe do biblioteki JavaScript
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+%{?with_threads:Provides: js-devel(threads)}
+Conflicts: njs-devel
+
+%description devel
+Header files for JavaScript library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe do biblioteki JavaScript.
+
+%package static
+Summary: Static JavaScript library
+Summary(pl.UTF-8): Statyczna biblioteka JavaScript
+Group: Development/Libraries
+Requires: %{name}-devel = %{epoch}:%{version}-%{release}
+%{?with_threads:Provides: js-static(threads)}
+Conflicts: njs-static
+
+%description static
+Static version of JavaScript library.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir}/js}
+%{__make} install \
+ libdir=$RPM_BUILD_ROOT%{_libdir} \
+ bindir=$RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/jsext*
+%attr(755,root,root) %{_libdir}/libjsext.so.*.*
+%dir %{_libdir}/%{name}-%{version}
+%attr(755,root,root) %{_libdir}/%{name}-%{version}/*.so
+
+
+%files devel
+%defattr(644,root,root,755)
+#%attr(755,root,root) %{_libdir}/libjs.so
+#%dir %{_includedir}/js
+#%{_includedir}/js/js.msg
+#%{_includedir}/js/jsopcode.tbl
+#%{_includedir}/js/js[!j]*.h
+
+%files static
+%defattr(644,root,root,755)
+#%{_libdir}/libjs.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/04/23 17:14:57 aredridel
+- added (NFY)
+
+Revision 1.46 2007/02/13 19:59:02 qboosh
+- updated bcond descs
+
+Revision 1.45 2007/02/13 19:41:42 qboosh
+- ghost soname symlinks; let .so symlinks point to real libs
+
+Revision 1.44 2007/02/13 08:06:36 glen
+- tabs in preamble
+
+Revision 1.43 2007/02/12 00:48:57 baggins
+- converted to UTF-8
+
+Revision 1.42 2007/01/28 15:41:31 arekm
+- generate missing symlinks
+
+Revision 1.41 2007/01/28 15:37:16 arekm
+- rel 4
+
+Revision 1.40 2007/01/28 15:31:37 arekm
+- rel 3
+
+Revision 1.39 2007/01/28 15:27:32 arekm
+- enable threads
+
+Revision 1.38 2007/01/15 07:20:53 qboosh
+- macros for java_home
+
+Revision 1.37 2007/01/15 07:20:18 qboosh
+- updated to 1.60, use jpackage-utils
+
+Revision 1.36 2006/09/27 13:45:48 shadzik
+- P: js(threads),js-devel(threads),js-static(threads)
+- rel 3
+
+Revision 1.35 2006/09/06 17:18:44 sparky
+- -j1, build broken on smp
+
+Revision 1.34 2006/08/03 23:54:04 sparky
+- pass rpmldflags
+
+Revision 1.33 2005/10/30 15:14:56 qboosh
+- updated to final 1.5, release 2
+
+Revision 1.32 2005/09/17 10:33:56 arekm
+- rebuild with readline 5.0
+
+Revision 1.31 2005/05/11 18:42:03 adamg
+- release 2 for Th
+
+Revision 1.30 2005/05/11 18:39:37 adamg
+- cp instead of move in %install
+- release 1.rc6a (to avoid epoch bump)
+
+Revision 1.29 2005/03/23 17:18:07 glen
+- dropped SourceX-size
+
+Revision 1.28 2004/12/14 16:59:56 baggins
+- DON'T hardcode java paths!
+
+Revision 1.27 2004/10/26 19:38:00 qboosh
+- spacing
+
+Revision 1.26 2004/10/25 11:47:23 paladine
+- "Perl" unifications
+
+Revision 1.25 2004/10/23 07:50:09 witekfl
+- upgrade to 1.5rc6a
+- introduced Epoch
+
+Revision 1.24 2004/03/24 19:40:03 qboosh
+- fixed -java build with new soname scheme
+
+Revision 1.23 2004/03/24 18:26:22 qboosh
+- use gcc to link shared lib (fixes build on sparc)
+
+Revision 1.22 2004/03/24 17:11:05 undefine
+- use libs.so.x.x.x format
+- release 2
+
+Revision 1.21 2004/03/24 16:05:32 qboosh
+- define HAVE_VA_COPY to use va_copy on all archs
+
+Revision 1.20 2004/03/24 16:02:24 qboosh
+- added PIC fix to makefile patch
+- define VA_COPY=va_copy (used on amd64)
+
+Revision 1.19 2004/03/24 14:33:06 undefine
+- update to 1.6, use strict version-release R:
+
+Revision 1.18 2004/01/27 00:08:09 qboosh
+- what kernel-headers?! removed from BR.
+
+Revision 1.17 2004/01/26 23:20:41 qboosh
+- new-style bconds
+
+Revision 1.16 2003/08/11 22:46:32 ankry
+- cosmetics
+
+Revision 1.15 2003/07/28 00:58:57 martii
+- BR added; does not build without kernel-headers
+
+Revision 1.14 2003/07/06 10:13:33 ankry
+- fixed md5
+
+Revision 1.13 2003/07/04 22:44:18 qboosh
+- updated to rc5a, added more fixes to makefile patch
+
+Revision 1.12 2003/05/28 12:59:15 malekith
+- massive attack: source-md5
+
+Revision 1.11 2003/05/25 05:49:11 misi3k
+- massive attack s/pld.org.pl/pld-linux.org/
+
+Revision 1.10 2003/03/25 23:37:20 qboosh
+- Ra is on RA-branch, not here! s/site/vendor/ back
+
+Revision 1.9 2003/03/23 14:10:02 grzegorz
+- sed s/vendor/site/, now builds on Ra
+
+Revision 1.8 2003/03/23 13:32:24 grzegorz
+- added BR: perl-devel
+
+Revision 1.7 2003/03/20 17:41:56 qboosh
+- fixed build
+
+Revision 1.6 2003/03/19 22:45:17 pbern
+- update to rc5
+
+Revision 1.5 2003/03/02 20:53:39 radek
+- updated for perl-5.8; release *.2: untested
+
+Revision 1.4 2003/02/28 10:07:58 trojan
+- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
+
+Revision 1.3 2003/01/25 14:37:16 qboosh
+- changed Obsoletes: njs to Conflicts (these libs aren't compatible at all!)
+- separated java subpackages (conflict with mozilla), added missing .jar
+- release 0.rc4a.1
+
+Revision 1.2 2003/01/11 13:06:01 juandon
+- added Obsoletes: njs
+
+Revision 1.1 2002/05/18 21:33:00 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list