Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147288 Details for
Bug 226260
Merge Review: perl-HTML-Parser
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Specfile patch
perl-HTML-Parser.spec.patch (text/plain), 4.86 KB, created by
Jose Pedro Oliveira
on 2007-02-03 23:13:28 UTC
(
hide
)
Description:
Specfile patch
Filename:
MIME Type:
Creator:
Jose Pedro Oliveira
Created:
2007-02-03 23:13:28 UTC
Size:
4.86 KB
patch
obsolete
>--- perl-HTML-Parser.spec.cvs 2006-07-20 00:07:10.000000000 +0100 >+++ perl-HTML-Parser.spec 2007-02-03 23:09:39.000000000 +0000 >@@ -1,58 +1,71 @@ >-%{!?perl_vendorarch: %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)} >- > %define real_name HTML-Parser > >-Summary: Perl module for parsing HTML >-Name: perl-%{real_name} >-Version: 3.55 >-Release: 1%{?dist} >-License: GPL or Artistic >-Group: Development/Libraries >-Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{real_name}-%{version}.tar.gz >-Url: http://search.cpan.org/dist/HTML-Parser/ >-BuildRoot: %{_tmppath}/%{name}-buildroot/ >-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) >-Requires: perl-HTML-Tagset >= 3.03 >-BuildRequires: perl >= 5.6.0, perl-HTML-Tagset >= 3.03 >+Name: perl-%{real_name} >+Version: 3.56 >+Release: 1%{?dist} >+Summary: Perl module for parsing HTML >+ >+Group: Development/Libraries >+License: GPL or Artistic >+Url: http://search.cpan.org/dist/HTML-Parser/ >+Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{real_name}-%{version}.tar.gz >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+ >+BuildRequires: perl(HTML::Tagset) >= 3.03 >+BuildRequires: perl(Test::Pod) >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) >+Requires: perl(HTML::Tagset) >= 3.03 > > %description > The HTML-Parser module for perl to parse and extract information from > HTML documents, including the HTML::Entities, HTML::HeadParser, > HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules. > >+ > %prep > %setup -q -n %{real_name}-%{version} >+chmod -c a-x eg/* > > %build >-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor < /dev/null >-make >+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" >+make %{?_smp_mflags} > > %install > rm -rf $RPM_BUILD_ROOT >-make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT >+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT > > file=$RPM_BUILD_ROOT%{_mandir}/man3/HTML::Entities.3pm > iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" > mv -f "${file}_" "$file" > >-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \ >- -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' >-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' >+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' >+find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' >+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' > chmod -R u+w $RPM_BUILD_ROOT/* > >-%check || : >+%check > make test > > %clean > rm -rf $RPM_BUILD_ROOT > >+ > %files >-%defattr(-,root,root) >+%defattr(-,root,root,-) >+%doc Changes README eg/ > %{perl_vendorarch}/HTML/ > %{perl_vendorarch}/auto/HTML/ >-%{_mandir}/man3/* >+%{_mandir}/man3/*.3pm* >+ > > %changelog >+* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.56-1 >+- Update to 3.56. >+- Brought specfile closer to the Fedora's Perl template. >+- Converted specfile to UTF-8 (changelog entries). >+- Added examples and doc files. >+- Added perl(Test::Pod) to the build requirements list. >+ > * Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 3.55-1.fc6 > - Upgrade to 3.55 > >@@ -128,37 +141,37 @@ > * Thu Jul 18 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 >+* Tue Jul 03 2001 François Pons <fpons@mandrakesoft.com> 3.25-1mdk > - 3.25. > > * Wed Jun 20 2001 Christian Belisle <cbelisle@mandrakesoft.com> 3.18-3mdk > - Fixed distribution tag. > - Updated Requires. >-- Added an option to %makeinstall. >+- Added an option to %%makeinstall. > > * Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 3.18-2mdk > - Rebuild against the latest perl. > >-* Tue Feb 27 2001 François Pons <fpons@mandrakesoft.com> 3.18-1mdk >+* Tue Feb 27 2001 François Pons <fpons@mandrakesoft.com> 3.18-1mdk > - 3.18. > >-* Tue Jan 30 2001 François Pons <fpons@mandrakesoft.com> 3.15-1mdk >+* Tue Jan 30 2001 François Pons <fpons@mandrakesoft.com> 3.15-1mdk > - 3.15. > >-* Tue Dec 05 2000 François Pons <fpons@mandrakesoft.com> 3.14-1mdk >+* Tue Dec 05 2000 François Pons <fpons@mandrakesoft.com> 3.14-1mdk > - 3.14. > >-* Thu Oct 12 2000 François Pons <fpons@mandrakesoft.com> 3.13-1mdk >+* Thu Oct 12 2000 François Pons <fpons@mandrakesoft.com> 3.13-1mdk > - 3.13. > >-* Tue Aug 29 2000 François Pons <fpons@mandrakesoft.com> 3.11-1mdk >+* Tue Aug 29 2000 François Pons <fpons@mandrakesoft.com> 3.11-1mdk > - 3.11. > >-* Thu Aug 03 2000 François Pons <fpons@mandrakesoft.com> 3.10-2mdk >+* Thu Aug 03 2000 François Pons <fpons@mandrakesoft.com> 3.10-2mdk > - macroszifications. > - add doc. > >-* Tue Jul 18 2000 François Pons <fpons@mandrakesoft.com> 3.10-1mdk >+* Tue Jul 18 2000 François Pons <fpons@mandrakesoft.com> 3.10-1mdk > - removed perllocal.pod from files. > - 3.10. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226260
: 147288