From 8eda31aaacea8b1f3ab93ccd33c4f879b73b37b1 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:24:17 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20perl-li?= =?UTF-8?q?bwww-perl-5.53-3.src.rpm=20Wed=20Jul=2018=202001=20Crutcher=20D?= =?UTF-8?q?unnavant=20=205.53-3=20-=20imported=20from?= =?UTF-8?q?=20mandrake.=20tweaked=20man=20path.=20Sat=20Jul=2007=202001=20?= =?UTF-8?q?Stefan=20van=20der=20Eijk=20=205.53-2mdk=20-=20?= =?UTF-8?q?BuildRequires:=20perl-devel=20Tue=20Jul=2003=202001=20Fran=E7oi?= =?UTF-8?q?s=20Pons=20=205.53-1mdk=20-=205.53.=20S?= =?UTF-8?q?un=20Jun=2017=202001=20Geoffrey=20Lee=20=205.50-2mdk=20-=20Rebuild=20for=20the=20latest=20perl.=20?= =?UTF-8?q?Tue=20Jan=2030=202001=20Fran=E7ois=20Pons=20=205.50-1mdk=20-=20added=20requires=20on=20perl-URI=20>=3D?= =?UTF-8?q?=201.10.=20-=205.50.=20Tue=20Nov=2014=202000=20Fran=E7ois=20Pon?= =?UTF-8?q?s=20=205.48-3mdk=20-=20fixed=20typo=20i?= =?UTF-8?q?n=20summary.=20Thu=20Aug=2003=202000=20Fran=E7ois=20Pons=20=205.48-2mdk=20-=20macroszifications.=20-?= =?UTF-8?q?=20noarch.=20-=20add=20doc.=20Tue=20Jun=2027=202000=20Jean-Mich?= =?UTF-8?q?el=20Dault=20=205.48-1mdk=20-=20updat?= =?UTF-8?q?ed=20to=205.48=20Thu=20Apr=2020=202000=20Guillaume=20Cottenceau?= =?UTF-8?q?=20=205.47-3mdk=20-=20fixed=20release=20ta?= =?UTF-8?q?g=20Fri=20Mar=2031=202000=20Pixel=20=20?= =?UTF-8?q?5.47-2mdk=20-=20remove=20file=20list=20-=20rebuild=20for=205.6.?= =?UTF-8?q?0=20Mon=20Jan=2003=202000=20Jean-Michel=20Dault=20=20-=20final=20cleanup=20for=20Mandrake=207=20Thu?= =?UTF-8?q?=20Dec=2030=201999=20Jean-Michel=20Dault=20=20-=20updated=20to=205.47=20Sun=20Aug=2029=201999=20Jea?= =?UTF-8?q?n-Michel=20Dault=20=20-=20bzip2'd=20?= =?UTF-8?q?sources=20-=20updated=20to=205.44=20Tue=20May=2011=201999=20roo?= =?UTF-8?q?t=20=20-=20Spec=20file=20was=20aut?= =?UTF-8?q?ogenerated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + perl-libwww-perl.spec | 98 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 100 insertions(+) create mode 100644 perl-libwww-perl.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6825da2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libwww-perl-5.53.tar.bz2 diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec new file mode 100644 index 0000000..cd9f77d --- /dev/null +++ b/perl-libwww-perl.spec @@ -0,0 +1,98 @@ +%define name perl-libwww-perl +%define real_name libwww-perl +%define version 5.53 +%define release 3 + +Summary: Libwww-perl module for perl +Name: %{name} +Version: %{version} +Release: %{release} +License: GPL or Artistic +Group: System Environment/Libraries +Source0: %{real_name}-%{version}.tar.bz2 +Url: http://www.cpan.org +Prefix: %{_prefix} +BuildRequires: perl +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-buildroot/ +Requires: perl >= 5.6.0, perl-HTML-Parser, perl-URI >= 1.10, perl-MIME-Base64, perl-libnet, perl-Digest-MD5 + +%description +libwww-perl module for perl + +%prep +%setup -q -n %{real_name}-%{version} + +%build +%{__perl} Makefile.PL PREFIX=%{_prefix} +make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} + +%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 README.SSL TODO ChangeLog +%{_bindir}/* +%{_mandir}/*/* +%{_libdir}/perl5/site_perl/*/LWP.pm +%{_libdir}/perl5/site_perl/*/lwpcook.pod +%{_libdir}/perl5/site_perl/*/File +%{_libdir}/perl5/site_perl/*/HTML +%{_libdir}/perl5/site_perl/*/WWW +%{_libdir}/perl5/site_perl/*/HTTP +%{_libdir}/perl5/site_perl/*/Bundle +%{_libdir}/perl5/site_perl/*/LWP + + +%changelog +* Thu Jul 18 2001 Crutcher Dunnavant 5.53-3 +- imported from mandrake. tweaked man path. + +* Sat Jul 07 2001 Stefan van der Eijk 5.53-2mdk +- BuildRequires: perl-devel + +* Tue Jul 03 2001 François Pons 5.53-1mdk +- 5.53. + +* Sun Jun 17 2001 Geoffrey Lee 5.50-2mdk +- Rebuild for the latest perl. + +* Tue Jan 30 2001 François Pons 5.50-1mdk +- added requires on perl-URI >= 1.10. +- 5.50. + +* Tue Nov 14 2000 François Pons 5.48-3mdk +- fixed typo in summary. + +* Thu Aug 03 2000 François Pons 5.48-2mdk +- macroszifications. +- noarch. +- add doc. + +* Tue Jun 27 2000 Jean-Michel Dault 5.48-1mdk +- updated to 5.48 + +* Thu Apr 20 2000 Guillaume Cottenceau 5.47-3mdk +- fixed release tag + +* Fri Mar 31 2000 Pixel 5.47-2mdk +- remove file list +- rebuild for 5.6.0 + +* Mon Jan 3 2000 Jean-Michel Dault +- final cleanup for Mandrake 7 + +* Thu Dec 30 1999 Jean-Michel Dault +- updated to 5.47 + +* Sun Aug 29 1999 Jean-Michel Dault +- bzip2'd sources +- updated to 5.44 + +* Tue May 11 1999 root +- Spec file was autogenerated. diff --git a/sources b/sources index e69de29..0827708 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +45482af5ae56d2ce8f95e38b62d2ae21 libwww-perl-5.53.tar.bz2