rpms/g-wrap/devel g-wrap.spec,1.39,1.40

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Sat Jun 9 00:37:33 UTC 2007


Author: notting

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

Modified Files:
	g-wrap.spec 
Log Message:
add some commentary



Index: g-wrap.spec
===================================================================
RCS file: /cvs/extras/rpms/g-wrap/devel/g-wrap.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- g-wrap.spec	8 Jun 2007 21:40:27 -0000	1.39
+++ g-wrap.spec	9 Jun 2007 00:36:59 -0000	1.40
@@ -61,7 +61,7 @@
 make install DESTDIR=%{buildroot}
 
 # Move ffi headers out of standard locations to avoid apps picking
-# them up, and remove the .so. g-wrap headers are arch-dependent, so
+# them up, and remove the .so. g-wrap FFI headers are arch-dependent, so
 # move to $(libdir).
 
 mkdir -p %{buildroot}/%{_libdir}/g-wrap/include
@@ -76,6 +76,9 @@
 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
+
+# Keep .la files (bug #238263)
+
 rm -f %{buildroot}/%{_libdir}/*.a
 rm -f %{buildroot}/usr/share/info/dir
 




More information about the fedora-extras-commits mailing list