2.55 bump
This commit is contained in:
parent
94b1d03679
commit
49d4cf22a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Digest-MD5-2.52.tar.gz
|
||||
/Digest-MD5-2.53.tar.gz
|
||||
/Digest-MD5-2.54.tar.gz
|
||||
/Digest-MD5-2.55.tar.gz
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
Name: perl-Digest-MD5
|
||||
Version: 2.54
|
||||
Release: 347%{?dist}
|
||||
Version: 2.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface to the MD5 algorithm
|
||||
License: (GPL+ or Artistic) and BSD
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Digest-MD5/
|
||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Config)
|
||||
@ -45,8 +47,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
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 '*.bs' -size 0 -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -59,6 +60,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 10 2016 Petr Pisar <ppisar@redhat.com> - 2.55-1
|
||||
- 2.55 bump
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.54-347
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user