.gear/rules | 2 + .../tags/98f2922ce32f7e05da092c7811c56a0d676b39a5 | 13 ++++ .gear/tags/list | 1 + perl-XML-Feed.spec | 67 ++++++++++++++++++++ 4 files changed, 83 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..395d447 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=XML-Feed-@version@ +diff: @version@:. . name=perl-XML-Feed-@version@-@release@.patch diff --git a/.gear/tags/98f2922ce32f7e05da092c7811c56a0d676b39a5 b/.gear/tags/98f2922ce32f7e05da092c7811c56a0d676b39a5 new file mode 100644 index 0000000..28cc45f --- /dev/null +++ b/.gear/tags/98f2922ce32f7e05da092c7811c56a0d676b39a5 @@ -0,0 +1,13 @@ +object a4d89d18cd4e7b2ad53fa4970c26cf4182e1777d +type commit +tag 0.43 +tagger Alexey Tourbin 1248148081 +0400 + +0.43 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkplOnEACgkQfBKgtDjnu0aJ4gCfRTRIfle0WgVWa3n2HGP7k6+2 +Zv0AoM8bKPrTzNmBZuwmJzIPNvo1RbQA +=zBp+ +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..b248fc5 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +98f2922ce32f7e05da092c7811c56a0d676b39a5 0.43 diff --git a/perl-XML-Feed.spec b/perl-XML-Feed.spec new file mode 100644 index 0000000..f64073c --- /dev/null +++ b/perl-XML-Feed.spec @@ -0,0 +1,67 @@ +%define dist XML-Feed +Name: perl-%dist +Version: 0.43 +Release: alt1.1 + +Summary: XML Syndication Feed Support +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 Tue Jul 21 2009 +BuildRequires: perl-Feed-Find perl-Test-Pod perl-URI-Fetch perl-XML-Atom perl-XML-RSS + +# this dependency cannot be detected automatically +Requires: perl-XML-RSS +BuildRequires: perl-Module-Pluggable + +%description +XML::Feed is a syndication feed parser for both RSS and Atom feeds. +It also implements feed auto-discovery for finding feeds, given a URI. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/XML* + +%changelog +* Mon Nov 29 2010 Igor Vlasenko 0.43-alt1.1 +- repair after perl 5.12 upgrade using girar-nmu + +* Tue Jul 21 2009 Alexey Tourbin 0.43-alt1 +- 0.42 -> 0.43 + +* Fri Apr 24 2009 Alexey Tourbin 0.42-alt1 +- 0.40 -> 0.42 + +* Wed Nov 26 2008 Alexey Tourbin 0.40-alt1 +- 0.12 -> 0.40 + +* Sun Jul 22 2007 Alexey Tourbin 0.12-alt2 +- eliminated build dependency on ExtUtils::AutoInstall + +* Tue Sep 05 2006 Alexey Tourbin 0.12-alt1 +- 0.10 -> 0.12 + +* Wed Jul 19 2006 Alexey Tourbin 0.10-alt1 +- 0.08 -> 0.10 + +* Mon Apr 17 2006 Alexey Tourbin 0.08-alt1 +- 0.07 -> 0.08 + +* Sat Sep 10 2005 Alexey Tourbin 0.07-alt1 +- initial revision