This commit is contained in:
parent
32b8f12f25
commit
329c24ddb0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 26 11:17:29 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
- Don't strip binaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 26 09:23:09 CEST 2007 - thoenig@suse.de
|
Sat May 26 09:23:09 CEST 2007 - thoenig@suse.de
|
||||||
|
|
||||||
|
@ -8,13 +8,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Name: powertop
|
Name: powertop
|
||||||
URL: http://www.linuxpowertop.org
|
URL: http://www.linuxpowertop.org
|
||||||
Summary: PowerTOP is a Linux tool to find out what is using power on a laptop
|
Summary: PowerTOP is a Linux tool to find out what is using power on a laptop
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -37,8 +36,7 @@ Authors:
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" make
|
make CFLAGS="$RPM_OPT_FLAGS"
|
||||||
strip %{name}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_bindir}
|
mkdir -p %{buildroot}/%{_bindir}
|
||||||
@ -55,6 +53,8 @@ rm -rf %{_buildroot}
|
|||||||
%{_mandir}/man*/%{name}.1.gz
|
%{_mandir}/man*/%{name}.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 26 2007 - schwab@suse.de
|
||||||
|
- Don't strip binaries.
|
||||||
* Sat May 26 2007 - thoenig@suse.de
|
* Sat May 26 2007 - thoenig@suse.de
|
||||||
- Update to PowerTOP 1.4
|
- Update to PowerTOP 1.4
|
||||||
- Strip binary
|
- Strip binary
|
||||||
|
Loading…
Reference in New Issue
Block a user