Update to 1.002001
- New upstream release 1.002001
- Allow specifying by caller level, as well as specifying file, line, and
version
- Fix tests and Makefile.PL to support perl 5.6
- This release by HAARG -> update source URL
- Specify all dependencies
- Make %files list more explicit
This commit is contained in:
parent
137c97850a
commit
e5888ef867
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/Import-Into-1.001000.tar.gz
|
||||
/Import-Into-1.001001.tar.gz
|
||||
/Import-Into-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,15 +1,18 @@
|
||||
Name: perl-Import-Into
|
||||
Version: 1.001001
|
||||
Release: 3%{?dist}
|
||||
Version: 1.002001
|
||||
Release: 1%{?dist}
|
||||
Summary: Import packages into other packages
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Import-Into/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -27,20 +30,27 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_vendorlib}/Import/
|
||||
%{_mandir}/man3/Import::Into.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 12 2014 Paul Howarth <paul@city-fan.org> - 1.002001-1
|
||||
- Update to 1.002001
|
||||
- Allow specifying by caller level, as well as specifying file, line, and
|
||||
version
|
||||
- Fix tests and Makefile.PL to support perl 5.6
|
||||
- This release by HAARG -> update source URL
|
||||
- Specify all dependencies
|
||||
- Make %%files list more explicit
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001001-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user