Autobuild autoformatter for 78267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=5
This commit is contained in:
parent
0b82cf4822
commit
438caaacab
27
ack.spec
27
ack.spec
@ -1,4 +1,20 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
#
|
||||||
|
# spec file for package ack
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=$RPM_BUILD_ROOT install_vendor}
|
%{!?perl_make_install: %global perl_make_install make DESTDIR=$RPM_BUILD_ROOT install_vendor}
|
||||||
|
|
||||||
@ -10,16 +26,16 @@
|
|||||||
|
|
||||||
Name: ack
|
Name: ack
|
||||||
Version: 1.94
|
Version: 1.94
|
||||||
Release: 0
|
Release: 6
|
||||||
Summary: Grep-Like Text Finder
|
Summary: Grep-Like Text Finder
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
|
||||||
Patch1: ack-ignore-osc.patch
|
Patch1: ack-ignore-osc.patch
|
||||||
Patch2: ack-fix_smartcase_test_for_old_perl.patch
|
Patch2: ack-fix_smartcase_test_for_old_perl.patch
|
||||||
Patch3: ack-add_spec.patch
|
Patch3: ack-add_spec.patch
|
||||||
URL: http://petdance.com/ack/
|
Url: http://petdance.com/ack/
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
License: Perl License
|
License: Perl License
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: perl
|
Requires: perl
|
||||||
BuildRequires: make perl perl-File-Next
|
BuildRequires: make perl perl-File-Next
|
||||||
%if %with_pod
|
%if %with_pod
|
||||||
@ -40,6 +56,7 @@ Authors:
|
|||||||
Andy Lester <andy@petdance.com>
|
Andy Lester <andy@petdance.com>
|
||||||
|
|
||||||
%package -n perl-App-Ack
|
%package -n perl-App-Ack
|
||||||
|
|
||||||
Summary: Grep-Like Text Finder Perl Module
|
Summary: Grep-Like Text Finder Perl Module
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
@ -103,4 +120,4 @@ done
|
|||||||
%{perl_vendorlib}/App/Ack
|
%{perl_vendorlib}/App/Ack
|
||||||
%if 0%{?perl_process_packlist:1}
|
%if 0%{?perl_process_packlist:1}
|
||||||
%endif
|
%endif
|
||||||
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user