Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
d5250cfe7d dist-git conversion 2010-07-28 09:35:24 +00:00
Bill Nottingham
9f042c3bd7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:53 +00:00
Steven M. Parrish
8c24b3f0d1 various minor fixes (fixing memleaks, removing of limit on thermal zones) 2009-08-26 18:13:42 +00:00
Jesse Keating
8a72ebe543 Initialize branch F-11 for acpitool 2009-04-15 05:12:10 +00:00
5 changed files with 9 additions and 27 deletions

View file

@ -1 +0,0 @@
acpitool-0.5.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
acpitool-0.5.1.tar.bz2

View file

@ -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)

View file

@ -1,13 +1,13 @@
Summary: Command line ACPI client
Name: acpitool
Version: 0.5
Release: 2%{?dist}
Version: 0.5.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
Patch0: acpitool-0.5-gcc43.patch
#Patch0: acpitool-0.5-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -21,7 +21,7 @@ toggle fan on/off, and more.
%prep
%setup -q
%patch0 -p1 -b .gcc43
#patch0 -p1 -b .gcc43
%build
%configure
@ -41,6 +41,9 @@ rm -fr $RPM_BUILD_ROOT
%{_mandir}/man1/acpitool*
%changelog
* Wed Aug 26 2009 Steven M. Parrish <smparrish@gmail.com> 0.5.1-1
- various minor fixes (fixing memleaks, removing of limit on thermal zones)
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View file

@ -1 +1 @@
c4acc19eb002d6871d12abb490593202 acpitool-0.5.tar.bz2
9e4ec55201be0be71ffbc56d38b42b57 acpitool-0.5.1.tar.bz2