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

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