|
@@ -1,15 +1,17 @@
|
|
-Summary: Command line ACPI client
|
|
+Summary: Command line ACPI client
|
|
-Summary(ja): コマンドライン ACPI クライアント
|
|
+Summary(ja): コマンドライン ACPI クライアント
|
|
-Name: acpitool
|
|
+Name: acpitool
|
|
-Version: 0.4.7
|
|
+Version: 0.5.1
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
-License: GPLv2+
|
|
+License: GPLv2+
|
|
-Group: Applications/System
|
|
+Group: Applications/System
|
|
-URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
|
|
+URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
|
|
-
|
|
+
|
|
-Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
|
|
+Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
|
|
-Patch0: acpitool-0.4.7-gcc43.patch
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
AcpiTool is a Linux ACPI client. It's a small command line application,
|
|
AcpiTool is a Linux ACPI client. It's a small command line application,
|
|
@@ -21,18 +23,17 @@ ACPI values.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .gcc43
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -fr $RPM_BUILD_ROOT
|
|
+rm -rf %{buildroot}
|
|
-make install DESTDIR=$RPM_BUILD_ROOT
|
|
+make install DESTDIR=%{buildroot}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-rm -fr $RPM_BUILD_ROOT
|
|
+rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -41,6 +42,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
%{_mandir}/man1/acpitool*
|
|
%{_mandir}/man1/acpitool*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-1
|
|
* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|