|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Digest-Perl-MD5
|
|
|
|
|
Version: 1.8
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 1.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl implementation of Ron Rivest's MD5 Algorithm
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -20,7 +20,7 @@ A pure-perl implementation of Ron Rivest's MD5 Algorithm.
|
|
|
|
|
%setup -q -n Digest-Perl-MD5-%{version}
|
|
|
|
|
|
|
|
|
|
# Remove spurious exec permissions
|
|
|
|
|
chmod -c -x README lib/Digest/Perl/MD5.pm
|
|
|
|
|
chmod -c -x lib/Digest/Perl/MD5.pm
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
@ -30,7 +30,6 @@ make %{?_smp_mflags}
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -41,11 +40,19 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc CHANGES README
|
|
|
|
|
%doc CHANGES
|
|
|
|
|
%{perl_vendorlib}/Digest/
|
|
|
|
|
%{_mandir}/man3/Digest::Perl::MD5.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 14 2013 Paul Howarth <paul@city-fan.org> - 1.9-1
|
|
|
|
|
- Update to 1.9
|
|
|
|
|
- Don't clobber $_ (CPAN RT#78392)
|
|
|
|
|
- Typo fixes (CPAN RT#86853)
|
|
|
|
|
- Remove /usr/bin/false shebang (CPAN RT#85872)
|
|
|
|
|
- Don't need to remove empty directories from the buildroot
|
|
|
|
|
- Upstream dropped README file (probably unintentionally)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|