Browse Source

updated perl modules.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8702 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
354364f546

+ 5 - 2
p/perl-Net-SNMP/perl-Net-SNMP-vl.spec

@@ -3,7 +3,7 @@
 # Basic Information
 Name:		perl-%{pkgname}
 Version:	6.0.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	Artistic or GPL
 Group:		Development/Libraries
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/%{pkgname}-v%{version}.tar.gz
@@ -45,7 +45,7 @@ Net::SNMP モジュールは、Simple Network Management Protocol へのオブ
 %setup -q -n Net-SNMP-v6.0.1
 
 %build
-perl Makefile.PL
+perl Makefile.PL INSTALLDIRS="vendor"
 %{__make}
 
 %install
@@ -78,5 +78,8 @@ find ${RPM_BUILD_ROOT}%{_mandir} -type f -exec %{__rm} -f {} ';'
 %doc Changes LICENSE README
 
 %changelog
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.1-2
+- rebuilt with perl-5.16.3.
+
 * Sat Feb 25 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 6.0.1-1
 - initial build for Vine Linux

+ 5 - 2
p/perl-XML-LibXML/perl-XML-LibXML-vl.spec

@@ -2,8 +2,8 @@ Summary: Perl interface to the libxml2 library
 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: 1.70
-Release: 2%{?_dist_release}
+Version: 2.0116
+Release: 1%{?_dist_release}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/XML-LibXML/
@@ -79,6 +79,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0116-1
+- new upstream release.
+
 * Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.70-2
 - rebuild with perl-5.12.3
 

+ 4 - 1
p/perl-XML-SAX-Base/perl-XML-SAX-Base-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-XML-SAX-Base
 Version:        1.08
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Base class SAX Drivers and Filters
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.08-3
+- rebuilt with perl-5.16.0.
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-2
 - rebuild
 

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

@@ -1,7 +1,7 @@
 Summary:        XML-SAX Perl module
 Name:           perl-XML-SAX
 Version:        0.99
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -118,6 +118,9 @@ rm -rf "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" || :
 
 
 %changelog
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99-3
+- rebuilt with perl-5.16.0.
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.99-2
 - rebuild