From 6781d65d7ece35dde8ac5b59bfa84e269560e38793a7a62324a2c507d60e16af Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 24 Jan 2011 15:06:16 +0000 Subject: [PATCH] Autobuild autoformatter for 56621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=2 --- ack.spec | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/ack.spec b/ack.spec index 28ea928..b030975 100644 --- a/ack.spec +++ b/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} @@ -10,15 +26,15 @@ Name: ack Version: 1.94 -Release: 0 +Release: 1 Summary: Grep-Like Text Finder Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz Patch1: ack-ignore-osc.patch Patch2: ack-fix_smartcase_test_for_old_perl.patch -URL: http://petdance.com/ack/ +Url: http://petdance.com/ack/ Group: Productivity/Text/Utilities License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: perl BuildRequires: make perl perl-File-Next %if %with_pod @@ -39,6 +55,7 @@ Authors: Andy Lester %package -n perl-App-Ack +License: Perl License Summary: Grep-Like Text Finder Perl Module Group: Development/Libraries/Perl Requires: perl-base = %{perl_version} @@ -99,4 +116,4 @@ done %{perl_vendorlib}/App/Ack %if 0%{?perl_process_packlist:1} %endif - +%changelog