Accepting request 83649 from Base:System
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build (forwarded request 82701 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acct?expand=0&rev=13
This commit is contained in:
commit
2ff3ad3c7c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 10:43:53 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 14:44:35 UTC 2011 - lchiquitto@novell.com
|
||||
|
||||
|
13
acct.spec
13
acct.spec
@ -15,14 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: acct
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
PreReq: %insserv_prereq %fillup_prereq fileutils %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 6.3.5
|
||||
Release: 829
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -43,12 +41,6 @@ Summary: User-Specific Process Accounting
|
||||
This package contains the programs necessary for user-specific process
|
||||
accounting: sa, accton, and lastcomm.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Noel Cragg <noel@gnu.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
@ -72,7 +64,7 @@ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||
--prefix=%{prefix} \
|
||||
--infodir=%{_infodir} \
|
||||
--sysconfdir=%{sysconfdir}
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
@ -102,9 +94,6 @@ chmod 600 var/account/pacct
|
||||
%restart_on_update acct
|
||||
%{insserv_cleanup}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc README NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user