forked from pool/perl-Module-Install-ExtraTests
Compare commits
13 Commits
3cb89e4e50
...
1b5dc63bb0
Author | SHA256 | Date | |
---|---|---|---|
1b5dc63bb0 | |||
|
ccea37d7d1 | ||
|
523d14932c | ||
|
93dff003bb | ||
|
f4a59a6dfb | ||
72b2754bbe | |||
ad314874a0 | |||
|
9d990d10ae | ||
|
68ef10290d | ||
|
ee441fb1ff | ||
|
6164855eb6 | ||
|
39440855d6 | ||
|
084dd82378 |
@@ -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
|
3
cpanspec.yml
Normal file
3
cpanspec.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
post_prep:
|
||||
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 08:16:05 UTC 2017 - coolo@suse.com
|
||||
|
||||
- patch the Makefile to build with perl 5.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:30:34 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 28 09:18:29 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -1,50 +1,61 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
# norootforbuild
|
||||
#
|
||||
# spec file for package perl-Module-Install-ExtraTests
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Install-ExtraTests
|
||||
Version: 0.007
|
||||
Version: 0.008
|
||||
Release: 0
|
||||
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
|
||||
%define cpan_name Module-Install-ExtraTests
|
||||
Summary: Contextual Tests That the Harness Can Ignore
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
Requires: perl = %{perl_version}
|
||||
Url: http://search.cpan.org/dist/Module-Install-ExtraTests/
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl-macros
|
||||
%{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}
|
||||
# MANUAL BEGIN
|
||||
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
||||
# MANUAL END
|
||||
|
||||
%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
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%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}
|
||||
/var/adm/perl-modules/%{name}
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user