]> git.pld-linux.org Git - packages/acpi.git/commitdiff
- updated to 0.0.7 AC-STABLE auto/ac/acpi-0_0_7-1
authoraverne <averne@pld-linux.org>
Sun, 4 Jan 2004 19:15:33 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpi.spec -> 1.3

acpi.spec

index 1a867f33800beef7bc7d6798cd27e9c884810d5d..6807ea8eb5aa5278bcfc0ddd5ea3b911699fb31e 100644 (file)
--- a/acpi.spec
+++ b/acpi.spec
@@ -1,13 +1,13 @@
+%define        ftpver  0.07
 Summary:       Command-line ACPI client
 Summary(pl):   Klient ACPI dzia³aj±cy z linii poleceñ
 Name:          acpi
-Version:       0.0.6
+Version:       0.0.7
 Release:       1
 License:       GPL
 Group:         Applications
-Source0:       http://grahame.angrygoats.net/source/acpi/%{name}_%{version}.tar.gz
-# Source0-md5: 062a77b38b929fe34120c3f258fd01ba
-Patch0:                %{name}-debian.patch
+Source0:       http://grahame.angrygoats.net/source/acpi/%{name}-%{ftpver}.tar.gz
+# Source0-md5: 791f1d619955f60e4b5223468f6fb4db
 URL:           http://grahame.angrygoats.net/acpi.shtml
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,8 +24,7 @@ pr
 opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1
+%setup -q -n %{name}-%{ftpver}
 
 %build
 %{__aclocal}
@@ -41,13 +40,10 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{name}.1      $RPM_BUILD_ROOT%{_mandir}/man1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog 
+%doc AUTHORS ChangeLog 
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man?/*
This page took 0.099844 seconds and 4 git commands to generate.