.gear-rules | 2 + .../0bcdf97f98f39f920e0583c63327f88c53fd6fc3 | 13 +++++ .gear-tags/list | 1 + Makefile.PL | 2 - perl-URI-Fetch.spec | 56 ++++++++++++++++++++ 5 files changed, 72 insertions(+), 2 deletions(-) diff --git a/.gear-rules b/.gear-rules new file mode 100644 index 0000000..58c9ac6 --- /dev/null +++ b/.gear-rules @@ -0,0 +1,2 @@ +tar: @version@:. name=URI-Fetch-@version@ +diff: @version@:. . name=perl-URI-Fetch-@version@-@release@.patch diff --git a/.gear-tags/0bcdf97f98f39f920e0583c63327f88c53fd6fc3 b/.gear-tags/0bcdf97f98f39f920e0583c63327f88c53fd6fc3 new file mode 100644 index 0000000..06de072 --- /dev/null +++ b/.gear-tags/0bcdf97f98f39f920e0583c63327f88c53fd6fc3 @@ -0,0 +1,13 @@ +object 212691a9a3c2233c880a1b1f78b96f05810284a6 +type commit +tag 0.08 +tagger Alexey Tourbin 1185103250 +0400 + +0.08 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.7 (GNU/Linux) + +iD8DBQBGoz2SfBKgtDjnu0YRAobIAJ0Uonci6QallBfMlUnNSWyo6LW7XwCfcr+3 +PQKJOEpVW56e7eAeRS7SiFQ= +=i3tp +-----END PGP SIGNATURE----- diff --git a/.gear-tags/list b/.gear-tags/list new file mode 100644 index 0000000..e859ffb --- /dev/null +++ b/.gear-tags/list @@ -0,0 +1 @@ +0bcdf97f98f39f920e0583c63327f88c53fd6fc3 0.08 diff --git a/Makefile.PL b/Makefile.PL index 339c917..331fc22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,6 @@ license('perl'); no_index(directory => 't'); sign(1); -include('ExtUtils::AutoInstall'); - requires('Class::ErrorHandler'); requires('LWP'); requires('URI'); diff --git a/perl-URI-Fetch.spec b/perl-URI-Fetch.spec new file mode 100644 index 0000000..35d3265 --- /dev/null +++ b/perl-URI-Fetch.spec @@ -0,0 +1,56 @@ +%define dist URI-Fetch +Name: perl-%dist +Version: 0.08 +Release: alt2 + +Summary: Smart URI fetching/caching +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Sun Jul 22 2007 +BuildRequires: perl-Class-ErrorHandler perl-Module-Install perl-Storable perl-libwww + +%description +URI::Fetch is a smart client for fetching HTTP pages, notably +syndication feeds (RSS, Atom, and others), in an intelligent, +bandwidth- and time-saving way. + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -rv Build.PL inc + +# disable online tests +mv t/01-fetch.t{,.orig} + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/URI* + +%changelog +* Sun Jul 22 2007 Alexey Tourbin 0.08-alt2 +- eliminated build dependency on ExtUtils::AutoInstall + +* Tue Sep 05 2006 Alexey Tourbin 0.08-alt1 +- 0.07 -> 0.08 + +* Sat Jun 24 2006 Alexey Tourbin 0.07-alt1 +- 0.06 -> 0.07 + +* Thu Apr 20 2006 Alexey Tourbin 0.06-alt1 +- 0.03 -> 0.06 + +* Mon Aug 22 2005 Alexey Tourbin 0.03-alt1 +- initial revision (for XML::Feed)