5.87 bump

This commit is contained in:
Petr Písař 2014-02-19 14:57:08 +01:00
parent bd6ca2519e
commit 8d021a3956
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ Digest-SHA-5.45.tar.gz
/Digest-SHA-5.84.tar.gz
/Digest-SHA-5.85.tar.gz
/Digest-SHA-5.86.tar.gz
/Digest-SHA-5.87.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.86
Version: 5.87
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
@ -51,14 +51,14 @@ chmod -x examples/*
perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{examples/dups})'
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}'
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 {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
make pure_install DESTDIR='%{buildroot}'
find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
find '%{buildroot}' -type f -name '*.bs' -size 0 -exec rm -f {} +
%{_fixperms} '%{buildroot}'/*
%check
make test
@ -72,6 +72,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Feb 19 2014 Petr Pisar <ppisar@redhat.com> - 1:5.87-1
- 5.87 bump
* Mon Feb 03 2014 Petr Pisar <ppisar@redhat.com> - 1:5.86-1
- 5.86 bump

View File

@ -1 +1 @@
099123dc2404cb73f9e371c7222587a2 Digest-SHA-5.86.tar.gz
3aba7728986e95ef49b4de0d6bfe38a9 Digest-SHA-5.87.tar.gz