.gear-rules | 2 + .../08a3d1751b12892fd740c1d964a28db6338d8da8 | 13 +++ .gear-tags/list | 1 + Makefile.PL | 2 +- perl-XML-SAX.spec | 91 ++++++++++++++++++++ 5 files changed, 108 insertions(+), 1 deletions(-) diff --git a/.gear-rules b/.gear-rules new file mode 100644 index 0000000..4ca4bc2 --- /dev/null +++ b/.gear-rules @@ -0,0 +1,2 @@ +tar: @version@:. name=XML-SAX-@version@ +diff: @version@:. . name=perl-XML-SAX-@version@-@release@.patch diff --git a/.gear-tags/08a3d1751b12892fd740c1d964a28db6338d8da8 b/.gear-tags/08a3d1751b12892fd740c1d964a28db6338d8da8 new file mode 100644 index 0000000..f16d4a9 --- /dev/null +++ b/.gear-tags/08a3d1751b12892fd740c1d964a28db6338d8da8 @@ -0,0 +1,13 @@ +object 60864ddb112503230ef20b33c0def8bf399eedca +type commit +tag 0.16 +tagger Alexey Tourbin 1185452597 +0400 + +0.16 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.7 (GNU/Linux) + +iD8DBQBGqJI1fBKgtDjnu0YRApn3AKDYQ8VmNxruUb018c0xCdeaIszFhQCeObf8 +O+8637JYXq5ApFtIuA++hFQ= +=blnK +-----END PGP SIGNATURE----- diff --git a/.gear-tags/list b/.gear-tags/list new file mode 100644 index 0000000..69d68cd --- /dev/null +++ b/.gear-tags/list @@ -0,0 +1 @@ +08a3d1751b12892fd740c1d964a28db6338d8da8 0.16 diff --git a/Makefile.PL b/Makefile.PL index 98928b3..7d6131c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ WriteMakefile( }, ); -sub MY::install { +sub notMY::install { package MY; my $script = shift->SUPER::install(@_); diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec new file mode 100644 index 0000000..5cd39f9 --- /dev/null +++ b/perl-XML-SAX.spec @@ -0,0 +1,91 @@ +%define dist XML-SAX +Name: perl-%dist +Version: 0.16 +Release: alt2 + +Summary: Simple API for XML +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# possibly the best SAX driver +PreReq: perl(XML/LibXML/SAX.pm) perl-XML-LibXML >= 1.58-alt5 + +# Automatically added by buildreq on Thu Jul 26 2007 +BuildRequires: perl-Encode perl-XML-NamespaceSupport perl-devel + +%description +XML::SAX is a SAX parser access API for Perl. It includes classes +and APIs required for implementing SAX drivers, along with a factory +class for returning any SAX parser installed on the user's system. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +cat >%buildroot%perl_vendor_privlib/XML/SAX/ParserDetails.ini < 0.16-alt2 +- changed default driver: XML::LibXML::SAX::Parser -> XML::LibXML::SAX + +* Thu Jul 26 2007 Alexey Tourbin 0.16-alt1 +- 0.15 -> 0.16 + +* Tue Feb 27 2007 Alexey Tourbin 0.15-alt1 +- 0.14 -> 0.15 + +* Tue May 30 2006 Alexey Tourbin 0.14-alt2 +- got rid of /etc/perl5/XML/SAX/ParserDetails.ini +- XML::SAX::PurePerl not packaged + +* Wed Apr 26 2006 Alexey Tourbin 0.14-alt1 +- 0.12 -> 0.14 + +* Sun Dec 19 2004 Alexey Tourbin 0.12-alt5 +- rebuild in new environment +- new subpackage: %name-PurePerl +- manual pages not packaged (use perldoc) + +* Tue Aug 03 2004 Alexey Tourbin 0.12-alt4 +- removed %_sysconfdir/rpm/macros.d/%name +- removed triggers that register/unregister XML::SAX::PurePerl +- added dependency on XML::LibXML::SAX::Parser (the best parser backend) + +* Wed Apr 28 2004 Alexey Tourbin 0.12-alt3 +- %_sysconfdir/rpm/macros.d/%name: regisger/unregister SAX API parsers +- added triggers that register/unregister XML::SAX::PurePerl + +* Thu Sep 04 2003 Alexey Tourbin 0.12-alt2 +- buildreq re-applied (fixes build in the hasher) +- descriptions updated + +* Fri Mar 21 2003 Stanislav Ievlev 0.12-alt1 +- 0.12 + +* Tue Nov 12 2002 Stanislav Ievlev 0.11-alt1 +- Initial release