diff --git a/Test-NoTabs-1.1.tar.gz b/Test-NoTabs-1.1.tar.gz deleted file mode 100644 index ba11d17..0000000 --- a/Test-NoTabs-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b3dd44c6eb5fdb8f02bd7f518005d5eaff6ee7c9308a5ddb01631119bdd3dd0 -size 29167 diff --git a/Test-NoTabs-1.3.tar.gz b/Test-NoTabs-1.3.tar.gz new file mode 100644 index 0000000..62f9332 --- /dev/null +++ b/Test-NoTabs-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3ed0129c0e335fd4818f06a2e788a14c9ef0038b6fd873b28749fa2e90fb19 +size 30677 diff --git a/perl-Test-NoTabs.changes b/perl-Test-NoTabs.changes index 2ef236a..81115d0 100644 --- a/perl-Test-NoTabs.changes +++ b/perl-Test-NoTabs.changes @@ -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 diff --git a/perl-Test-NoTabs.spec b/perl-Test-NoTabs.spec index d5e81f4..fe94c5b 100644 --- a/perl-Test-NoTabs.spec +++ b/perl-Test-NoTabs.spec @@ -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-1.0+ or Artistic-1.0 +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