package created by silvan using the webbuild interface [release 0.5.1-1mamba;Wed May 08 2013]
This commit is contained in:
parent
e4831c6285
commit
4988ed0466
@ -1,2 +1,4 @@
|
||||
# acpitool
|
||||
|
||||
A small, convenient command-line ACPI client with a lot of features for Linux.
|
||||
|
||||
|
46
acpitool.spec
Normal file
46
acpitool.spec
Normal file
@ -0,0 +1,46 @@
|
||||
Name: acpitool
|
||||
Version: 0.5.1
|
||||
Release: 1mamba
|
||||
Summary: A small, convenient command-line ACPI client with a lot of features for Linux
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://freeunix.dyndns.org:8088/site2/acpitool.shtml
|
||||
Source: http://downloads.sourceforge.net/project/acpitool/acpitool/%{version}/acpitool-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A small, convenient command-line ACPI client with a lot of features for Linux.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/acpitool
|
||||
%{_mandir}/man1/acpitool.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Wed May 08 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
||||
- package created by silvan using the webbuild interface
|
Loading…
Reference in New Issue
Block a user