rpms/pm-utils/devel pm-utils.spec,1.95,1.96

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Tue Apr 8 15:00:06 UTC 2008


Author: rhughes

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

Modified Files:
	pm-utils.spec 
Log Message:
* Mon Apr  8 2008 Richard Hughes <rhughes at redhat.com> - 1.1.0-4
- Fix build on 64 bit machines - harder.



Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- pm-utils.spec	8 Apr 2008 14:45:52 -0000	1.95
+++ pm-utils.spec	8 Apr 2008 14:59:29 -0000	1.96
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
 Version: 1.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
 Requires: usermode kbd pciutils >= 2.2.1
@@ -56,7 +56,7 @@
 %setup -q 
 
 %build
-%configure --libdir=%{_exec_prefix}/lib
+%configure
 make
 
 %install
@@ -85,7 +85,7 @@
 
 install -D -m 0600 /dev/null $RPM_BUILD_ROOT%{_localstatedir}/log/pm-suspend.log
 
-install -D -m 0755 %{SOURCE21} $RPM_BUILD_ROOT%{_exec_prefix}/lib/pm-utils/sleep.d/99hd-apm-restore.hook
+install -D -m 0755 %{SOURCE21} $RPM_BUILD_ROOT%{_libdir}/pm-utils/sleep.d/99hd-apm-restore.hook
 install -D -m 0644 %{SOURCE22} $RPM_BUILD_ROOT%{_sysconfdir}/pm/config.d/hd-apm-restore.conf
 
 install -D -m 0755 %{SOURCE23} $RPM_BUILD_ROOT%{_bindir}/pm-utils-bugreport-info.sh
@@ -155,6 +155,9 @@
 %{_libdir}/pkgconfig/pm-utils.pc
 
 %changelog
+* Mon Apr  8 2008 Richard Hughes <rhughes at redhat.com> - 1.1.0-4
+- Fix build on 64 bit machines - harder.
+
 * Mon Apr  8 2008 Richard Hughes <rhughes at redhat.com> - 1.1.0-3
 - Fix build on 64 bit machines.
 




More information about the fedora-extras-commits mailing list