rpms/libyaml/F-10 libyaml.spec,1.1,1.2

John Eckersberg jeckersb at fedoraproject.org
Tue Mar 3 18:28:48 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/libyaml/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26599

Modified Files:
	libyaml.spec 
Log Message:
do not include static libraries in RPMs


Index: libyaml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libyaml/F-10/libyaml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libyaml.spec	3 Mar 2009 01:09:45 -0000	1.1
+++ libyaml.spec	3 Mar 2009 18:28:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libyaml
 Version:        0.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        YAML 1.1 parser and emitter written in C
 
 Group:          Development/Libraries
@@ -38,7 +38,7 @@
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} INSTALL="install -p" install
-rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.{la,a}
 
 %clean
 rm -rf %{buildroot}
@@ -60,11 +60,13 @@
 %defattr(-,root,root,-)
 %doc doc/html
 %{_libdir}/%{name}*.so
-%{_libdir}/*a
 %{_includedir}/yaml.h
 
 
 %changelog
+* Tue Mar 3 2009 John Eckersberg <jeckersb at redhat.com> - 0.1.2-3
+- Remove static libraries
+
 * Thu Feb 26 2009 John Eckersberg <jeckersb at redhat.com> - 0.1.2-2
 - Remove README and LICENSE from docs on -devel package
 - Remove -static package and merge contents into the -devel package




More information about the fedora-extras-commits mailing list