Browse Source

2014-11-30 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl-Perl-Critic-More: rebuilt
	* perl-XML-{Dumper, Filter-BufferText, Grove, XPath}: rebuilt
	* perl-XML-{LibXML, LibXSLT, SAX-Writer, Writer}: updated
	* perl-YAML-LibYAML: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9124 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
548a830ad9

+ 6 - 1
p/perl-Perl-Critic-More/perl-Perl-Critic-More-vl.spec

@@ -1,11 +1,13 @@
 Name:           perl-Perl-Critic-More
 Version:        1.000
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Supplemental policies for Perl::Critic
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Perl-Critic-More/
 Source0:        http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Perl-Critic-More-%{version}.tar.gz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Perl::Critic) >= 1.082
@@ -74,6 +76,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.000-3
+- rebuilt with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.000-2
 - rebuild
 

+ 12 - 5
p/perl-XML-Dumper/perl-XML-Dumper-vl.spec

@@ -6,15 +6,19 @@
 Summary: Perl module for dumping Perl objects from/to XML
 Name: %{name}
 Version: 0.81
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPL
 Group: Development/Libraries
+URL: http://search.cpan.org/~mikewong/XML-Dumper/
+
 Source0: http://www.cpan.org/authors/id/E/EI/EISEN/%{module}-%{version}.tar.gz
-Url: http://www.cpan.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-root/
-Requires: perl >= 5.8.2, perl-XML-Parser
-BuildRequires: perl >= 5.8.2, perl-XML-Parser >= 2.34
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(XML::Parser) >= 2.34
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(XML::Parser)
 
 %description
 XML::Dumper dumps Perl data to XML format. XML::Dumper can also read
