rpms/g-wrap/devel g-wrap.spec,1.37,1.38

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue May 8 01:53:34 UTC 2007


Author: notting

Update of /cvs/extras/rpms/g-wrap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19439

Modified Files:
	g-wrap.spec 
Log Message:
re-add .la files (#238263)



Index: g-wrap.spec
===================================================================
RCS file: /cvs/extras/rpms/g-wrap/devel/g-wrap.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- g-wrap.spec	18 Apr 2007 02:04:17 -0000	1.37
+++ g-wrap.spec	8 May 2007 01:52:58 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: A tool for creating Scheme interfaces to C libraries
 Name: g-wrap
 Version: 1.9.6
-Release: 10
+Release: 11
 Group: Development/Libraries
 License: GPL
 Requires: guile
@@ -76,7 +76,6 @@
 rm -f %{buildroot}/%{_libdir}/libffi.*
 sed -i "s|-lffi||g" %{buildroot}/%{_libdir}/pkgconfig/*
 sed -i "s|<ffi|<g-wrap/ffi|g"  %{buildroot}/%{_includedir}/g-wrap/*.h
-find %{buildroot} -name *.la -exec rm -f {} \;
 rm -f %{buildroot}/%{_libdir}/*.a
 rm -f %{buildroot}/usr/share/info/dir
 
@@ -99,6 +98,7 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README THANKS
 %{_libdir}/*.so.*
+%{_libdir}/*.la
 %{_datadir}/guile/site/*
 
 %files devel
@@ -111,6 +111,9 @@
 %doc %{_infodir}/g-wrap.info*
 
 %changelog
+* Mon May  7 2007 Bill Nottingham <notting at redhat.com> - 1.9.6-11
+- re-add .la files (#238263)
+
 * Thu Jan 18 2007 Bill Nottingham <notting at redhat.com> - 1.9.6-10
 - remove .la files
 - fix build with -Werror




More information about the fedora-extras-commits mailing list