Wed 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
- 3.25.
Wed Jun 20 2001 Christian Belisle <cbelisle@mandrakesoft.com> 3.18-3mdk
- Fixed distribution tag.
- Updated Requires.
- Added an option to make \ prefix=/tmp/22941-i386/install/usr \
exec_prefix=/tmp/22941-i386/install/usr \
bindir=/tmp/22941-i386/install/usr/bin \
sbindir=/tmp/22941-i386/install/usr/sbin \
sysconfdir=/tmp/22941-i386/install/etc \
datadir=/tmp/22941-i386/install/usr/share \
includedir=/tmp/22941-i386/install/usr/include \
libdir=/tmp/22941-i386/install/usr/lib \
libexecdir=/tmp/22941-i386/install/usr/libexec \
localstatedir=/tmp/22941-i386/install/var \
sharedstatedir=/tmp/22941-i386/install/usr/com \
mandir=/tmp/22941-i386/install/usr/share/man \
infodir=/tmp/22941-i386/install/usr/share/info \ install.
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
- 3.18.
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
- 3.14.
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
- 3.11.
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
- removed perllocal.pod from files.
- 3.10.
Tue Jun 27 2000 Jean-Michel Dault <jmdault@mandrakesoft.com> 3.08-1mdk
- update to 3.08
Wed May 17 2000 David BAUDENS <baudens@mandrakesoft.com> 3.05-4mdk
- Fix build for i486
- Use %{_tmppath} for BuildRoot
Fri Mar 31 2000 Pixel <pixel@mandrakesoft.com> 3.05-3mdk
- rebuild, new group, cleanup
Tue Feb 29 2000 Jean-Michel Dault <jmdault@netrevolution.com> 3.0.5-1mdk
- upgrade to 3.05
Mon Jan 03 2000 Jean-Michel Dault <jmdault@netrevolution.com>
- final cleanup for Mandrake 7
Thu Dec 30 1999 Jean-Michel Dault <jmdault@netrevolution.com>
-updated to 3.02
Sun Aug 29 1999 Jean-Michel Dault <jmdault@netrevolution.com>
- bzip2'd sources
- updated to 2.23
Tue May 11 1999 root <root@alien.devel.redhat.com>
- Spec file was autogenerated.
109 lines
3.0 KiB
RPMSpec
109 lines
3.0 KiB
RPMSpec
%define name perl-HTML-Parser
|
|
%define real_name HTML-Parser
|
|
%define version 3.25
|
|
%define release 2
|
|
|
|
Summary: HTML-Parser module for perl (World_Wide_Web_HTML_HTTP_CGI/HTML)
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Release: %{release}
|
|
License: GPL or Artistic
|
|
Group: System Environment/Libraries
|
|
Source: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/HTML/%{real_name}-%{version}.tar.bz2
|
|
Url: http://www.cpan.org
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot/
|
|
Requires: perl >= 5.6.0, perl-HTML-Tagset >= 3.03
|
|
BuildRequires: perl >= 5.6.0, perl-HTML-Tagset >= 3.03
|
|
|
|
%description
|
|
HTML-Parser module for perl to parse and extract information
|
|
from HTML documents.
|
|
|
|
%prep
|
|
%setup -q -n %{real_name}-%{version}
|
|
|
|
%build
|
|
# compile with default options (prompt() checks for STDIN being a terminal).
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix}
|
|
make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
|
make test
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALLMAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README TODO Changes
|
|
%{_mandir}/*/*
|
|
%{_prefix}/lib/perl5/site_perl/*/*/HTML/*
|
|
%{_prefix}/lib/perl5/site_perl/*/*/auto/HTML/Parser/Parser.so
|
|
|
|
|
|
%changelog
|
|
* 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
|
|
- 3.25.
|
|
|
|
* Wed Jun 20 2001 Christian Belisle <cbelisle@mandrakesoft.com> 3.18-3mdk
|
|
- Fixed distribution tag.
|
|
- Updated Requires.
|
|
- 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
|
|
- 3.18.
|
|
|
|
* 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
|
|
- 3.14.
|
|
|
|
* 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
|
|
- 3.11.
|
|
|
|
* 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
|
|
- removed perllocal.pod from files.
|
|
- 3.10.
|
|
|
|
* Tue Jun 27 2000 Jean-Michel Dault <jmdault@mandrakesoft.com> 3.08-1mdk
|
|
- update to 3.08
|
|
|
|
* Wed May 17 2000 David BAUDENS <baudens@mandrakesoft.com> 3.05-4mdk
|
|
- Fix build for i486
|
|
- Use %%{_tmppath} for BuildRoot
|
|
|
|
* Fri Mar 31 2000 Pixel <pixel@mandrakesoft.com> 3.05-3mdk
|
|
- rebuild, new group, cleanup
|
|
|
|
* Tue Feb 29 2000 Jean-Michel Dault <jmdault@netrevolution.com> 3.0.5-1mdk
|
|
- upgrade to 3.05
|
|
|
|
* Mon Jan 3 2000 Jean-Michel Dault <jmdault@netrevolution.com>
|
|
- final cleanup for Mandrake 7
|
|
|
|
* Thu Dec 30 1999 Jean-Michel Dault <jmdault@netrevolution.com>
|
|
-updated to 3.02
|
|
|
|
* Sun Aug 29 1999 Jean-Michel Dault <jmdault@netrevolution.com>
|
|
- bzip2'd sources
|
|
- updated to 2.23
|
|
|
|
* Tue May 11 1999 root <root@alien.devel.redhat.com>
|
|
- Spec file was autogenerated.
|