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

Nils Philippsen nphilipp at fedoraproject.org
Thu Jul 2 14:10:30 UTC 2009


Author: nphilipp

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

Modified Files:
	gegl.spec 
Log Message:
remove *.la files in %%{_libdir}/gegl-*/ (#509292)



Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/gegl.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- gegl.spec	2 Jul 2009 12:46:42 -0000	1.15
+++ gegl.spec	2 Jul 2009 14:10:30 -0000	1.16
@@ -74,6 +74,7 @@ rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install INSTALL='install -p'
 
 rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/gegl-0.1/*.la
 
 %check
 make check
@@ -90,7 +91,7 @@ rm -rf %{buildroot}
 %doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
 %{_bindir}/gegl
 %{_libdir}/*.so.*
-%{_libdir}/gegl-0.0/
+%{_libdir}/gegl-0.1/
 
 %files devel
 %defattr(-, root, root, -)
@@ -103,6 +104,7 @@ rm -rf %{buildroot}
 * Thu Jul 02 2009 Nils Philippsen - 0.1.0-1
 - version 0.1.0
 - use "--disable-gtk-doc" to avoid rebuilding documentation (#481404)
+- remove *.la files in %%{_libdir}/gegl-*/ (#509292)
 
 * Thu Jun 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.0.22-5
 - Apply patch to build with babl-0.1.0 API changes




More information about the fedora-extras-commits mailing list