forked from pool/perl-Module-Install-ExtraTests
Accepting request 177804 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/177804 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-ExtraTests?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
9d990d10ae
commit
93dff003bb
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e463dcf5bbc6d3d1b6965f78a02470079934c2a88dcc328f66c0e3aab8fc2f28
|
||||
size 26168
|
||||
3
Module-Install-ExtraTests-0.008.tar.gz
Normal file
3
Module-Install-ExtraTests-0.008.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:643d528490df5f4fd8c9cf6afe431d32465f2d27b24bdddc0a53b02618e57db0
|
||||
size 28206
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user