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

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


Author: hubbitus

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

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.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- js.spec	25 Jan 2010 09:25:13 -0000	1.29
+++ js.spec	25 Jan 2010 09:31:04 -0000	1.30
@@ -3,7 +3,7 @@
 Summary:	JavaScript interpreter and libraries
 Name:	js
 Version:	1.70
-Release:	9%{?dist}
+Release:	10%{?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}
@@ -89,8 +89,6 @@ export BUILD_OPT=1
 	%{buildroot}%{_includedir}
 %{__install} -m 0755 src/Linux_All_OPT.OBJ/{js,jscpucfg} \
 	%{buildroot}%{_bindir}/
-%{__install} -m 0644 src/Linux_All_OPT.OBJ/libjs.a \
-	%{buildroot}%{_libdir}/
 %{__install} -m 0755 src/Linux_All_OPT.OBJ/libjs.so \
 	%{buildroot}%{_libdir}/
 %{__mv} %{buildroot}%{_libdir}/libjs.so %{buildroot}%{_libdir}/libjs.so.1
@@ -127,7 +125,7 @@ export BUILD_OPT=1
 %{_includedir}/js.msg
 
 %changelog
-* Mon Jan 25 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-9
+* Mon Jan 25 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-10
 - 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



More information about the scm-commits mailing list