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

Revision 10579, 2.4 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Summary:        Command line ACPI client
2Summary(ja):    コマンドライン ACPI クライアント
3Name:           acpitool
4Version:        0.5.1
5Release:        2%{?_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* Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.1-2
46- rebuild with gcc-5.4.0
47
48* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.1-1
49- new upstream release
50
51* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-1
52- initial build for Vine Linux
53
54* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.7-5
55- fix license tag
56
57* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.7-4
58- Autorebuild for GCC 4.3
59
60* Thu Jan  3 2008 Patrice Dumas <pertusus@free.fr> 0.4.7-3
61- fixes for gcc 4.3
62
63* Thu May 24 2007 Patrice Dumas <pertusus@free.fr> 0.4.7-2
64- update to 0.4.7
65
66* Fri Oct  6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
67- set Group to Applications/System (fix #209230)
68
69* Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
70- update to 0.4.6
71
72* Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
73- update to 0.4.5
74
75* Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
76- new version
77- remove now unneeded patch
78
79* Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
80- add patch to avoid ignoring CXXFLAGS
81
82* Fri Nov  4 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-2
83- update using fedora core conventions, some cleanings
84
85* Tue Aug 24 2004 Robert Ambrose <rna@muttsoft.com>
86- Created .spec file.
87
Note: See TracBrowser for help on using the repository browser.