rpms/bio2jack/EL-6 bio2jack.spec,1.3,1.4

David Timms dtimms at fedoraproject.org
Tue Jul 20 09:38:54 UTC 2010


Author: dtimms

Update of /cvs/pkgs/rpms/bio2jack/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19280

Modified Files:
	bio2jack.spec 
Log Message:
Remove .lo file prior to build. Fixes RHBZ#564695



Index: bio2jack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bio2jack/EL-6/bio2jack.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bio2jack.spec	24 Jul 2009 18:04:27 -0000	1.3
+++ bio2jack.spec	20 Jul 2010 09:38:53 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		bio2jack
 Version:	0.9
-Release:	4%{?dist}
+Release:	5%{?dist}
 Group:		System Environment/Libraries
 # The license file says GPLv2+ but the source files say LGPLv2+.
 # The author of the software confirmed (via email) that it is 
@@ -43,6 +43,9 @@ applications that use %{name}.
 # Remove precompiled binaries:
 rm -fr .libs *.o
 
+# Screws up the build if left alive
+rm -f *.lo
+
 # In order to pass the optflags later:
 sed -i -e 's|./configure||g' autogen.sh
 
@@ -80,6 +83,9 @@ rm -rf %{buildroot}
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-5
+- Remove .lo file prior to build. Fixes RHBZ#564695
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list