Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a517b5e45 | ||
|
|
8254c1f9ec | ||
|
|
5f47e84e34 | ||
|
|
98268d89f0 | ||
|
|
d07197a304 | ||
|
|
03f9f595d8 |
5 changed files with 3 additions and 85 deletions
|
|
@ -1 +0,0 @@
|
|||
acpitool-0.4.6.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: acpitool
|
||||
# $Id$
|
||||
NAME := acpitool
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
Name: acpitool
|
||||
Version: 0.4.6
|
||||
Release: 2%{?dist}
|
||||
Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml
|
||||
Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz
|
||||
Summary: A command line ACPI client for Linux
|
||||
Group: Applications/System
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
AcpiTool is a Linux ACPI client. It's a small command line application,
|
||||
intended to be a replacement for the apm tool. The primary target
|
||||
audience are laptop users, since these people are most interested in
|
||||
things like battery status, thermal status and the ability to suspend
|
||||
(sleep mode). The program simply accesses the /proc/acpi or /sysfs entries
|
||||
to get/set acpi values. Hence, a computer running a Linux kernel from
|
||||
the 2.4.x or 2.6.x series with ACPI enabled is needed.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README TODO ChangeLog AUTHORS COPYING
|
||||
%{_bindir}/acpitool
|
||||
%{_mandir}/man1/acpitool*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
|
||||
- set Group to Applications/System (fix #209230)
|
||||
|
||||
* Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
|
||||
- update to 0.4.6
|
||||
|
||||
* Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
|
||||
- update to 0.4.5
|
||||
|
||||
* Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
|
||||
- new version
|
||||
- remove now unneeded patch
|
||||
|
||||
* Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
|
||||
- add patch to avoid ignoring CXXFLAGS
|
||||
|
||||
* Fri Nov 4 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-2
|
||||
- update using fedora core conventions, some cleanings
|
||||
|
||||
* Tue Aug 24 2004 Robert Ambrose <rna@muttsoft.com>
|
||||
- Created .spec file.
|
||||
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
Reference: https://fedorahosted.org/epel/ticket/7
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue