From 69ae924347f73f10da7d67c5c988c5735e2a03e4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:19:29 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20perl-UR?= =?UTF-8?q?I-1.12-5.src.rpm=20Wed=20Jul=2018=202001=20Crutcher=20Dunnavant?= =?UTF-8?q?=20=201.12-4=20-=20imported=20from=20mandr?= =?UTF-8?q?ake.=20tweaked=20man=20path.=20Sat=20Jul=2007=202001=20Stefan?= =?UTF-8?q?=20van=20der=20Eijk=20=201.12-3mdk=20-=20BuildR?= =?UTF-8?q?equires:=20perl-devel=20Tue=20Jul=2003=202001=20Fran=E7ois=20Po?= =?UTF-8?q?ns=20=201.12-2mdk=20-=20fixed=20referen?= =?UTF-8?q?ce=20to=20perl=20version=20number=20explicitely.=20-=20added=20?= =?UTF-8?q?missing=20files=20in=20packages=20(=3F!).=20Thu=20Jun=2021=2020?= =?UTF-8?q?01=20Christian=20Belisle=20=201.12-1?= =?UTF-8?q?mdk=20-=201.12.=20-=20Clean=20up=20spec=20a=20little=20bit=20-?= =?UTF-8?q?=20Needed=20by=20eGrail.=20-=20Macronize=20a=20little=20bit=20m?= =?UTF-8?q?ore.=20Sun=20Jun=2017=202001=20Geoffrey=20Lee=20=201.10-2mdk=20-=20Rebuild=20for=20the=20latest=20?= =?UTF-8?q?perl.=20Tue=20Jan=2030=202001=20Fran=E7ois=20Pons=20=201.10-1mdk=20-=201.10.=20Tue=20Aug=2029=202000?= =?UTF-8?q?=20Fran=E7ois=20Pons=20=201.09-1mdk=20-?= =?UTF-8?q?=201.09.=20Thu=20Aug=2003=202000=20Fran=E7ois=20Pons=20=201.08-1mdk=20-=20macroszifications.=20-=20upd?= =?UTF-8?q?ate=20requires=20on=20perl=20version.=20-=20noarch=20as=20no=20?= =?UTF-8?q?compilation=20done.=20-=20added=20documentation.=20-=20updated?= =?UTF-8?q?=20description.=20-=201.08.=20Tue=20Jun=2027=202000=20Jean-Mich?= =?UTF-8?q?el=20Dault=20=201.07-1mdk=20-=20updat?= =?UTF-8?q?e=20to=201.07=20Fri=20Mar=2031=202000=20Pixel=20=201.05-2mdk=20-=20new=20group,=20rebuild,=20cleanup?= =?UTF-8?q?=20Tue=20Feb=2029=202000=20Jean-Michel=20Dault=20=20-=20upgraded=20to=201.05=20Mon=20Jan=2003=20200?= =?UTF-8?q?0=20Jean-Michel=20Dault=20=20-=20fin?= =?UTF-8?q?al=20cleanup=20for=20Mandrake=207=20Thu=20Dec=2030=201999=20Jea?= =?UTF-8?q?n-Michel=20Dault=20=20-=20rebuilt=20?= =?UTF-8?q?for=20Mandrake=207=20Sun=20Aug=2029=201999=20Jean-Michel=20Daul?= =?UTF-8?q?t=20=20-=20Spec=20file=20was=20autogenerated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + perl-URI.spec | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 105 insertions(+) create mode 100644 perl-URI.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6ec1f27 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +URI-1.12.tar.bz2 diff --git a/perl-URI.spec b/perl-URI.spec new file mode 100644 index 0000000..3828a4b --- /dev/null +++ b/perl-URI.spec @@ -0,0 +1,103 @@ +%define name perl-URI +%define real_name URI +%define version 1.12 +%define release 5 + +Summary: URI module for perl (World_Wide_Web_HTML_HTTP_CGI/URI) +Name: %{name} +Version: %{version} +Release: %{release} +License: GPL or Artistic +Group: System Environment/Libraries +Source: http://www.cpan.org/authors/id/GAAS/%{real_name}-%{version}.tar.bz2 +Prefix: %{_prefix} +Url: http://www.cpan.org +BuildRequires: perl +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-buildroot/ +Requires: perl >= 5.6.0 + +%description +Perl module which implements the URI class. Object of this class +represent Uniform Resource Identifier (URI) references as specified +in RFC 2396. + +Needed by eGrail + +%prep +%setup -q -n %{real_name}-%{version} + +%build +%{__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 Changes MANIFEST README rfc2396.txt +%{_libdir}/perl5/site_perl/*/URI.pm +%{_libdir}/perl5/site_perl/*/URI +%{_mandir}/*/* + +%changelog +* Thu Jul 18 2001 Crutcher Dunnavant 1.12-4 +- imported from mandrake. tweaked man path. + +* Sat Jul 07 2001 Stefan van der Eijk 1.12-3mdk +- BuildRequires: perl-devel + +* Tue Jul 03 2001 François Pons 1.12-2mdk +- fixed reference to perl version number explicitely. +- added missing files in packages (?!). + +* Thu Jun 21 2001 Christian Belisle 1.12-1mdk +- 1.12. +- Clean up spec a little bit +- Needed by eGrail. +- Macronize a little bit more. + +* Sun Jun 17 2001 Geoffrey Lee 1.10-2mdk +- Rebuild for the latest perl. + +* Tue Jan 30 2001 François Pons 1.10-1mdk +- 1.10. + +* Tue Aug 29 2000 François Pons 1.09-1mdk +- 1.09. + +* Thu Aug 03 2000 François Pons 1.08-1mdk +- macroszifications. +- update requires on perl version. +- noarch as no compilation done. +- added documentation. +- updated description. +- 1.08. + +* Tue Jun 27 2000 Jean-Michel Dault 1.07-1mdk +- update to 1.07 + +* Fri Mar 31 2000 Pixel 1.05-2mdk +- new group, rebuild, cleanup + +* Tue Feb 29 2000 Jean-Michel Dault +- upgraded to 1.05 + +* Mon Jan 3 2000 Jean-Michel Dault +- final cleanup for Mandrake 7 + +* Thu Dec 30 1999 Jean-Michel Dault +- rebuilt for Mandrake 7 + +* Sun Aug 29 1999 Jean-Michel Dault +- Spec file was autogenerated. diff --git a/sources b/sources index e69de29..2a16659 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c9d1eceef526f79cef925b9434ae56dc URI-1.12.tar.bz2