5.20160320 bump

This commit is contained in:
Petr Písař 2016-03-21 13:37:25 +01:00
parent 80c6899f42
commit 482cf3278b
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ Module-CoreList-2.13.tar.gz
/Module-CoreList-5.20151220.tar.gz /Module-CoreList-5.20151220.tar.gz
/Module-CoreList-5.20160120.tar.gz /Module-CoreList-5.20160120.tar.gz
/Module-CoreList-5.20160121.tar.gz /Module-CoreList-5.20160121.tar.gz
/Module-CoreList-5.20160320.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Module-CoreList Name: perl-Module-CoreList
# Epoch to compete with perl.spec # Epoch to compete with perl.spec
Epoch: 1 Epoch: 1
Version: 5.20160121 Version: 5.20160320
Release: 1%{?dist} Release: 1%{?dist}
Summary: What modules are shipped with versions of perl Summary: What modules are shipped with versions of perl
License: GPL+ or Artistic License: GPL+ or Artistic
@ -9,7 +9,6 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-CoreList/ URL: http://search.cpan.org/dist/Module-CoreList/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
@ -66,7 +65,7 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$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 -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -83,6 +82,9 @@ make test
%{_mandir}/man1/corelist.* %{_mandir}/man1/corelist.*
%changelog %changelog
* Mon Mar 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160320-1
- 5.20160320 bump
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160121-1 * Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160121-1
- 5.20160121 bump - 5.20160121 bump

View File

@ -1 +1 @@
aa5a132c28616e4d070386b2e68e873f Module-CoreList-5.20160121.tar.gz 48774f0c33e949d7d7ac14977dfa38de Module-CoreList-5.20160320.tar.gz