rpms/js/devel js.spec,1.28,1.29

Pavel Alexeev hubbitus at fedoraproject.org
Mon Jan 25 09:25:14 UTC 2010


Author: hubbitus

Update of /cvs/pkgs/rpms/js/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5277

Modified Files:
	js.spec 
Log Message:
Remove static library from -devel - %%{_libdir}/*.a (bz#556057) to meet guidelines.




Index: js.spec
===================================================================
RCS file: /cvs/pkgs/rpms/js/devel/js.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- js.spec	2 Aug 2009 17:07:04 -0000	1.28
+++ js.spec	25 Jan 2010 09:25:13 -0000	1.29
@@ -3,7 +3,7 @@
 Summary:	JavaScript interpreter and libraries
 Name:	js
 Version:	1.70
-Release:	8%{?dist}
+Release:	9%{?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}
@@ -122,13 +122,14 @@ export BUILD_OPT=1
 %{_bindir}/jscpucfg
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
-%{_libdir}/*.a
 %{_includedir}/js*.h
 %{_includedir}/*.tbl
 %{_includedir}/js.msg
 
-
 %changelog
+* Mon Jan 25 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-9
+- Remove static library from -devel - %%{_libdir}/*.a (bz#556057) to meet guidelines.
+
 * Sun Aug 2 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-8
 - Reformat spec with tabs.
 - By report of Thomas Sondergaard (BZ#511162) Add -DXP_UNIX=1 -DJS_THREADSAFE=1 flags and nspr requires into libjs.pc



More information about the scm-commits mailing list