rpms/acpi/devel acpi-0.09-keep_CFLAGS.diff, NONE, 1.1 acpi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Mar 17 21:44:08 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/acpi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4494/devel

Modified Files:
	.cvsignore sources 
Added Files:
	acpi-0.09-keep_CFLAGS.diff acpi.spec 
Log Message:
auto-import acpi-0.09-1 on branch devel from acpi-0.09-1.src.rpm

acpi-0.09-keep_CFLAGS.diff:

--- NEW FILE acpi-0.09-keep_CFLAGS.diff ---
--- Makefile.in-old	2006-03-06 11:18:24.000000000 +0100
+++ Makefile.in	2006-03-06 11:18:41.000000000 +0100
@@ -69,7 +69,7 @@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-CFLAGS = -Wall
+CFLAGS = @CFLAGS@
 
 bin_PROGRAMS = acpi
 acpi_SOURCES = acpi.c main.c list.c


--- NEW FILE acpi.spec ---
Summary:        Command-line ACPI client
Summary(pl):    Klient ACPI działający z linii poleceń
Name:           acpi
Version:        0.09
Release:        1%{?dist}
License:        GPL
Group:          Applications/System
Source0:        http://grahame.angrygoats.net/source/acpi/acpi-%{version}.tar.gz
Patch0:         acpi-0.09-keep_CFLAGS.diff
URL:            http://grahame.angrygoats.net/acpi.shtml
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Linux ACPI client is a small command-line program that attempts to
replicate the functionality of the 'old' apm command on ACPI systems.
It includes battery and thermal information.

%description -l pl
Klient Linux ACPI to mały program działający z linii poleceń, będący
próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.

%prep
%setup -q
%patch0

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/acpi

%changelog
* Mon Mar  6 2006 Patrice Dumas <pertusus at free.fr> - 0.09-1
- based on pld. Updated, and adapted to fedora extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/acpi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Mar 2006 21:43:22 -0000	1.1
+++ .cvsignore	17 Mar 2006 21:44:08 -0000	1.2
@@ -0,0 +1 @@
+acpi-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/acpi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Mar 2006 21:43:22 -0000	1.1
+++ sources	17 Mar 2006 21:44:08 -0000	1.2
@@ -0,0 +1 @@
+a5a70595834b487c3a2f9278a3d60768  acpi-0.09.tar.gz




More information about the fedora-extras-commits mailing list