rpms/elftoaout/devel elftoaout.spec,1.4,1.5

Tom Callaway spot at fedoraproject.org
Fri May 15 17:21:30 UTC 2009


Author: spot

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

Modified Files:
	elftoaout.spec 
Log Message:
fix optflags


Index: elftoaout.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elftoaout/devel/elftoaout.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- elftoaout.spec	24 Feb 2009 14:26:21 -0000	1.4
+++ elftoaout.spec	15 May 2009 17:20:59 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: A utility for converting ELF binaries to a.out binaries
 Name: elftoaout
 Version: 2.3
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
 URL: http://www.sparc-boot.org/elftoaout
@@ -23,7 +23,7 @@ package.
 %patch0 -p1
 
 %build
-make
+make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/elftoaout.*
 
 %changelog
+* Fri May 15 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.3-13
+- fix elftoaout to use optflags
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list