@@ -62,6 +66,9 @@ install -m 644 blib/man3/* %{buildroot}%{_mandir}/man3
 %{_mandir}/man3/*3pm*
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.81-3
+- rebuilt with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.81-2
 - rebuild with perl-5.12.3
 

+ 10 - 6
p/perl-XML-FOAF/perl-XML-FOAF-vl.spec

@@ -1,26 +1,26 @@
 Summary: Parse FOAF (Friend of a Friend) data using Perl 
 Summary(ja): Perl を使って FOAF (Friend of a Friend) を解析
 Name: perl-XML-FOAF
-Version: 0.03
-Release: 2%{?_dist_release}
+Version: 0.04
+Release: 1%{?_dist_release}
 License: Artistic and GPL
 Group: Development/Libraries
+URL: http://www.cpan.org/dist/XML-FOAF/
+
 Source0: XML-FOAF-%{version}.tar.gz
 Source1: XML-FOAF-0.02.pod.ja
 Source2: XML-FOAF-Person-0.02.pod.ja
-URL: http://www.cpan.org/dist/XML-FOAF/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: perl >= 5.004
+BuildArch: noarch
 BuildRequires: perl-ExtUtils-AutoInstall
 BuildRequires: perl-RDF-Core
 BuildRequires: perl-URI
 BuildRequires: perl-libwww-perl
-BuildArch: noarch
-Requires: perl >= 5.004
 Requires: perl-RDF-Core
 Requires: perl-URI
 Requires: perl-libwww-perl
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -79,6 +79,10 @@ make test
 %dir %{perl_vendorlib}/XML/FOAF
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.04-1
+- updated to 0.04
+- built with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.03-2
 - rebuild with perl-5.12.3
 

+ 9 - 3
p/perl-XML-Filter-BufferText/perl-XML-Filter-BufferText-vl.spec

@@ -1,16 +1,19 @@
 Name:           perl-XML-Filter-BufferText
 Version:        1.01
-Release:        2%{?_dist_release}
+Release:        3%{?_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)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::SAX::Base)
 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
@@ -54,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.01-3
+- rebuilt
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-2
 - rebuild
 

+ 16 - 8
p/perl-XML-Grove/perl-XML-Grove-vl.spec

@@ -5,16 +5,21 @@
 Summary: A Perl module providing simple access to the information set of parsed XML, HTML, or SGML instances.
 Name: perl-%{module}
 Version: 0.46alpha
-Release: 27%{?_dist_release}
+Release: 28%{?_dist_release}
 License: distributable
 Group: Development/Libraries
-Source0: %{module}-%{version}.tar.bz2
 URL: http://search.cpan.org/~kmacleod/XML-Grove/
+
+Source0: %{module}-%{version}.tar.bz2
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Requires: perl >= 5.8.2
+BuildArch: noarch
 BuildRequires: perl-libxml-perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildArch: noarch
+Distribution:	Vine Linux
+Vendor:		Project Vine
 
 %description
 XML::Grove is a tree-based object model for accessing the information
@@ -28,10 +33,6 @@ the objects using normal Perl syntax.
 %build
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor
 make
-#make test || /bin/true
-
-%clean 
-rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -51,10 +52,17 @@ if [ "$(cat XML-Grove-%{version}-filelist)X" = "X" ] ; then
     exit -1
 fi
 
+%clean 
+rm -rf $RPM_BUILD_ROOT
+
+
 %files -f XML-Grove-%{version}-filelist
 %defattr(-,root,root)
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.46alpha-28
+- rebuilt with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.46alpha-27
 - rebuild with perl-5.12.3
 

+ 18 - 6
p/perl-XML-LibXML/perl-XML-LibXML-vl.spec

@@ -1,29 +1,36 @@
 Summary: Perl interface to the libxml2 library
+Summary(ja): libxml2 ライブラリへの Perl インターフェイス
 Name: perl-XML-LibXML
 # NOTE: also update perl-XML-LibXSLT to the same version, see
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
-Version: 2.0116
+Version: 2.0117
 Release: 1%{?_dist_release}
+
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/XML-LibXML/
+
 Source0: http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: libxml2-devel
+BuildRequires: perl(XML::NamespaceSupport)
+BuildRequires: perl(XML::SAX)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::More)
 
 Requires:       %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(:WITH_ITHREADS)" } else { print "perl(:WITHOUT_ITHREADS)" }')
 Requires:       %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "perl(:WITH_THREADS)" } else { print "perl(:WITHOUT_THREADS)" }')
 Requires:       %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }')
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: perl >= 2:5.8.0
-BuildRequires: perl(XML::NamespaceSupport)
-BuildRequires: perl(XML::SAX)
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
-BuildRequires: libxml2-devel
 
 Provides:       perl-XML-LibXML-Common = %{version}
 Obsoletes:      perl-XML-LibXML-Common <= 0.13
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+
 %description
 This module implements a Perl interface to the GNOME libxml2 library
 which provides interfaces for parsing and manipulating XML files. This
@@ -79,6 +86,11 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0117-1
+- new upstream release.
+- built with libxml2 2.9.2
+- added Japanese summary
+
 * Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0116-1
 - new upstream release.
 

+ 21 - 10
p/perl-XML-LibXSLT/perl-XML-LibXSLT-vl.spec

@@ -3,20 +3,26 @@
 Name:		perl-XML-LibXSLT
 
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.70
-Release:	2%{?_dist_release}
+Version:	1.92
+Release:	1%{?_dist_release}
 
-Summary:	Perl module for interfacing to GNOME's libxslt
-
-#'
+Summary:	Perl module for interfacing to GNOME libxslt library
+Summary(ja):	libxslt ライブラリへの Perl インターフェース
 
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/XML-LibXSLT/
 Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  gdbm-devel
+BuildRequires:	libgcrypt-devel
+BuildRequires:  libgpg-error-devel
+BuildRequires:	libxslt-devel >= 1.1.28
+BuildRequires:	perl(Data::Dumper)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	libxslt-devel >= 1.1.18, gdbm-devel
+BuildRequires:	perl(Test::More)
+
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # the package shares code with perl-XML-LibXML, we have to require a compatible version
@@ -25,7 +31,7 @@ Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:	perl(XML::LibXML) >= 1.70
 Requires:	perl(XML::LibXML) >= 1.70
 
-Distribution:	Vine
+Distribution:	Vine Linux
 Vendor:		Project Vine
 Packager:	munepi
 
@@ -33,6 +39,8 @@ Packager:	munepi
 This module is a fast XSLT library, based on the Gnome libxslt engine
 that you can find at http://www.xmlsoft.org/XSLT/
 
+%{?perl_default_filter}
+
 %prep
 %setup -q -n XML-LibXSLT-%{version}
 
@@ -56,14 +64,17 @@ find $RPM_BUILD_ROOT -type d -depth -exec %__rmdir {} 2>/dev/null ';'
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README benchmark.pl example
+%doc Changes README example
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/XML
-%exclude %{perl_vendorarch}/XML/benchmark.pl
 %{_mandir}/man3/*.3*
 
 %changelog
-* Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> - 1.7.0-2
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.92-1
+- new upstream release
+- built with perl 5.16.3 and perl-XML-LibXML 2.0117
+
+* Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> - 1.70-2
 - rebuilt with perl-5.12.3
 
 * Thu Aug 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.70-1

+ 31 - 24
p/perl-XML-SAX-Writer/perl-XML-SAX-Writer-vl.spec

@@ -1,35 +1,38 @@
-Name:           perl-XML-SAX-Writer
-Version:        0.50
-Release:        2%{?_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
+Name:          perl-XML-SAX-Writer
+Version:       0.56
+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}-root
+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)
+BuildRequires: 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
+chmod 644 Changes README.md lib/XML/SAX/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
+#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
@@ -58,6 +61,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.56-1
+- new upstream relase
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-2
 - rebuild
 

+ 12 - 5
p/perl-XML-Writer/perl-XML-Writer-vl.spec

@@ -1,18 +1,18 @@
 Name:           perl-XML-Writer
-Version:        0.606
-Release:        5%{?_dist_release}
+Version:        0.625
+Release:        1%{?_dist_release}
 Summary:        A simple Perl module for writing XML documents
 
 Group:          Development/Libraries
-License:        MIT
+License:        COO 1.0
 URL:            http://search.cpan.org/dist/XML-Writer/
 Source0:        http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -57,6 +57,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.625-1
+- new upstream relase
+- built with perl 5.16.3
+
+* Sat Feb  4 2012 KATO Masashi <mkato@par.odn.ne.jp> 0.606-6
+- Added BR: perl-Test-Pod, perl-Test-Pod-Coverage
+
 * Mon Jan 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.606-5
 - Initial build for Vine Linux
 

+ 4 - 1
p/perl-XML-XPath/perl-XML-XPath-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-XML-XPath
 Version:        1.13
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 
 Summary:        XPath parser and evaluator for Perl
 
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-7
+- rebuilt with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.13-6
 - rebuild with current environment; spec fix
 

+ 5 - 1
p/perl-YAML-LibYAML/perl-YAML-LibYAML-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-YAML-LibYAML
-Version:        0.38
+Version:        0.54
 Release:        1%{?_dist_release}
 Summary:        Perl YAML Serialization using XS and libyaml
 License:        GPL+ or Artistic
@@ -64,6 +64,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.54-1
+- updated to 0.54
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.38-1
 - initial build for Vine Linux