SPECS: js.spec - updated to 1.60, use jpackage-utils

qboosh qboosh at pld-linux.org
Mon Jan 15 08:20:24 CET 2007


Author: qboosh                       Date: Mon Jan 15 07:20:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.60, use jpackage-utils

---- Files affected:
SPECS:
   js.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/js.spec
diff -u SPECS/js.spec:1.36 SPECS/js.spec:1.37
--- SPECS/js.spec:1.36	Wed Sep 27 15:45:48 2006
+++ SPECS/js.spec	Mon Jan 15 08:20:18 2007
@@ -8,16 +8,17 @@
 Summary:	JavaScript Reference Implementation
 Summary(pl):	Wzorcowa implementacja JavaScriptu
 Name:		js
-Version:	1.5
-Release:	3
+Version:	1.60
+Release:	1
 Epoch:		1
 License:	GPL or Netscape Public License 1.1
 Group:		Libraries
 Source0:	http://ftp.mozilla.org/pub/mozilla.org/js/%{name}-%{version}.tar.gz
-# Source0-md5:	863bb6462f4ce535399a7c6276ae6776
+# Source0-md5:	bd8f021e43a8fbbec55ac2cd3d483243
 Patch0:		%{name}-makefile.patch
 URL:		http://www.mozilla.org/js/
 %{?with_java:BuildRequires:	jdk}
+%{?with_java:BuildRequires:	jpackage-utils}
 %{?with_threads:BuildRequires:	nspr-devel}
 BuildRequires:	perl-devel
 BuildRequires:	readline-devel
@@ -151,7 +152,7 @@
 	LDFLAGS="%{rpmldflags}" \
 	MKSHLIB="%{__cc} -shared -Wl,-soname=\$(SONAME)" \
 	%{?with_threads:JS_THREADSAFE=1} \
-	%{?with_java:JS_LIVECONNECT=1 JDK=%{_libdir}/java}
+	%{?with_java:JS_LIVECONNECT=1 JDK=%{java_home}}
 
 # js segfaults when jsperl is compiled in
 #	JS_PERLCONNECT=1
@@ -194,7 +195,7 @@
 install liveconnect/{jsjava.h,nsI*.h,_jni/*.h} $RPM_BUILD_ROOT%{_includedir}/js
 %endif
 
-%{__make} -C perlconnect install \
+%{__make} -C perlconnect pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 cp -f perlconnect/README.html README-perlconnect.html
@@ -261,6 +262,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/js.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list