Accepting request 82397 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/82397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-NoTabs?expand=0&rev=5
This commit is contained in:
Lars Vogdt 2011-09-19 13:11:48 +00:00 committed by Git OBS Bridge
commit f780714725
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 25 22:43:05 UTC 2011 - chris@computersalat.de
- fix deps
- no auto_install
-------------------------------------------------------------------
Mon May 23 10:58:57 UTC 2011 - coolo@novell.com

View File

@ -23,13 +23,23 @@ Release: 1
License: GPL+ or Artistic
%define cpan_name Test-NoTabs
Summary: Check the presence of tabs in your project
Url: http://search.cpan.org/dist/Test-NoTabs/
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-NoTabs/
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(File::Find)
Requires: perl(Test::More)
Requires: perl(Test::Builder)
Requires: perl(File::Spec)
Requires: perl(FindBin)
Requires: perl(File::Find)
%{perl_requires}
%description
@ -38,6 +48,7 @@ modules, etc) for the presence of tabs.
%prep
%setup -q -n %{cpan_name}-%{version}
%{__perl} -p -i -e 's|(auto_install)|#\1|' Makefile.PL
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor