3.72 bump

This commit is contained in:
Jitka Plesnikova 2016-01-20 09:55:12 +01:00
parent 32285e6fe9
commit b5a5a01631
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ HTML-Parser-3.66.tar.gz
/HTML-Parser-3.69.tar.gz
/HTML-Parser-3.70.tar.gz
/HTML-Parser-3.71.tar.gz
/HTML-Parser-3.72.tar.gz

View File

@ -1,12 +1,16 @@
Name: perl-HTML-Parser
Summary: Perl module for parsing HTML
Version: 3.71
Release: 11%{?dist}
Version: 3.72
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz
URL: http://search.cpan.org/dist/HTML-Parser/
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: glibc-common
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -56,8 +60,8 @@ file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
touch -r ${file} ${file}_ && \
mv -f "${file}_" "$file"
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -delete
chmod -R u+w %{buildroot}/*
%check
@ -70,6 +74,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Wed Jan 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.72-1
- 3.72 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.71-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9128a45893097dfa3bf03301b19c5efe HTML-Parser-3.71.tar.gz
eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz