SPECS: acpitail.spec (NEW) - new
lisu
lisu at pld-linux.org
Mon Jun 18 23:43:34 CEST 2007
Author: lisu Date: Mon Jun 18 21:43:34 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
acpitail.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/acpitail.spec
diff -u /dev/null SPECS/acpitail.spec:1.1
--- /dev/null Mon Jun 18 23:43:34 2007
+++ SPECS/acpitail.spec Mon Jun 18 23:43:29 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary: shows information of an ACPI capable system
+Summary(pl.UTF-8): wyświetla informacje systemu ACPI
+Name: acpitail
+Version: 0.1
+Release: 0.1
+License: GPL v2+
+Group: Applications
+Source0: http://www.vanheusden.com/acpitail/%{name}-%{version}.tgz
+# Source0-md5: 59b60dcdee061bc5b6a9537d269cea4b
+Patch0: %{name}-Makefile.patch
+URL: http://www.vanheusden.com/acpitail/
+BuildRequires: libacpi-devel
+BuildRequires: libacpi-static
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+acpitail shows information regarding the battery-state, fan-states,
+temperatures, and other relevant details of an ACPI capable system
+(mostly laptops).
+
+%description -l pl.UTF-8
+acpitail wyświetla informacje o stanie baterii, stanie wiatraków,
+temperaturach oraz innych podobnych rzeczach sysetmu ACPI (głównie
+laptopy).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+ CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_sbindir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/18 21:43:29 lisu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list