source: projects/specs/trunk/a/acpi/acpi-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Command-line ACPI client
2Summary(ja):    コマンドライン ACPI クライアント
3Summary(pl):    Klient ACPI działający z linii poleceń
4Name:           acpi
5Version:        0.09
6Release:        1%{?_dist_release}
7License:        GPLv2+
8Group:          Applications/System
9Source0:        http://grahame.angrygoats.net/source/acpi/acpi-%{version}.tar.gz
10Patch0:         acpi-0.09-keep_CFLAGS.diff
11URL:            http://grahame.angrygoats.net/acpi.shtml
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
13
14%description
15Linux ACPI client is a small command-line program that attempts to
16replicate the functionality of the 'old' apm command on ACPI systems.
17It includes battery and thermal information.
18
19%description -l ja
20Linux ACPI クライアントは ACPI システムで、古い apm コマンド相当の
21機能を提供するコマンドラインプログラムです。バッテリーや温度情報を
22取得する機能が含まれています。
23
24%description -l pl
25Klient Linux ACPI to mały program działający z linii poleceń, będący
26próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
27opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
28
29%prep
30%setup -q
31%patch0
32
33%build
34%configure
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40make install DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%doc AUTHORS ChangeLog README COPYING
48%{_bindir}/acpi
49
50%changelog
51* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.09-1
52- initial build for Vine Linux
53
54* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-4
55- fix license tag
56
57* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-3
58- Autorebuild for GCC 4.3
59
60* Wed Sep  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-2
61- rebuild for FC-6
62
63* Mon Mar  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-1
64- based on pld. Updated, and adapted to fedora extras
Note: See TracBrowser for help on using the repository browser.