SHA256
1
0
forked from pool/ack

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:
OBS User mrdocs 2011-09-17 20:22:09 +00:00 committed by Git OBS Bridge
parent 0f01d92949
commit 6f704aaecb
2 changed files with 7 additions and 11 deletions

View File

@ -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

View File

@ -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/*