- bump release

- remove now unneeded patch
This commit is contained in:
pertusus 2006-02-16 20:50:40 +00:00
commit ae21a9daef
4 changed files with 9 additions and 37 deletions

View file

@ -1 +1 @@
acpitool-0.3.0.tar.gz
acpitool-0.4.4.tar.gz

View file

@ -1,30 +0,0 @@
--- acpitool-0.3.0-orig/configure 2005-10-22 15:10:09.000000000 +0200
+++ acpitool-0.3.0/configure 2005-11-10 23:49:15.000000000 +0100
@@ -3374,27 +3374,6 @@
-CXXFLAGS="-O2 -Wall"
-
-
-case ${host_cpu} in
-*586)
- CXXFLAGS="${CXXFLAGS} -mcpu=i586 -march=i586"
- ;;
-*686)
- CXXFLAGS="${CXXFLAGS} -mcpu=i686 -march=i686"
- ;;
-x86-64)
- CXXFLAGS="${CXXFLAGS} -march=k8"
- ;;
-*)
- ;;
-esac
-
-echo "$as_me:$LINENO: result: $CXXFLAGS" >&5
-echo "${ECHO_T}$CXXFLAGS" >&6
-
-
# Checks for libraries.
# Checks for header files.

View file

@ -1,12 +1,11 @@
Name: acpitool
Version: 0.3.0
Release: 3%{?dist}
Version: 0.4.4
Release: 1%{?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/Internet
License: GPL
Patch: acpitool-keep_CXXFLAGS.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -19,8 +18,7 @@ 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
%patch -p1
%setup -q
%build
%configure
@ -40,6 +38,10 @@ rm -fr $RPM_BUILD_ROOT
%{_mandir}/man1/acpitool*
%changelog
* Thu Feb 16 2006 Patrice Dumas <dumas@centre-cired.fr> - 0.4.4-1
- bump release
- remove now unneeded patch
* Thu Nov 10 2005 Patrice Dumas <dumas@centre-cired.fr> - 0.3.0-3
- add patch to avoid ignoring CXXFLAGS

View file

@ -1 +1 @@
6f9fb795790e370e8e324fc7d4d4fe3f acpitool-0.3.0.tar.gz
7e487ac3118f316876e9b441dec4e3ad acpitool-0.4.4.tar.gz