rpms/openhpi/devel openhpi.spec,1.71,1.72

Dan Horák sharkcz at fedoraproject.org
Wed Mar 4 20:48:15 UTC 2009


Author: sharkcz

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

Modified Files:
	openhpi.spec 
Log Message:
* Wed Feb 25 2009 Dan Horak <dan[at]danny.cz> - 2.13.3-2
- fix ppc/ppc64 builds



Index: openhpi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openhpi/devel/openhpi.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- openhpi.spec	25 Feb 2009 20:28:41 -0000	1.71
+++ openhpi.spec	4 Mar 2009 20:47:45 -0000	1.72
@@ -1,7 +1,7 @@
 Summary: Hardware Platform Interface library and tools
 Name: openhpi
 Version: 2.13.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openhpi.org
@@ -73,11 +73,7 @@
 
 # temp hack for glib2
 %ifarch ppc ppc64
-sed -i 's/ -Werror//g' utils/Makefile
-sed -i 's/ -Werror//g' utils/t/*/Makefile
-sed -i 's/ -Werror//g' openhpid/Makefile
-sed -i 's/ -Werror//g' src/Makefile
-sed -i 's/ -Werror//g' ssl/Makefile
+find . -name Makefile | xargs sed -i 's/ -Werror//g'
 %endif
 
 make %{?_smp_mflags}
@@ -155,6 +151,9 @@
 
 
 %changelog
+* Wed Feb 25 2009 Dan Horak <dan[at]danny.cz> - 2.13.3-2
+- fix ppc/ppc64 builds
+
 * Wed Feb 25 2009 Dan Horak <dan[at]danny.cz> - 2.13.3-1
 - update to 2.13.3
 




More information about the fedora-extras-commits mailing list