Fix the dependency list
- Fix bogus dates in the changelog
This commit is contained in:
parent
24a5adcd84
commit
41709289a3
@ -7,27 +7,35 @@ 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: perl
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(HTML::Tagset) >= 3
|
||||
%if %{undefined perl_bootstrap}
|
||||
# This creates cycle with perl-HTTP-Message.
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
%endif
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(SelectSaver)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(threads)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader)
|
||||
Requires: perl(HTML::Tagset) >= 3
|
||||
Requires: perl(HTTP::Headers)
|
||||
Requires: perl(IO::File)
|
||||
Requires: perl(URI)
|
||||
Requires: perl(XSLoader)
|
||||
|
||||
%{?perl_default_filter}
|
||||
%{?perl_default_subpackage_tests}
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTML::Tagset\\)$
|
||||
|
||||
%description
|
||||
The HTML-Parser module for perl to parse and extract information from
|
||||
@ -45,8 +53,9 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm
|
||||
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_"
|
||||
mv -f "${file}_" "$file"
|
||||
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 {} ';'
|
||||
chmod -R u+w %{buildroot}/*
|
||||
@ -61,6 +70,10 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 3.71-2
|
||||
- Fix the dependency list
|
||||
- Fix bogus dates in the changelog
|
||||
|
||||
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 3.71-2
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
@ -188,7 +201,7 @@ make test
|
||||
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 3.54-1
|
||||
- upgrade to 3.54
|
||||
|
||||
* Mon Mar 22 2006 Jason Vas Dias <jvdias@redhat.com> - 3.51-1
|
||||
* Wed Mar 22 2006 Jason Vas Dias <jvdias@redhat.com> - 3.51-1
|
||||
- upgrade to 3.51
|
||||
|
||||
* Mon Feb 20 2006 Jason Vas Dias <jvdias@redhat.com> - 3.50-1
|
||||
@ -251,7 +264,7 @@ make test
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.25-2
|
||||
* Thu Jul 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.25-2
|
||||
- imported from mandrake. tweaked man path.
|
||||
|
||||
* Tue Jul 03 2001 François Pons <fpons@mandrakesoft.com> 3.25-1mdk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user