diff --git a/.gitignore b/.gitignore index 53d201f..3120df4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ acpi-1.5.tar.gz +/acpi-1.6.tar.gz diff --git a/acpi.spec b/acpi.spec index 3dbc150..e53404c 100644 --- a/acpi.spec +++ b/acpi.spec @@ -1,13 +1,12 @@ -Summary: Command-line ACPI client -Summary(pl): Klient ACPI działający z linii poleceń -Name: acpi -Version: 1.5 -Release: 6%{?dist} -License: GPLv2+ -Group: Applications/System -Source0: acpi-%{version}.tar.gz -URL: http://sourceforge.net/projects/acpiclient/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Summary: Command-line ACPI client +Summary(pl): 1lient ACPI działający z linii poleceń +Name: acpi +Version: 1.6 +Release: 2%{?dist} +License: GPLv2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/project/acpiclient/acpiclient/%{version}/%{name}-%{version}.tar.gz +URL: http://sourceforge.net/projects/acpiclient/ %description Linux ACPI client is a small command-line program that attempts to @@ -27,20 +26,24 @@ opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog README COPYING %{_bindir}/acpi -%{_datadir}/man/man1/acpi.1.gz +%{_mandir}/man1/acpi.1* %changelog +* Mon Oct 21 2013 kupo - 1.6-2 +- Changed man file path from datadir to use mandir instead and replaced .gz with * + +* Thu Oct 17 2013 Johan Swensson - 1.6-1 +- New upstream release 1.6 +- Fixed source url +- Removed clean section +- Removed defattr in files +- Removed BuildRoot + * Sat Aug 03 2013 Fedora Release Engineering - 1.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 803d96f..a150285 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccfee3d53eba9c9947adafbcc1387611 acpi-1.5.tar.gz +68d0104a7825c904e3f45de8682cee19 acpi-1.6.tar.gz