source: projects/specs/trunk/a/acpitool/acpitool-vl.spec @ 5957

Revision 5957, 2.3 KB checked in by shaolin, 12 years ago (diff)
  • acpitool: new upstream release
Line 
1Summary:        Command line ACPI client
2Summary(ja):    コマンドライン ACPI クライアント
3Name:           acpitool
4Version:        0.5.1
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          Applications/System
8URL:            http://freeunix.dyndns.org:8000/site2/acpitool.shtml
9
10Source:         http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15
16%description
17AcpiTool is a Linux ACPI client. It's a small command line application,
18intended to be a replacement for the apm tool. The primary target audience
19are laptop users, since these people are most interested in things like
20battery status, thermal status and the ability to suspend (sleep mode).
21The program simply accesses the /proc/acpi or /sysfs entries to get or set
22ACPI values.
23
24%prep
25%setup -q
26
27%build
28%configure
29make %{?_smp_mflags}
30
31%install
32rm -rf %{buildroot}
33make install DESTDIR=%{buildroot}
34
35%clean
36rm -rf %{buildroot}
37
38%files
39%defattr(-,root,root,-)
40%doc AUTHORS ChangeLog COPYING INSTALL README TODO
41%{_bindir}/acpitool
42%{_mandir}/man1/acpitool*
43
44%changelog
45* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.1-1
46- new upstream release
47
48* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-1
49- initial build for Vine Linux
50
51* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.7-5
52- fix license tag
53
54* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.7-4
55- Autorebuild for GCC 4.3
56
57* Thu Jan  3 2008 Patrice Dumas <pertusus@free.fr> 0.4.7-3
58- fixes for gcc 4.3
59
60* Thu May 24 2007 Patrice Dumas <pertusus@free.fr> 0.4.7-2
61- update to 0.4.7
62
63* Fri Oct  6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
64- set Group to Applications/System (fix #209230)
65
66* Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
67- update to 0.4.6
68
69* Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
70- update to 0.4.5
71
72* Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
73- new version
74- remove now unneeded patch
75
76* Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
77- add patch to avoid ignoring CXXFLAGS
78
79* Fri Nov  4 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-2
80- update using fedora core conventions, some cleanings
81
82* Tue Aug 24 2004 Robert Ambrose <rna@muttsoft.com>
83- Created .spec file.
84
Note: See TracBrowser for help on using the repository browser.