diff --git a/Module-Install-ExtraTests-0.007.tar.gz b/Module-Install-ExtraTests-0.007.tar.gz deleted file mode 100644 index 3827ea4..0000000 --- a/Module-Install-ExtraTests-0.007.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e463dcf5bbc6d3d1b6965f78a02470079934c2a88dcc328f66c0e3aab8fc2f28 -size 26168 diff --git a/Module-Install-ExtraTests-0.008.tar.gz b/Module-Install-ExtraTests-0.008.tar.gz new file mode 100644 index 0000000..91c095e --- /dev/null +++ b/Module-Install-ExtraTests-0.008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643d528490df5f4fd8c9cf6afe431d32465f2d27b24bdddc0a53b02618e57db0 +size 28206 diff --git a/perl-Module-Install-ExtraTests.changes b/perl-Module-Install-ExtraTests.changes index e52df90..d103fd9 100644 --- a/perl-Module-Install-ExtraTests.changes +++ b/perl-Module-Install-ExtraTests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 5 18:42:45 UTC 2013 - coolo@suse.com + +- updated to 0.008 + fix a documentation/code mismatch on VERSION (thanks, ETHER) + ------------------------------------------------------------------- Tue Nov 30 19:20:33 UTC 2010 - coolo@novell.com diff --git a/perl-Module-Install-ExtraTests.spec b/perl-Module-Install-ExtraTests.spec index 3c79446..2b67f75 100644 --- a/perl-Module-Install-ExtraTests.spec +++ b/perl-Module-Install-ExtraTests.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Module-Install-ExtraTests (Version 0.007) +# spec file for package perl-Module-Install-ExtraTests # -# Copyright (c) 2010 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 @@ -15,53 +15,49 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Module-Install-ExtraTests -Version: 0.007 +Version: 0.008 Release: 0 +%define cpan_name Module-Install-ExtraTests Summary: Contextual tests that the harness can ignore -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz -Url: http://search.cpan.org/dist/Module-Install-ExtraTests +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -License: Perl License +Url: http://search.cpan.org/dist/Module-Install-ExtraTests/ +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: make -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +#BuildRequires: perl(inc::Module::Install) +#BuildRequires: perl(JSON) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::Build) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(YAML::Tiny) +%{perl_requires} %description -Adds contextual tests that the harness can ignore. +contextual tests that the harness can ignore %prep -%setup -q -n "Module-Install-ExtraTests-%{version}" -%__sed -i '/^auto_install/d' Makefile.PL +%setup -q -n %{cpan_name}-%{version} %build -%__perl Makefile.PL PREFIX="%{_prefix}" -%__make %{?jobs:-j%{jobs}} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%check -%__make test +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes LICENSE MYMETA.json MYMETA.yml README -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - -%files -%defattr(-,root,root) -%doc Changes README -%dir %{perl_vendorlib}/Module -%dir %{perl_vendorlib}/Module/Install -%{perl_vendorlib}/Module/Install/ExtraTests.pm -%dir %{perl_vendorarch}/auto/Module -%dir %{perl_vendorarch}/auto/Module/Install -%{perl_vendorarch}/auto/Module/Install/ExtraTests -%doc %{perl_man3dir}/Module::Install::ExtraTests.%{perl_man3ext}%{ext_man} %changelog