From 438caaacabdff990614893b71c60b23e2d59198351f4fc119695fcb25d7d7579 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 23 Aug 2011 11:15:08 +0000 Subject: [PATCH] Autobuild autoformatter for 78267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=5 --- ack.spec | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/ack.spec b/ack.spec index 2c42221..0bbb1f7 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,16 +26,16 @@ Name: ack Version: 1.94 -Release: 0 +Release: 6 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 Patch3: ack-add_spec.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 @@ -40,6 +56,7 @@ Authors: Andy Lester %package -n perl-App-Ack + Summary: Grep-Like Text Finder Perl Module Group: Development/Libraries/Perl Requires: perl-base = %{perl_version} @@ -103,4 +120,4 @@ done %{perl_vendorlib}/App/Ack %if 0%{?perl_process_packlist:1} %endif - +%changelog