Accepting request 177493 from home:coolo:update-perl

- updated to 1.3
     - Fix to ignore inc/ for Module::Install
     - Fix regex to ignore '.svn', but not 'Xsvn' - unescaped .

OBS-URL: https://build.opensuse.org/request/show/177493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-NoTabs?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-06-04 15:32:14 +00:00 committed by Git OBS Bridge
parent 4145990a40
commit 4eefb2e387
4 changed files with 24 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b3dd44c6eb5fdb8f02bd7f518005d5eaff6ee7c9308a5ddb01631119bdd3dd0
size 29167

3
Test-NoTabs-1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c3ed0129c0e335fd4818f06a2e788a14c9ef0038b6fd873b28749fa2e90fb19
size 30677

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 4 15:05:56 UTC 2013 - coolo@suse.com
- updated to 1.3
- Fix to ignore inc/ for Module::Install
- Fix regex to ignore '.svn', but not 'Xsvn' - unescaped .
-------------------------------------------------------------------
Thu Aug 25 22:43:05 UTC 2011 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-NoTabs
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -16,13 +16,12 @@
#
Name: perl-Test-NoTabs
Version: 1.1
Release: 1
License: GPL+ or Artistic
Version: 1.3
Release: 0
%define cpan_name Test-NoTabs
Summary: Check the presence of tabs in your project
License: Artistic-1.0 or GPL-1.0+
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
@ -30,16 +29,16 @@ 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)
#BuildRequires: perl(CPANPLUS::Backend)
#BuildRequires: perl(inc::Module::Install) >= 0.78
#BuildRequires: perl(JSON)
#BuildRequires: perl(LWP::Simple)
#BuildRequires: perl(Module::AutoInstall)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Install::Base)
#BuildRequires: perl(Parse::CPAN::Meta)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(YAML::Tiny)
%{perl_requires}
%description
@ -48,7 +47,6 @@ 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
@ -62,9 +60,6 @@ modules, etc) for the presence of tabs.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README