.gear/rules | 2 + .../tags/a057fb3ccc5c712d38b3153bcf949aadad62e83f | 13 +++ .gear/tags/list | 1 + bin/pomdump | 2 - perl-Pod-POM.spec | 82 ++++++++++++++++++++ 5 files changed, 98 insertions(+), 2 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..b22d0c6 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Pod-POM-@version@ +diff: @version@:. . name=perl-Pod-POM-@version@-@release@.patch diff --git a/.gear/tags/a057fb3ccc5c712d38b3153bcf949aadad62e83f b/.gear/tags/a057fb3ccc5c712d38b3153bcf949aadad62e83f new file mode 100644 index 0000000..680ed75 --- /dev/null +++ b/.gear/tags/a057fb3ccc5c712d38b3153bcf949aadad62e83f @@ -0,0 +1,13 @@ +object 6a27e1bc2be57b6b8e4cd7356c57388ef62409ad +type commit +tag 0.27 +tagger Alexey Tourbin 1276183506 +0400 + +0.27 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkwRA9IACgkQfBKgtDjnu0aMfACg2YXB+bb803L3yj0JdmQlAWnO +trgAnR8dGFWc8ctmE5f8Offd1Ezbrs8/ +=s3mb +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..086fbb5 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +a057fb3ccc5c712d38b3153bcf949aadad62e83f 0.27 diff --git a/bin/pomdump b/bin/pomdump index 993a36a..30f449e 100755 --- a/bin/pomdump +++ b/bin/pomdump @@ -1,8 +1,6 @@ #!/usr/bin/perl -w use strict; -use FindBin qw($Bin); -use lib "$Bin/../lib"; use Pod::POM; use Getopt::Std; use File::Basename; diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec new file mode 100644 index 0000000..32ffe3b --- /dev/null +++ b/perl-Pod-POM.spec @@ -0,0 +1,82 @@ +%define dist Pod-POM +Name: perl-%dist +Version: 0.27 +Release: alt1 + +Summary: Pod Object Model +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 Thu Jun 10 2010 +BuildRequires: perl-Encode perl-File-Slurp perl-Module-Install perl-Test-Differences perl-parent + +%description +This module implements a parser to convert Pod documents into a simple +object model form known hereafter as the Pod Object Model. The object +model is generated as a hierarchical tree of nodes, each of which +represents a different element of the original document. The tree can +be walked manually and the nodes examined, printed or otherwise +manipulated. In addition, Pod::POM supports and provides view objects +which can automatically traverse the tree, or section thereof, and +generate an output representation in one form or another. + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -rv inc/ +rm -rv t/YAML/ + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%_bindir/pod* +%_bindir/pom* +%perl_vendor_privlib/Pod + +%changelog +* Thu Jun 10 2010 Alexey Tourbin 0.27-alt1 +- 0.25 -> 0.27 + +* Mon Sep 28 2009 Alexey Tourbin 0.25-alt1 +- 0.17 -> 0.25 +- packaged scripts + +* Sat Feb 19 2005 ALT QA Team Robot 0.17-alt6.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Tue Nov 25 2003 Andrey Brindeew 0.17-alt6 +- Summary tag was fixed. + +* Thu Sep 04 2003 Andrey Brindeew 0.17-alt5 +- Fixed typo in URL. + +* Mon Aug 11 2003 Andrey Brindeew 0.17-alt4 +- Ugly test removed. + +* Mon Aug 11 2003 Andrey Brindeew 0.17-alt3 +- Buildreqs updates. +- changed URL. + +* Thu Aug 07 2003 Andrey Brindeew 0.17-alt2 +- Added missed POM.pm + +* Wed Jul 30 2003 Andrey Brindeew 0.17-alt1 +- 0.17 + +* Tue Jul 29 2003 Andrey Brindeew 0.15-alt2 +- Minor specfile fixes. +- BuildArch was changed to `noarch'. + +* Wed Jul 16 2003 Andrey Brindeew 0.15-alt1 +- First build for ALTLinux.