[pmtools/f16] Update to acpidump 20100513 (tarball from debian, hell knows where the official upstream is as lessw

Dave Jones davej at fedoraproject.org
Thu Sep 1 17:54:39 UTC 2011


commit 5d6e478361d801367c138688b124cd200326feb2
Author: Dave Jones <davej at redhat.com>
Date:   Thu Sep 1 13:54:16 2011 -0400

    Update to acpidump 20100513
    (tarball from debian, hell knows where the official upstream is as lesswatts
    is still pointing at 20070511).

 .gitignore   |    1 +
 pmtools.spec |   13 ++++++++-----
 sources      |    1 +
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea8d2a9..71ddb12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pmtools-20071116.tar.gz
 pmtools-20071116
+/pmtools-20100513.tar.gz
diff --git a/pmtools.spec b/pmtools.spec
index 8d91278..c55a9b4 100644
--- a/pmtools.spec
+++ b/pmtools.spec
@@ -1,7 +1,7 @@
 Summary:        Collection of tools for processing ACPI tables.
 Name:           pmtools
-Version:        20071116
-Release:        4%{?dist}
+Version:        20100513
+Release:        1%{?dist}
 Group:          System Environment/Base
 License:        GPLv2+
 Source0:        http://www.lesswatts.org/patches/linux_acpi/%{name}-%{version}.tar.gz
@@ -16,7 +16,7 @@ This is a small collection of power management test and
 investigation tools.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch1 -p1
 
 %build
@@ -26,7 +26,6 @@ CFLAGS="$CFLAGS $RPM_OPT_FLAGS" make %{?_smp_mflags}
 rm -rf %{buildroot}
 install -D acpidump/acpidump %{buildroot}%{_sbindir}/acpidump
 install -D acpixtract/acpixtract %{buildroot}%{_sbindir}/acpixtract
-install -D madt/madt %{buildroot}%{_sbindir}/madt
 
 %clean
 rm -rf %{buildroot}
@@ -35,10 +34,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %{_sbindir}/acpidump
 %{_sbindir}/acpixtract
-%{_sbindir}/madt
 %doc README COPYING
 
 %changelog
+* Thu Sep 01 2011 Dave Jones <davej at redhat.com>
+- Update to acpidump 20100513
+  (tarball from debian, hell knows where the official upstream is as lesswatts
+   is still pointing at 20070511).
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20071116-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index dec5fcc..6429e4e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 10aa00d2ae9f1b4653e3995589a394a3  pmtools-20071116.tar.gz
+d5ac3abf71b517ab059bfdc066891d35  pmtools-20100513.tar.gz


More information about the scm-commits mailing list