1.1000 bump

This commit is contained in:
Jitka Plesnikova 2014-09-19 14:37:25 +02:00
parent afb78a0ac1
commit 6d0715b894
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Module-CPANfile-1.0001.tar.gz /Module-CPANfile-1.0001.tar.gz
/Module-CPANfile-1.1000.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-CPANfile Name: perl-Module-CPANfile
Version: 1.0001 Version: 1.1000
Release: 5%{?dist} Release: 1%{?dist}
Summary: Parse cpanfile Summary: Parse cpanfile
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -12,10 +12,12 @@ BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
BuildRequires: perl(CPAN::Meta) >= 2.12091 BuildRequires: perl(CPAN::Meta) >= 2.12091
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
BuildRequires: perl(CPAN::Meta::Feature) >= 2.12091 BuildRequires: perl(CPAN::Meta::Feature) >= 2.12091
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(parent)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# tests # tests
@ -45,10 +47,8 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -57,11 +57,16 @@ make test
%files %files
%doc Changes LICENSE README %doc Changes LICENSE README
%{_bindir}/mymeta-cpanfile %{_bindir}/mymeta-cpanfile
%{_bindir}/cpanfile-dump
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man1/mymeta-cpanfile* %{_mandir}/man1/mymeta-cpanfile*
%{_mandir}/man1/cpanfile-dump*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Sep 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1000-1
- 1.1000 bump
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0001-5 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0001-5
- Perl 5.20 rebuild - Perl 5.20 rebuild

View File

@ -1 +1 @@
d1fa25121f0409182a21b2ef89ab58e0 Module-CPANfile-1.0001.tar.gz 28777403c3cbe8ac13db866b2135cb53 Module-CPANfile-1.1000.tar.gz