.gear/rules | 2 + .../tags/975a1cf95a89a96957e854a6b683621bd4f3e866 | 13 +++ .gear/tags/list | 1 + Makefile.PL | 27 ------ perl-XML-RSS.spec | 93 ++++++++++++++++++++ 5 files changed, 109 insertions(+), 27 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..2c15720 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=XML-RSS-@version@ +diff: @version@:. . name=perl-XML-RSS-@version@-@release@.patch diff --git a/.gear/tags/975a1cf95a89a96957e854a6b683621bd4f3e866 b/.gear/tags/975a1cf95a89a96957e854a6b683621bd4f3e866 new file mode 100644 index 0000000..74fba34 --- /dev/null +++ b/.gear/tags/975a1cf95a89a96957e854a6b683621bd4f3e866 @@ -0,0 +1,13 @@ +object fc9c0a96695459304a6b43961a43c96dd42bee9c +type commit +tag 1.48 +tagger Alexey Tourbin 1274851235 +0400 + +1.48 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkv8r6MACgkQfBKgtDjnu0baVACggOPvxEuz3NztvvxfLvDTnKw3 +zTwAn2bw237WgCGzl1/c9AK8qdU2/KTE +=HY03 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..0bfcca2 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +975a1cf95a89a96957e854a6b683621bd4f3e866 1.48 diff --git a/Makefile.PL b/Makefile.PL index 5cd5529..f248716 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,37 +20,10 @@ if ($ExtUtils::MakeMaker::Version >= 6.36) ); } -{ - package MY; - - sub test_via_harness { - my($self, $perl, $tests) = @_; - - return qq|\t$perl "-MTest::Manifest" | . - qq|"-e" "run_t_manifest(\$(TEST_VERBOSE), '\$(INST_LIB)', | . - qq|'\$(INST_ARCHLIB)')"\n|; - } -} - -sub MY::postamble { - return <<'MAKE_FRAG'; - -runtest: pure_all - $(PERLRUNINST) -Itestlib -MTest::Run::CmdLine::WithTestManifest -e "Test::Run::CmdLine::WithTestManifest::run_t_manifest($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)', $(TEST_LEVEL));" - -distruntest: distdir - cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL - cd $(DISTVNAME) && $(MAKE) $(PASTHRU) - cd $(DISTVNAME) && $(MAKE) runtest $(PASTHRU) - -MAKE_FRAG -} - WriteMakefile( 'NAME' => 'XML::RSS', 'VERSION_FROM' => 'lib/XML/RSS.pm', # finds $VERSION, 'PREREQ_PM' => { - 'Test::Manifest' => '0.9', 'Test::More' => '0', 'XML::Parser' => '2.23', 'HTML::Entities' => 0, diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec new file mode 100644 index 0000000..56c3e7c --- /dev/null +++ b/perl-XML-RSS.spec @@ -0,0 +1,93 @@ +%define dist XML-RSS +Name: perl-%dist +Version: 1.48 +Release: alt1 + +Summary: Creates and updates RSS files +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 Wed May 26 2010 +BuildRequires: perl-DateTime-Format-Mail perl-DateTime-Format-W3CDTF perl-HTML-Parser perl-Test-Differences perl-Test-Pod perl-Test-Pod-Coverage perl-XML-Parser + +%description +This module was created to help those who need to manage +RDF Site Summary (RSS) files. It makes quick work of +creating, updating, and saving RSS files. + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -rv inc +rm Build.PL + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README examples +%dir %perl_vendor_privlib/XML + %perl_vendor_privlib/XML/RSS.pm +%dir %perl_vendor_privlib/XML/RSS +%dir %perl_vendor_privlib/XML/RSS/Private + %perl_vendor_privlib/XML/RSS/Private/* + +%changelog +* Wed May 26 2010 Alexey Tourbin 1.48-alt1 +- 1.46 -> 1.48 + +* Tue Oct 20 2009 Alexey Tourbin 1.46-alt1 +- 1.44 -> 1.46 + +* Thu Apr 23 2009 Alexey Tourbin 1.44-alt1 +- 1.41 -> 1.44 + +* Fri Dec 12 2008 Alexey Tourbin 1.41-alt1 +- 1.38 -> 1.41 + +* Sat Nov 29 2008 Alexey Tourbin 1.38-alt1 +- 1.37 -> 1.38 + +* Tue Nov 25 2008 Alexey Tourbin 1.37-alt1 +- 1.35 -> 1.37 + +* Sun Sep 14 2008 Alexey Tourbin 1.35-alt1 +- 1.33 -> 1.35 + +* Sun Jun 08 2008 Alexey Tourbin 1.33-alt1 +- 1.32 -> 1.33 + +* Thu Apr 24 2008 Alexey Tourbin 1.32-alt1 +- 1.31 -> 1.32 + +* Wed Mar 05 2008 Alexey Tourbin 1.31-alt1 +- 1.22 -> 1.31 + +* Wed Apr 18 2007 Alexey Tourbin 1.22-alt1 +- 1.05 -> 1.22 + +* Sat Feb 19 2005 ALT QA Team Robot 1.05-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Sun Nov 28 2004 Andrey Brindeew 1.05-alt1 +- 1.05 +- Added missing BuildReqs + +* Sat Mar 06 2004 Andrey Brindeew 1.04-alt1 +- 1.04 + +* Mon Nov 24 2003 Andrey Brindeew 1.02-alt2 +- Url and Summary was fixed. + +* Wed Jul 30 2003 Andrey Brindeew 1.02-alt1 +- First build for ALTLinux. +