Browse Source

* new packages
- perl-Net-Netmask
- perl-Net-Pcap
- perl-Text-Iconv
- perl-XML-Filter-BufferText
- perl-XML-SAX-Base
- perl-XML-SAX-Writer

* perl-XML-SAX: new upstream release; spec file revamped

* perl-LDAP: renamed from perl-ldap; new upstream release



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5791 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 12 years ago
parent
commit
972a3167cb

+ 184 - 0
p/perl-LDAP/perl-LDAP-vl.spec

@@ -0,0 +1,184 @@
+Name:           perl-LDAP
+Version:        0.44
+Release:        1%{?_dist_release}
+Summary:        LDAP Perl module
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/perl-ldap/
+Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/perl-ldap-%{version}.tar.gz
+
+BuildArch:      noarch
+# [Core Features]
+BuildRequires:  perl(Convert::ASN1)
+BuildRequires:  perl(IO::Socket::SSL)
+# [optional modules]
+BuildRequires:  perl(Authen::SASL) >= 2.00
+BuildRequires:  perl(URI::ldap) >= 1.1
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(XML::SAX::Writer)
+# [test]
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(LWP::UserAgent)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Authen::SASL)
+
+Provides:       perl-ldap = %{version}-%{release}
+Obsoletes:      perl-ldap < 0.44
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+
+%description
+Net::LDAP is a collection of modules that implements a LDAP services API
+for Perl programs. The module may be used to search directories or perform
+maintenance functions such as adding, deleting or modifying entries.
+
+%description -l ja
+Net::LDAP は、LDAP サービス API を実装する Perl モジュール集です。
+このモジュールを使って、LDAP ディレクトリ検索や、LDAP エントリの
+追加・削除・修正などの機能を Perl から利用可能になります。
+
+
+%prep
+%setup -q -n perl-ldap-%{version}
+chmod -c 644 bin/* contrib/* lib/Net/LDAP/DSML.pm
+%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' contrib/*
+
+# Filter unwanted Provides:
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+  sed -e '/perl(Net::LDAP::Filter)$/d'
+EOF
+
+%define __perl_provides %{_builddir}/perl-ldap-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+%check
+make test
+ 
+%clean
+rm -rf %{buildroot}
+
+%files
+%doc Changes CREDITS
+%doc contrib/ bin/
+%{perl_vendorlib}/Bundle/
+%{perl_vendorlib}/LWP/
+%{perl_vendorlib}/Net/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.44-1
+- renamed to perl-LDAP from perl-ldap for consistency
+- updated to 0.44
+- previous Vine changelog as follows:
+
+  - Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> 0.3202-1vl5
+  - spec in utf-8
+  - applied vine5 versioning policy
+  
+  - Sun Sep 03 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3202-0vl2
+  - changed Group to Development/Libraries
+  
+  - Sun Apr 03 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3202-0vl1
+  - new upstream release
+  
+  - Tue Feb 08 2005 HOTTA Michihide <hotta@net-newbie.com> 0.31-0vl1
+  - Initial build for Vine Linux 3.1.
+  
+  - Mon Feb 23 2004  <yasuma@miraclelinux.com> 0.31-1
+  - Initial build.
+
+* Mon Feb  6 2012 Marcela Maslanova <mmaslano@redhat.com> - 1:0.44-1
+- update which should fix RT#66753
+- clean specfile according to new guidelines
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.40-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1:0.40-5
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.40-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.40-3
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.40-2
+- Mass rebuild with perl-5.12.0
+
+* Mon Apr 12 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.40-1
+- update
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:0.34-7
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.34-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.34-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.34-4
+- rebuild for new perl
+
+* Mon Apr 09 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-3
+- Resolves: bz#226267
+- Only filter out the unversioned Provides: perl(Net::LDAP::Filter) to
+  avoid breaking dependencies.
+
+* Thu Apr 05 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-2
+- Resolves: bz#226267
+- Filter out provides perl(Net::LDAP::Filter) per package review.
+
+* Tue Feb 13 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-1
+- New version: 0.34
+
+* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 1:0.33-3
+- Bugzilla: 207430
+- Incorporate fixes from Jose Oliveira's patch
+- Add perl(IO::Socket::SSL) as a BuildRequires as well
+- Other cleanups from Jose
+
+* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.33-1.3
+- Add a requirement for IO::Socket::SSL, per bug #122066
+
+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
+- rebuild
+
+* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.33-1.2
+- rebuild for new perl-5.8.8
+
+* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt for new gcc
+
+* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.33-1
+- Update to 0.33.
+
+* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.3202-1
+- Update to 0.3202.
+- Specfile cleanup. (#153766)
+
+* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 0.31-5
+- rebuild
+
+* Wed Mar 10 2004 Chip Turner <cturner@redhat.com> - 0.31-1
+- Specfile autogenerated.
+

+ 115 - 0
p/perl-Net-Netmask/perl-Net-Netmask-vl.spec

@@ -0,0 +1,115 @@
+Name:           perl-Net-Netmask
+Version:        1.9015
+Release:        1%{?dist}
+Summary:        Perl module for manipulation and lookup of IP network blocks
+
+Group:          Development/Libraries
+License:        Copyright only
+URL:            http://search.cpan.org/dist/Net-Netmask/
+Source0:        http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Net::Netmask parses and understands IPv4 CIDR blocks. It's built with
+an object-oriented interface. Nearly all functions are methods that
+operate on a Net::Netmask object.
+
+
+%prep
+%setup -q -n Net-Netmask-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGELOG README
+%{perl_vendorlib}/Net/
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9015-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.9015-9
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9015-7
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9015-6
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.9015-5
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Jun 30 2008 Paul Howarth <paul@city-fan.org> - 1.9015-2
+- Add perl(:MODULE_COMPAT...) dependency (#449362)
+- Remove redundant buildreq perl
+- Fix "make check" syntax
+- Fix argument order for find with -depth
+
+* Thu Sep 27 2007 Warren Togami <wtogami@redhat.com> - 1.9015-1
+- 1.9015, update license tag
+
+* Thu Sep 14 2006 Warren Togami <wtogami@redhat.com> - 1.9012-3
+- rebuild for FC6
+
+* Fri May 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9012-2
+- 1.9012, use canonical CPAN URL in Source0.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9011-2
+- rebuilt
+
+* Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9011-1
+- Update to 1.9011.
+- Bring up to date with current fedora.us Perl spec template.
+
+* Sun Feb  8 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9007-0.fdr.2
+- Reduce directory ownership bloat.
+- Run tests in the %%check section.
+
+* Sat Feb 07 2004 Warren Togami <warren@togami.com> - 0:1.9007-0.fdr.1
+- upgrade to 1.9007
+
+* Thu Nov 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9004-0.fdr.2
+- Specfile rewrite.
+
+* Fri Sep 19 2003 Warren Togami <warren@togami.com> - 1.9004-0.fdr.1
+- Specfile autogenerated.

+ 135 - 0
p/perl-Net-Pcap/perl-Net-Pcap-vl.spec

@@ -0,0 +1,135 @@
+Name:           perl-Net-Pcap
+Version:        0.16
+Release:        1%{?_dist_release}
+Summary:        Interface to pcap(3) LBL packet capture library
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Net-Pcap/
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
+# https://rt.cpan.org/Ticket/Display.html?id=55163
+Patch0:         net-pcap-0.16-eg-pcapdump.patch
+# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
+Patch1:         perl-Net-Pcap-ccflags.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  libpcap-devel
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%{?perl_default_filter}
+
+%description
+perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
+
+%prep
+%setup -q -n Net-Pcap-%{version}
+%patch0 -p1
+%patch1 -p1
+
+for f in README Changes ; do
+  iconv -f iso-8859-1 -t utf-8 $f >$f.conv && mv -f $f.conv $f
+done
+
+chmod 0644 eg/*
+
+sed -i -e '1s~#!perl~#!%{__perl}~' t/*.t
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%doc eg/ t/
+%{_bindir}/*
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Net
+%{_mandir}/man?/*
+
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.16-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sat Jun 18 2011 Iain Arnell <iarnell@gmail.com> 0.16-12
+- rename patch and clarify that it's EU:MM related, not EU::CB
+
+* Fri Jun 17 2011 Iain Arnell <iarnell@gmail.com> 0.16-11
+- patch to workaround ExtUtils::CBuilder behavior change
+  see http://rt.perl.org/rt3/Public/Bug/Display.html?id=89478
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.16-10
+- Perl mass rebuild
+
+* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.16-9
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.16-7
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.16-6
+- Mass rebuild with perl-5.12.0
+
+* Wed Mar 03 2010 Iain Arnell <iarnell@gmail.com> 0.16-5
+- include patch from Jose Pedro Oliveira to fix eg/pcapdump (BZ#569915)
+
+* Tue Mar 02 2010 Iain Arnell <iarnell@gmail.com> 0.16-4
+- include examples as documentation
+- use perl_default_filter and DESTDIR
+- silence rpmlint
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.16-3
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 0.16-1
+- New upstream release
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.14-4
+- rebuild for new perl
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.14-3
+- Autorebuild for GCC 4.3
+
+* Tue May 08 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.14-2
+- Add missing BR
+- Chance License to GPL or Artistic
+- Update %%files
+- Include t/ in %%doc
+* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.14-1
+- Initial build

+ 151 - 0
p/perl-Text-Iconv/perl-Text-Iconv-vl.spec

@@ -0,0 +1,151 @@
+Name:           perl-Text-Iconv
+Version:        1.7
+Release:        1%{?_dist_release}
+Summary:        Perl interface to iconv() codeset conversion function
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Text-Iconv/
+Source0:        http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%description
+The Text::Iconv module provides a Perl interface to the iconv()
+function as defined by the Single UNIX Specification. The convert()
+method converts the encoding of characters in the input string from
+the fromcode codeset to the tocode codeset, and returns the result.
+Settings of fromcode and tocode and their permitted combinations are
+implementation-dependent. Valid values are specified in the system
+documentation.
+
+
+%prep
+%setup -q -n Text-Iconv-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorarch}/auto/Text/
+%{perl_vendorarch}/Text/
+%{_mandir}/man3/Text::Iconv.3*
+
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.7-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.7-11
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-9
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-8
+- Mass rebuild with perl-5.12.0
+
+* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.7-7
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-4
+- Rebuild for perl 5.10 (again)
+
+* Tue Feb 12 2008 Andreas Thienemann <athienem@redhat.com> - 1.7-3
+- Rebuilt against gcc-4.3
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-2
+- rebuild for new perl
+
+* Wed Nov  7 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.7-1
+- upgrade on 1.7
+- Resolves: rhbz#331011
+
+* Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.5-1
+- Updated to new upstream release
+
+* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4-6
+- BuildRequire perl(ExtUtils::MakeMaker).
+
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
+- Fix order of arguments to find(1).
+- Drop version from perl build dependency.
+
+* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4
+- Rebuild.
+
+* Thu Jan 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-3
+- Specfile cleanup.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.4-2
+- rebuilt
+
+* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4-0.fdr.1
+- Update to 1.4, INSTALLDIRS= fixed upstream.
+
+* Tue Jun 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3-0.fdr.1
+- Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works.
+- Avoid RPATH on < FC2.
+
+* Sun May  9 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.7
+- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
+- Use pure_install to avoid perllocal.pod workarounds.
+
+* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.6
+- Require perl(:MODULE_COMPAT_*).
+
+* Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.5
+- Reduce directory ownership bloat.
+
+* Tue Dec  2 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.4
+- Specfile cleanup.
+
+* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.3
+- Install into vendor dirs.
+
+* Fri Jul  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.2
+- Fix dir ownerships and non-root strip during build.
+- Update description.
+
+* Wed May  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.1
+- First Fedora release.

+ 98 - 0
p/perl-XML-Filter-BufferText/perl-XML-Filter-BufferText-vl.spec

@@ -0,0 +1,98 @@
+Name:           perl-XML-Filter-BufferText
+Version:        1.01
+Release:        1%{?_dist_release}
+Summary:        Filter to put all characters() in one event
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/XML-Filter-BufferText/
+Source0:        http://www.cpan.org/modules/by-module/XML/XML-Filter-BufferText-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(XML::SAX::Base)
+BuildRequires:  perl(XML::SAX::Base), perl(ExtUtils::MakeMaker), perl(Test::More)
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%description
+This is a very simple filter. One common cause of grief (and programmer
+error) is that XML parsers aren't required to provide character events in
+one chunk. They can, but are not forced to, and most don't. This filter
+does the trivial but oft-repeated task of putting all characters into a
+single event.
+
+%prep
+%setup -q -n XML-Filter-BufferText-%{version}
+chmod 644 Changes README BufferText.pm
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.01-12
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-10
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-9
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.01-8
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-5
+- Rebuild for perl 5.10 (again)
+
+* Tue Jan 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-4
+- BR perl(Test::More)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-3
+- rebuild for new perl
+
+* Sat Mar 17 2007 Andreas Thienemann <andreas@bawue.net> 1.01-2
+- Fixed dependencies
+
+* Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 1.01-1
+- Specfile autogenerated by cpanspec 1.69.1.
+- Cleaned up for FE

+ 59 - 0
p/perl-XML-SAX-Base/perl-XML-SAX-Base-vl.spec

@@ -0,0 +1,59 @@
+Name:           perl-XML-SAX-Base
+Version:        1.08
+Release:        1%{?_dist_release}
+Summary:        Base class SAX Drivers and Filters
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/XML-SAX-Base/
+Source0:        http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Conflicts:      perl-XML-SAX < 0.99-1
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%description
+This module has a very simple task - to be a base class for PerlSAX drivers
+and filters. It's default behaviour is to pass the input directly to the
+output unchanged. It can be useful to use this module as a base class so
+you don't have to, for example, implement the characters() callback.
+
+%prep
+%setup -q -n XML-SAX-Base-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
+mv $RPM_BUILD_ROOT/%{perl_vendorlib}/XML/SAX/BuildSAXBase.pl $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
+
+%check
+make test
+
+%files
+%doc Changes dist.ini META.json README BuildSAXBase.pl
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Oct 07 2011 Marcela Mašláňová <mmaslano@redhat.com> 1.08-1
+- Specfile autogenerated by cpanspec 1.78.

+ 103 - 0
p/perl-XML-SAX-Writer/perl-XML-SAX-Writer-vl.spec

@@ -0,0 +1,103 @@
+Name:           perl-XML-SAX-Writer
+Version:        0.50
+Release:        1%{?_dist_release}
+Summary:        SAX2 Writer
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/XML-SAX-Writer/
+Source0:        http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(Text::Iconv) >= 1.2
+BuildRequires:  perl(XML::Filter::BufferText) >= 1.00
+BuildRequires:  perl(XML::NamespaceSupport) >= 1.00
+BuildRequires:  perl(XML::SAX::Exception) >= 1.01
+BuildRequires:  /usr/bin/iconv
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%description
+A new XML Writer to match the SAX2 effort.
+
+%prep
+%setup -q -n XML-SAX-Writer-%{version}
+chmod 644 Changes README Writer.pm lib/XML/SAX/Writer/XML.pm
+
+# Fix UTF-8
+iconv -f ISO_8859-1 -t UTF-8 -o tmp.man Writer.pm &&
+mv -f tmp.man Writer.pm
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.50-12
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.50-10
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.50-9
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.50-8
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.50-5
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.50-4
+- rebuild for new perl
+
+* Sun Jan 27 2008 Andreas Thienemann <andreas@bawue.net> 0.50-3
+- Added Test::More to the BuildReqs
+
+* Sat Mar 17 2007 Andreas Thienemann <andreas@bawue.net> 0.50-2
+- Removed hardcoded Reqs in favour of autoreqs
+- Better conversion to utf-8
+
+* Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 0.50-1
+- Specfile autogenerated by cpanspec 1.69.1.
+- Cleaned up for FE

+ 217 - 86
p/perl-XML-SAX/perl-XML-SAX-vl.spec

@@ -1,37 +1,24 @@
-Summary: SAX(Simple API for XML) for Perl 
-Name: perl-XML-SAX
-Version: 0.16
-Release: 3%{?_dist_release}
-License: distributable
-Group: Development/Libraries
-Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-SAX-%{version}.tar.gz
-Source1: filter-requires-XML-SAX.sh
-Source2: filter-provides-XML-SAX.sh
-
-URL: http://search.cpan.org/search?dist=XML-SAX
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildArch: noarch
-BuildRequires: perl >= 5.8.2
-BuildRequires: perl-XML-NamespaceSupport
-Requires: perl >= 5.8.2
-Requires: perl-XML-NamespaceSupport
-#Requires(post): perl-XML-LibXML
-#Requires(preun): perl-XML-LibXML
-
-%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
-# Filter unwanted Requires: perl-XML-SAX has some poorly-structured
-#                           packages that confuse RPM.
-%define __find_requires %{SOURCE1}
-
-# Filter unwanted Provides: perl-XML-SAX should not Provide an
-#                           unversioned perl(XML::SAX) along with the
-#                           versioned one
-%define __find_provides %{SOURCE2}
-%else
-%define __perl_requires %{SOURCE1}
-%endif
-
-
+Summary:        XML-SAX Perl module
+Name:           perl-XML-SAX
+Version:        0.99
+Release:        1%{?_dist_release}
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/XML-SAX/
+Source0:        http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(XML::NamespaceSupport) >= 0.03
+# The following creates circular dependency, but they are not needed for build.
+#BuildRequires:  perl(XML::LibXML) perl(XML::LibXML::Common)
+# XML::SAX::Base became independent package, BR just for test
+BuildRequires:  perl(XML::SAX::Base)
+
+Requires:       perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}'))
+Requires:       perl(XML::LibXML) perl(XML::LibXML::Common)
 
 %description
 XML::SAX consists of several framework classes for using and building
@@ -41,84 +28,228 @@ without requiring programmer intervention. Those of you familiar with
 the DBI will be right at home. Some of the designs come from the Java
 JAXP specification (SAX part), only without the javaness.
 
+
 %prep
-%setup -q -n XML-SAX-%{version} 
+%setup -q -n XML-SAX-%{version}
+
+%if %{_dist_release} > "vl6"
+%{?perl_default_filter:
+%filter_from_provides /^perl(XML::SAX::PurePerl)$/d
+%filter_from_requires /^perl(XML::SAX::PurePerl::\(DTDDecls\|DocType\|EncodingDetect\|XMLDecl\|NoUnicodeExt\|UnicodeExt\|Reader::NoUnicodeExt\))/d
+%perl_default_filter}
+%global __provides_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(XML::SAX::PurePerl\\)
+%global __requires_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(XML::SAX::PurePerl::(DTDDecls|DocType|EncodingDetect|XMLDecl|NoUnicodeExt|UnicodeExt|Reader::NoUnicodeExt)\\)
+
+%{?perl_default_subpackage_tests}
+
+%else
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+sed -e '/perl(XML::SAX::PurePerl)/d'
+EOF
+
+%global __perl_provides %{_builddir}/XML-SAX-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
+cat << \EOF > %{name}-req
+#!/bin/sh
+%{__perl_requires} $* |\
+sed -e '/perl(XML::SAX::PurePerl::\(DTDDecls\|DocType\|EncodingDetect\|XMLDecl\|NoUnicodeExt\|UnicodeExt\|Reader::NoUnicodeExt\))/d'
+EOF
+
+%global __perl_requires %{_builddir}/XML-SAX-%{version}/%{name}-req
+chmod +x %{__perl_requires}
+%endif
+
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor <<_OPTION_
-N
-_OPTION_
-make OPTIMIZE="$RPM_OPT_FLAGS"
+echo N | %{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+touch %{buildroot}%{perl_vendorlib}/XML/SAX/ParserDetails.ini
 
 %check
 make test
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
+%clean
+rm -rf %{buildroot}
 
-%install
-rm -rf $RPM_BUILD_ROOT
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
-touch $RPM_BUILD_ROOT%{perl_vendorlib}/XML/SAX/ParserDetails.ini
-
-[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
-
-#find $RPM_BUILD_ROOT%{_prefix} -type f -print | 
-#	sed "s@^$RPM_BUILD_ROOT@@g" | 
-#	grep -v ^%{_mandir} | 
-#	grep -v perllocal.pod | 
-#	grep -v "\.packlist" > %{name}.files
-#if [ "$(cat %{name}.files)X" = "X" ] ; then
-#    echo "ERROR: EMPTY FILE LIST"
-#    exit -1
-#fi
 
 %post
-perl -MXML::SAX -e \
-  'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()' 2>/dev/null
+if [ ! -f "%{perl_vendorlib}/XML/SAX/ParserDetails.ini" ] ; then
+  perl -MXML::SAX -e \
+    'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()' 2>/dev/null || :
+else
+  cp -p "%{perl_vendorlib}/XML/SAX/ParserDetails.ini" "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup"
+fi
+
+%triggerun -- perl-XML-LibXML < 1.58-8
+if [ -f "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" ] ; then
+  mv "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" "%{perl_vendorlib}/XML/SAX/ParserDetails.ini"
+fi
 
 %preun
-if [ $1 -eq 0 ]; then
+# create backup of ParserDetails.ini, therefore user's configuration is used
+if [ $1 -eq 0 ] ; then
   perl -MXML::SAX -e \
-    'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'
+    'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()' || :
 fi
+[ -f "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" ] && \
+rm -rf "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" || :
 
-%files 
-%defattr(-,root,root)
-%doc README Changes LICENSE
+%files
+%doc Changes LICENSE README
 %dir %{perl_vendorlib}/XML
 %{perl_vendorlib}/XML/SAX.pm
 %dir %{perl_vendorlib}/XML/SAX
 %{perl_vendorlib}/XML/SAX/*.pm
 %{perl_vendorlib}/XML/SAX/*.pod
 %{perl_vendorlib}/XML/SAX/PurePerl
-%{_mandir}/man3/*3pm*
+%{_mandir}/man3/XML::*.3pm*
 %ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini
-%exclude %{perl_vendorlib}/XML/SAX/placeholder.pl
+
 
 %changelog
-* Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-3
-- drebuild with perl-5.12.3
-- using __perl_requires macro for VineSeed (vl6)
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.99-1
+- updated to 0.99
+- revamped spec in accordance with Fedora's 0.99-2
+- previous Vine changelogs as follows:
+
+  - Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-3
+  - drebuild with perl-5.12.3
+  - using __perl_requires macro for VineSeed (vl6)
+  
+  - Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-2
+  - added Requires(post,preun): perl-XML-LibXML
+  
+  - Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-1
+  - new upstream release
+  - built with perl-5.10.0-2
+  - added SOURCE1, 2 for avoiding unwanted dependancies
+  
+  - Sun Jan  2 2005 IWAI, Masaharu <iwai@alib.jp> 0.12-0vl2
+  - build on perl-5.8.6-0vl1
+  
+  - Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 0.12-0vl1
+  - new upstream version
+  - updated patch0 to perl-XML-SAX-0.12-makefile.patch
+  
+  - Mon Apr 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.10-0vl1
+  - first build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Oct 07 2011 Marcela Mašláňová <mmaslano@redhat.com> 0.99-1
+- update to 0.99
+
+* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.96-15
+- Perl mass rebuild
+
+* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-14
+- fix macros to work with new macros
+- clean spec
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Jan 24 2011 Adrian Reber <adrian@lisas.de> - 0.96-12
+- rebuild for ppc
+
+* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.96-11
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.96-10
+- Mass rebuild with perl-5.12.0
+
+* Fri Feb  5 2010 Stepan Kasal <skasal@redhat.com> - 0.96-9
+- anchor the filtering regexps
+
+* Fri Feb  5 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-8
+- XML-LibXML use triggers for XML::SAX update. Deleting of settings in
+ ParserDetails.ini is solved by post and preun part, which create backup.
+
+* Thu Nov 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-7
+- instead of path into post used perl_vendorlib macro
+- rebuilt will be needed for perl-5.10.1
+
+* Thu Nov 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-6
+- post scriptlet needs to check whether the file is installed. When it isn't,
+ then it's needed call for adding PurePerl parser
+ http://perl-xml.sourceforge.net/faq/#parserdetails.ini
+
+* Mon Oct 19 2009 Stepan Kasal <skasal@redhat.com> - 0.96-5
+- use the filtering macros
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Apr 28 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-3
+- 478905 fix scriptlets
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Dec 11 2008 Marcela Mašláňová <mmaslano@redhat.com> - 0.96-1
+- update to 0.96, big leap in versioning
+
+* Sun Mar  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-5
+- Re-enable XML::LibXML BuildRequires
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-4
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-3.1
+- temporarily disable BR against perl-XML-LibXML
+
+* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-3
+- rebuild for new perl
+
+* Sat Jul 07 2007 Robin Norwood <rnorwood@redhat.com> - 0.16-2
+- Resolves: rhbz#247213
+- Fix provides and requires scripts.
+
+* Mon Jul 02 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.16-1
+- Update to 0.16.
+- Brings specfile closer to Fedora Perl template.
+- Corrects Source0 URL (upstream maintainer has changed).
+- Move Requires filter into spec, and add Provides filter.
+
+* Tue Feb 13 2007 Robin Norwood <rnorwood@redhat.com> - 0.15-1
+- New version: 0.15
+
+* Fri Jun 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.14-2
+- fix bug 194706: fails to build under (new!) mock
+
+* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 0.14-1
+- upgrade to 0.14
+
+* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.13-1.1
+- rebuild for new perl-5.8.8
+
+* Mon Dec 19 2005 Jason Vas Dias <jvdias@redhat.com> - 0.13-1
+- upgrade to 0.13
 
-* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-2
-- added Requires(post,preun): perl-XML-LibXML
+* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt for new gcc
 
-* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-1
-- new upstream release
-- built with perl-5.10.0-2
-- added SOURCE1, 2 for avoiding unwanted dependancies
+* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt for new gcj
 
-* Sun Jan  2 2005 IWAI, Masaharu <iwai@alib.jp> 0.12-0vl2
-- build on perl-5.8.6-0vl1
+* Sun Apr 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0.12-7
+- #121167
+- Handle ParserDetails.ini parser registration.
+- Require perl(:MODULE_COMPAT_*).
+- Own installed directories.
 
-* Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 0.12-0vl1
-- new upstream version
-- updated patch0 to perl-XML-SAX-0.12-makefile.patch
+* Wed Oct 22 2003 Chip Turner <cturner@redhat.com> - 0.12-1
+- Specfile autogenerated.
 
-* Mon Apr 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.10-0vl1
-- first build for Vine Linux

+ 0 - 71
p/perl-ldap/perl-ldap-vl.spec

@@ -1,71 +0,0 @@
-Summary: The perl-ldap distribution is a collection of perl modules
-Summary(ja): perl-ldap は perl 用の LDAP サポートルーチンです
-Name: perl-ldap
-Version: 0.3202
-Release: 1%{?_dist_release}
-License: distributable
-Group: Development/Libraries
-URL: http://www.cpan.org
-Source0: perl-ldap-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Provides: %{name}
-BuildArch: noarch
-BuildRequires: perl perl-XML-SAX perl-IO-Socket-SSL perl-Authen-SASL
-BuildRequires: perl-Convert-ASN1 >= 0.07
-BuildRequires: perl-Net_SSLeay
-Requires: perl perl-XML-SAX perl-IO-Socket-SSL perl-Authen-SASL perl-Convert-ASN1 >= 0.07
-Requires: perl-Net_SSLeay >= 1.25-0vl2
-
-%description
-Net::LDAP::Control is a base-class for LDAPv3 control objects.
-
-%description -l ja
-Net::LDAP::Control は LDAPv3 制御プロトコルの基底クラスです。
-
-%prep
-%setup -q -n perl-ldap-%{version}
-
-
-%build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install
-
-[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
-
-find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
-
-find $RPM_BUILD_ROOT/usr -type f -print |
-        sed "s@^$RPM_BUILD_ROOT@@g" |
-        grep -v perllocal.pod |
-        grep -v "\.packlist" > perl-ldap-%{version}-filelist
-if [ "$(cat perl-ldap-%{version}-filelist)X" = "X" ] ; then
-    echo "ERROR: EMPTY FILE LIST"
-    exit -1
-fi
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files -f perl-ldap-%{version}-filelist
-%defattr(-,root,root,-)
-
-%changelog
-* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> 0.3202-1vl5
-- spec in utf-8
-- applied vine5 versioning policy
-
-* Sun Sep 03 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3202-0vl2
-- changed Group to Development/Libraries
-
-* Sun Apr 03 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3202-0vl1
-- new upstream release
-
-* Tue Feb 08 2005 HOTTA Michihide <hotta@net-newbie.com> 0.31-0vl1
-- Initial build for Vine Linux 3.1.
-
-* Mon Feb 23 2004  <yasuma@miraclelinux.com> 0.31-1
-- Initial build.