3.72 bump
This commit is contained in:
parent
32285e6fe9
commit
b5a5a01631
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ HTML-Parser-3.66.tar.gz
|
|||||||
/HTML-Parser-3.69.tar.gz
|
/HTML-Parser-3.69.tar.gz
|
||||||
/HTML-Parser-3.70.tar.gz
|
/HTML-Parser-3.70.tar.gz
|
||||||
/HTML-Parser-3.71.tar.gz
|
/HTML-Parser-3.71.tar.gz
|
||||||
|
/HTML-Parser-3.72.tar.gz
|
||||||
|
|||||||
@ -1,12 +1,16 @@
|
|||||||
Name: perl-HTML-Parser
|
Name: perl-HTML-Parser
|
||||||
Summary: Perl module for parsing HTML
|
Summary: Perl module for parsing HTML
|
||||||
Version: 3.71
|
Version: 3.72
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz
|
||||||
URL: http://search.cpan.org/dist/HTML-Parser/
|
URL: http://search.cpan.org/dist/HTML-Parser/
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: glibc-common
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -56,8 +60,8 @@ file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm
|
|||||||
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
|
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
|
||||||
touch -r ${file} ${file}_ && \
|
touch -r ${file} ${file}_ && \
|
||||||
mv -f "${file}_" "$file"
|
mv -f "${file}_" "$file"
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||||
chmod -R u+w %{buildroot}/*
|
chmod -R u+w %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -70,6 +74,9 @@ make test
|
|||||||
%{_mandir}/man3/*.3pm*
|
%{_mandir}/man3/*.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user