From 03f9f595d89e4350b81c26feb2a01395e40879ab Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 4 Dec 2007 17:45:17 +0000 Subject: [PATCH 1/6] Initialize branch EL-5 for acpitool --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From d07197a3047a2685e3b31e13ad1194d90b7178d5 Mon Sep 17 00:00:00 2001 From: pertusus Date: Mon, 17 Dec 2007 21:41:30 +0000 Subject: [PATCH 2/6] sync with devel --- .cvsignore | 2 +- acpitool.spec | 29 ++++++++++++++++------------- sources | 2 +- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6783866..7733c3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -acpitool-0.4.6.tar.gz +acpitool-0.4.7.tar.bz2 diff --git a/acpitool.spec b/acpitool.spec index 9d7d698..2d6c225 100644 --- a/acpitool.spec +++ b/acpitool.spec @@ -1,21 +1,21 @@ +Summary: Command line ACPI client Name: acpitool -Version: 0.4.6 +Version: 0.4.7 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 +Group: Applications/System +URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml + +Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2 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. +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 or set +ACPI values. %prep %setup -q @@ -33,11 +33,14 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README TODO ChangeLog AUTHORS COPYING +%doc AUTHORS ChangeLog COPYING INSTALL README TODO %{_bindir}/acpitool %{_mandir}/man1/acpitool* %changelog +* Thu May 24 2007 Patrice Dumas 0.4.7-2 +- update to 0.4.7 + * Fri Oct 6 2006 Patrice Dumas 0.4.6-2 - set Group to Applications/System (fix #209230) diff --git a/sources b/sources index 6934e24..0a4423e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz +cba416a11229e896ec2639c59b6f59c5 acpitool-0.4.7.tar.bz2 From 98268d89f085007f787e910465400e667400185c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:52 +0000 Subject: [PATCH 3/6] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c619d2e..811922b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 5f47e84e34eb5b2855a01762cdc970d2a7b9eb9c Mon Sep 17 00:00:00 2001 From: pertusus Date: Sat, 1 May 2010 14:39:55 +0000 Subject: [PATCH 4/6] add nobranch file --- nobranch | 1 + 1 file changed, 1 insertion(+) create mode 100644 nobranch diff --git a/nobranch b/nobranch new file mode 100644 index 0000000..336a1a8 --- /dev/null +++ b/nobranch @@ -0,0 +1 @@ +Not maintaining packages in epel-6 for now From 8254c1f9ecfde2139ed3adfb17cde6cf9624610e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:35:21 +0000 Subject: [PATCH 5/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 811922b..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 From 9a517b5e4515807e9b4e849b391018c86cbc6983 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 17 Dec 2014 17:39:46 +0100 Subject: [PATCH 6/6] 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks. Reference: https://fedorahosted.org/epel/ticket/7 --- .gitignore | 1 - acpitool.spec | 65 --------------------------------------------------- dead.package | 3 +++ nobranch | 1 - sources | 1 - 5 files changed, 3 insertions(+), 68 deletions(-) delete mode 100644 .gitignore delete mode 100644 acpitool.spec create mode 100644 dead.package delete mode 100644 nobranch delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7733c3c..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -acpitool-0.4.7.tar.bz2 diff --git a/acpitool.spec b/acpitool.spec deleted file mode 100644 index 2d6c225..0000000 --- a/acpitool.spec +++ /dev/null @@ -1,65 +0,0 @@ -Summary: Command line ACPI client -Name: acpitool -Version: 0.4.7 -Release: 2%{?dist} -License: GPL -Group: Applications/System -URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml - -Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2 -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 or set -ACPI values. - -%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 AUTHORS ChangeLog COPYING INSTALL README TODO -%{_bindir}/acpitool -%{_mandir}/man1/acpitool* - -%changelog -* Thu May 24 2007 Patrice Dumas 0.4.7-2 -- update to 0.4.7 - -* Fri Oct 6 2006 Patrice Dumas 0.4.6-2 -- set Group to Applications/System (fix #209230) - -* Mon Aug 28 2006 Patrice Dumas 0.4.6-1 -- update to 0.4.6 - -* Sun May 21 2006 Patrice Dumas 0.4.5-1 -- update to 0.4.5 - -* Thu Feb 16 2006 Patrice Dumas 0.4.4-1.1 -- new version -- remove now unneeded patch - -* Thu Nov 10 2005 Patrice Dumas 0.3.0-3 -- add patch to avoid ignoring CXXFLAGS - -* Fri Nov 4 2005 Patrice Dumas 0.3.0-2 -- update using fedora core conventions, some cleanings - -* Tue Aug 24 2004 Robert Ambrose -- Created .spec file. - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8d8263d --- /dev/null +++ b/dead.package @@ -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 + diff --git a/nobranch b/nobranch deleted file mode 100644 index 336a1a8..0000000 --- a/nobranch +++ /dev/null @@ -1 +0,0 @@ -Not maintaining packages in epel-6 for now diff --git a/sources b/sources deleted file mode 100644 index 0a4423e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -cba416a11229e896ec2639c59b6f59c5 acpitool-0.4.7.tar.bz2