Accepting request 82702 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82702 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=10
This commit is contained in:
parent
0f01d92949
commit
6f704aaecb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 10:44:39 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 14:52:08 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
12
ack.spec
12
ack.spec
@ -32,13 +32,6 @@ Requires: perl-base = %{perl_version}
|
||||
%description
|
||||
ack is a grep-like tool tailored to working with large trees of source code.
|
||||
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andy Lester <andy@petdance.com>
|
||||
|
||||
%package -n perl-App-Ack
|
||||
Summary: Grep-Like Text Finder Perl Module
|
||||
Group: Development/Libraries/Perl
|
||||
@ -58,7 +51,7 @@ code.
|
||||
|
||||
%build
|
||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||
%__make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -85,9 +78,6 @@ done
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%{?%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc rpmdoc_ack/*
|
||||
|
Loading…
Reference in New Issue
Block a user