package created by autospec [release 1.2-1mamba;Thu Sep 30 2010]

This commit is contained in:
Stefano Cotta Ramusino 2024-01-05 19:12:24 +01:00
parent 5281e8758e
commit 410622a74f
2 changed files with 44 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# webattery
Webattery is a command line tool to display battery status with a cool battery like output.

42
webattery.spec Normal file
View File

@ -0,0 +1,42 @@
Name: webattery
Version: 1.2
Release: 1mamba
Summary: Command to display battery status
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://webattery.sourceforge.net
Source: http://downloads.sourceforge.net/project/webattery/webattery-%{version}/webattery-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Webattery is a command line tool to display battery status with a cool battery like output.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/webattery
%{_mandir}/man1/webattery.1.gz
%doc COPYING README TODO
%changelog
* Thu Sep 30 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.2-1mamba
- package created by autospec