Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5250cfe7d | ||
|
|
9f042c3bd7 | ||
|
|
8c24b3f0d1 | ||
|
|
8a72ebe543 |
5 changed files with 9 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
acpitool-0.5.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
acpitool-0.5.1.tar.bz2
|
||||
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,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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c4acc19eb002d6871d12abb490593202 acpitool-0.5.tar.bz2
|
||||
9e4ec55201be0be71ffbc56d38b42b57 acpitool-0.5.1.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue