rpms/js/devel js.spec,1.15,1.16

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Aug 6 12:37:08 UTC 2007


Author: thias

Update of /cvs/extras/rpms/js/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7535

Modified Files:
	js.spec 
Log Message:
Update License field and build with perl-devel.



Index: js.spec
===================================================================
RCS file: /cvs/extras/rpms/js/devel/js.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- js.spec	9 Apr 2007 15:00:28 -0000	1.15
+++ js.spec	6 Aug 2007 12:36:35 -0000	1.16
@@ -3,11 +3,13 @@
 Summary: JavaScript interpreter and libraries
 Name: js
 Version: 1.60
-Release: 2%{?dist}
+Release: 3%{?dist}
+# The sources are triple licensed, but when we link against readline which is
+# GPL, the result can only be GPL.
 %if 0%{?_without_readline:1}
-License: MPL/GPL/LGPL
+License: GPLv2+ or LGPLv2+ or MPLv1.1
 %else
-License: GPL
+License: GPLv2+
 %endif
 Group: Development/Languages
 URL: http://www.mozilla.org/js/
@@ -20,7 +22,8 @@
 Patch5: js-1.60-ncurses.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: perl >= 1:5.6.1, readline-devel, ncurses-devel, nspr-devel
+BuildRequires: perl(ExtUtils::MakeMaker)
+Buildrequires: readline-devel, ncurses-devel, nspr-devel
 # Temporary fix (#226970 - nspr-devel should require pkgconfig)
 Buildrequires: pkgconfig
 Provides: libjs = %{version}-%{release}
@@ -146,6 +149,10 @@
 
 
 %changelog
+* Mon Aug  6 2007 Matthias Saou <http://freshrpms.net/> 1.60-3
+- Update License field.
+- Add perl(ExtUtils::MakeMaker) build requirement to pull in perl-devel.
+
 * Fri Feb  2 2007 Matthias Saou <http://freshrpms.net/> 1.60-2
 - Include jsopcode.tbl and js.msg in devel (#235481).
 - Install static lib mode 644 instead of 755.




More information about the fedora-extras-commits mailing list