rpms/pm-utils/devel pm-utils.spec,1.61,1.62

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Tue May 29 13:39:58 UTC 2007


Author: pknirsch

Update of /cvs/pkgs/rpms/pm-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2307

Modified Files:
	pm-utils.spec 
Log Message:
- Fixed missing builds for vbetool and radeontool for some archs (#241469)



Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- pm-utils.spec	16 May 2007 21:50:55 -0000	1.61
+++ pm-utils.spec	29 May 2007 13:39:23 -0000	1.62
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora Core
 License: GPL
 Version: 0.99.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: System Environment/Base
 ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
 Requires: usermode kbd pciutils >= 2.2.1
@@ -22,7 +22,7 @@
 %define vbever 0.7
 Source10: http://www.srcf.ucam.org/~mjg59/vbetool/vbetool_%{vbever}-1.tar.gz
 Source20: radeontool-1.5.tar.gz
-%ifarch i386 x86_64
+%ifarch %{ix86}
 Obsoletes: vbetool
 Provides: vbetool
 Obsoletes: radeontool
@@ -65,7 +65,7 @@
 
 %build
 cd vbetool-%{vbever}
-%ifarch i386
+%ifarch i386 i486 i586 i686 athlon
 %configure
 make
 %endif
@@ -76,7 +76,7 @@
 %endif
 cd ..
 
-%ifarch i386 x86_64
+%ifarch %{ix86}
 cd radeontool-1.5
 %{__cc} $RPM_OPT_FLAGS -o radeontool radeontool.c -lpci -lz
 cd ..
@@ -105,7 +105,7 @@
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
-%ifarch i386 x86_64
+%ifarch %{ix86}
 cd vbetool-%{vbever}
 make DESTDIR=$RPM_BUILD_ROOT install
 cd ..
@@ -171,6 +171,9 @@
 %ghost %verify(not md5 size mtime) /var/log/pm-suspend.log
 
 %changelog
+* Tue May 29 2007 Phil Knirsch <pknirsch at redhat.com> - 0.99.3-6
+- Fixed missing builds for vbetool and radeontool for some archs (#241469)
+
 * Wed May 16 2007 Peter Jones <pjones at redhat.com> - 0.99.3-5
 - ... and create the directory the logfile goes in.
 




More information about the fedora-extras-commits mailing list