[pm-utils/f14/master] - New upstream version - Drop the HAL dependancy.

Richard Hughes rhughes at fedoraproject.org
Thu Sep 2 08:26:15 UTC 2010


commit cfa1b091f0f6b3d1e367bcfa27202374b0f13f16
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Sep 2 09:26:37 2010 +0100

    - New upstream version
    - Drop the HAL dependancy.

 .gitignore    |    1 +
 pm-utils.spec |   22 +++++-----------------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c87f2b..865eb90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pm-utils-1.3.0.tar.gz
+/pm-utils-1.3.1.tar.gz
diff --git a/pm-utils.spec b/pm-utils.spec
index b5f9f85..454a609 100644
--- a/pm-utils.spec
+++ b/pm-utils.spec
@@ -1,7 +1,7 @@
 Name: pm-utils
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
-Version: 1.3.0
+Version: 1.3.1
 Release: 1%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
@@ -12,8 +12,6 @@ Requires: kbd
 # for hd apm settings
 Requires: hdparm
 %endif
-# for on_ac_power
-Requires: hal
 %ifarch %{ix86} x86_64
 Requires: vbetool
 %endif
@@ -25,8 +23,6 @@ Source21: pm-utils-99hd-apm-restore
 Source22: pm-utils-hd-apm-restore.conf
 Source23: pm-utils-bugreport-info.sh
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 %description
 The pm-utils package contains utilities and scripts useful for tasks related
 to power management.
@@ -42,7 +38,6 @@ Requires:       pkgconfig
 This package contains the pkg-config files for development
 when building programs that use %{name}.
 
-
 %prep
 %setup -q 
 
@@ -50,10 +45,7 @@ when building programs that use %{name}.
 %configure
 make
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT
 
 install -D -m 0600 /dev/null $RPM_BUILD_ROOT%{_localstatedir}/log/pm-suspend.log
@@ -64,11 +56,6 @@ install -D -m 0644 %{SOURCE22} $RPM_BUILD_ROOT%{_sysconfdir}/pm-utils-hd-apm-res
 
 install -D -m 0755 %{SOURCE23} $RPM_BUILD_ROOT%{_bindir}/pm-utils-bugreport-info.sh
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc README COPYING AUTHORS ChangeLog
@@ -92,7 +79,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/on_ac_power
 %{_bindir}/pm-is-supported
 %{_bindir}/pm-utils-bugreport-info.sh
-%{_bindir}/import-fdi-quirkdb
 %{_sbindir}/pm-hibernate
 %{_sbindir}/pm-powersave
 %{_sbindir}/pm-suspend
@@ -107,13 +93,15 @@ rm -rf $RPM_BUILD_ROOT
 # in the logfile
 %ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
 
-
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/pm-utils.pc
 
-
 %changelog
+* Thu Sep 01 2010 Richard Hughes <rhughes at redhat.com> - 1.3.1-1
+- New upstream version
+- Drop the HAL dependancy.
+
 * Sun Mar 21 2010 Richard Hughes <rhughes at redhat.com> - 1.3.0-1
 - New upstream version
 
diff --git a/sources b/sources
index f229e9c..93fc87e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37d71f8adbb409442212a85a080d324d  pm-utils-1.3.0.tar.gz
+c5a3249998f1a9e916cd61ddee048ab9  pm-utils-1.3.1.tar.gz


More information about the scm-commits mailing list