source: projects/specs/branches/6/a/acpitool/acpitool-vl.spec @ 521

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

import VineSeed package specs

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