1.002005 bump
- Update source URL
This commit is contained in:
parent
c348a9aced
commit
d934bd9729
@ -1,26 +1,26 @@
|
||||
Name: perl-Import-Into
|
||||
Version: 1.002004
|
||||
Release: 3%{?dist}
|
||||
Version: 1.002005
|
||||
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
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
# Test Suite
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
|
||||
%description
|
||||
Loading Import::Into creates a global method import::into which you can call on
|
||||
@ -30,12 +30,11 @@ any package to import it into another package.
|
||||
%setup -q -n Import-Into-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
|
||||
perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -47,6 +46,10 @@ make test
|
||||
%{_mandir}/man3/Import::Into.3*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2015 Petr Šabata <contyk@redhat.com> - 1.002005-1
|
||||
- 1.002005 bump
|
||||
- Update source URL
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002004-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user