.gear/rules | 2 + .../tags/288f76e134d286c6f4d14802506cf709f1473d79 | 13 +++ .gear/tags/list | 1 + Makefile.PL | 2 +- perl-XML-SAX.spec | 96 ++++++++++++++++++++ 5 files changed, 113 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/288f76e134d286c6f4d14802506cf709f1473d79 b/.gear/tags/288f76e134d286c6f4d14802506cf709f1473d79 new file mode 100644 index 0000000..894e00d --- /dev/null +++ b/.gear/tags/288f76e134d286c6f4d14802506cf709f1473d79 @@ -0,0 +1,13 @@ +object 4edb2176c210456accfb3eaf565fdc60df055fa2 +type commit +tag 0.96 +tagger Alexey Tourbin 1221545254 +0400 + +0.96 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkjPTSYACgkQfBKgtDjnu0aIawCeN0ZL6m4V//5uPek2fRp3eyJb +XmUAn1s0AjTUUIL3j4bY2I3ZfNLaXQ4p +=f/NU +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3b6fbe2 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +288f76e134d286c6f4d14802506cf709f1473d79 0.96 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..30bbb3d --- /dev/null +++ b/perl-XML-SAX.spec @@ -0,0 +1,96 @@ +%define dist XML-SAX +Name: perl-%dist +Version: 0.96 +Release: alt1 + +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 + +# default SAX driver +Requires: perl(XML/LibXML/SAX.pm) +# break dependency loop +Requires: perl-XML-LibXML + +# Automatically added by buildreq on Tue Sep 16 2008 +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.96-alt1 +- 0.16 -> 0.96 + +* Tue Mar 04 2008 Alexey Tourbin 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