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