Browse Source

2014-10-25 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl modules: rebuilt and update
	


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

+ 7 - 1
p/perl-CGI-Ajax/perl-CGI-Ajax-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-CGI-Ajax
 Version:        0.707
-Release:        1%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Perl-specific system for writing Asynchronous web applications
 License:        GPL or Artistic 
 Group:          Development/Libraries
@@ -56,6 +56,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.707-3
+- rebuilt with perl-5.16.3
+
+* Sat Jul 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.707-2
+- rebuild with perl-5.12.3
+
 * Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.707-1
 - new upstream release
 - applied new versioning policy

+ 4 - 1
p/perl-Class-Accessor/perl-Class-Accessor-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Class-Accessor
 Version:        0.34
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Automated accessor generation
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.34-3
+- rebuilt with perl-5.16.3
+
 * Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 0.34-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 16 - 9
p/perl-Convert-ASN1/perl-Convert-ASN1-vl.spec

@@ -1,16 +1,19 @@
-Summary: Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
-Summary(ja): Convert::ASN1 は BER/DER ルールを使って ASN.1 データ構造をエンコードもしくはデコードします。
+Summary: Perl library for encodes/decodes data using ASN.1 definitons
+Summary(ja): ASN.1 定義を用いているデータをエンコード/デコードするための Perl ライブラリ
 Name: perl-Convert-ASN1
-Version: 0.21
-Release: 3%{_dist_release}
-License: distributable
+Version: 0.27
+Release: 1%{_dist_release}
+
+License: GPL or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/~gbarr/Convert-ASN1/
+
 Source0: Convert-ASN1-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
 BuildArch: noarch
-BuildRequires: perl >= 5.10
-Requires: perl 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -54,11 +57,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f Convert-ASN1-%{version}-filelist
 %defattr(-,root,root,-)
+%doc ChangeLog LICENSE README.md  examples/*
 %dir %{perl_vendorlib}/Convert
 %dir %{perl_vendorlib}/Convert/ASN1
-%doc README ChangeLog examples/*
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.27-1
+- updated to 0.27
+- rebuild with perl-5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21-3
 - rebuild with perl-5.12.3
 

+ 28 - 19
p/perl-Convert-PEM/perl-Convert-PEM-vl.spec

@@ -1,26 +1,29 @@
 %define	module	Convert-PEM
 %define name	perl-%{module}
-%define	version	0.07
-%define	release	2%{_dist_release}
+%define	version	0.08
+%define	release	1%{_dist_release}
 
 Name:		%{name}
 Version:	%{version}
 Release:	%{release}
 Summary:	Read/write encrypted ASN.1 PEM files
-Group:          Development/Languages
+
+Group:          Development/Libraries
 License:	GPL or Artistic
-Url:		http://search.cpan.org/dist/%{module}/
+URL:		http://search.cpan.org/dist/%{module}/
+
 Source:         http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz
-Requires:       perl-Convert-ASN1
-Requires:       perl-Crypt-DES_EDE3
-Requires:       perl-Class-ErrorHandler
 
+BuildArch:	noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl-Class-ErrorHandler
 BuildRequires:  perl-Convert-ASN1
 BuildRequires:  perl-Crypt-DES_EDE3
 
-BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}
+Requires:       perl-Class-ErrorHandler
+Requires:       perl-Convert-ASN1
+Requires:       perl-Crypt-DES_EDE3
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -34,20 +37,21 @@ such as 3DES.
 %setup -q -n %{module}-%{version}
 
 %build
-CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
-%{__make} 
-
-%check
-%{__make} test
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" 
+make %{?_smp_mflags} OPTIMIZE="%{optflags}"
 
 %install
-rm -rf %{buildroot}
-%makeinstall
-rm -f %{buildroot}%{perl_archlib}/perllocal.pod
-rm -rf %{buildroot}%{perl_vendorarch}
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
+rm -rf $RPM_BUILD_ROOT%{perl_vendorarch}
+
+%check
+make test
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root)
@@ -56,6 +60,11 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/*
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.08-1
+- updated to 0.08
+- rebuild with perl-5.16.3
+- moved to Development/Libraries Group
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.07-2
 - rebuild with perl-5.12.3
 

+ 20 - 13
p/perl-DBD-SQLite/perl-DBD-SQLite-vl.spec

@@ -1,22 +1,23 @@
 %define module	DBD-SQLite
 %define name	perl-%{module}
-%define version	1.31
-%define	release	2%{_dist_release}
+%define version	1.42
+%define	release	1%{_dist_release}
 
 Name:		%{name}
 Version:	%{version}
 Release:	%{release}
 Summary:	Self Contained RDBMS in a DBI Driver
-License:	GPL
+
+License:	Artistic or GPL+
+Group: 		Development/Libraries
 URL:		http://search.cpan.org/dist/%{module}/
 Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBD/%{module}-%{version}.tar.gz
-Group:          Development/Languages
-Requires:	perl(DBI) >= 1.57
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Buildroot:	%{_tmppath}/%{name}-%{version}
 BuildRequires:	perl(DBI) >= 1.57
 BuildRequires:  sqlite3-devel	
-Buildroot:	%{_tmppath}/%{name}-%{version}
+Requires:	perl(DBI) >= 1.57
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -38,16 +39,19 @@ of SQL92 supported, and more.
 %setup -q -n %{module}-%{version}
 
 %build
-CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
-%{__make} 
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor"
+make %{?_smp_mflags}
 
-# %check
-# %{__make} test
+%check
+make test
 
 %install
 rm -rf %{buildroot}
-%makeinstall
-rm -f %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
 
 %clean
 rm -rf %{buildroot}
@@ -60,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/*/*
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42-1
+- new upstream release
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.31-2
 - build with Perl 5.16
 - add Requires: MODULE_COMPAT_*

+ 10 - 5
p/perl-Data-Buffer/perl-Data-Buffer-vl.spec

@@ -1,19 +1,21 @@
 %define	module	Data-Buffer
 %define name	perl-%{module}
 %define	version	0.04
-%define	release	2%{_dist_release}
+%define	release	3%{_dist_release}
 
 Name:		%{name}
 Version:	%{version}
 Release:	%{release}
 Summary:	Read/write buffer class
-Group:          Development/Languages
+Group:          Development/Libraries
 License:	GPL or Artistic
-Url:		http://search.cpan.org/dist/%{module}/
+URL:		http://search.cpan.org/dist/%{module}/
 Source:         http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz
-BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}
 
+BuildArch:	noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -49,6 +51,9 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/Data/*
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.04-3
+- rebuilt with perl-5.16.3.
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04-2
 - rebuild with perl-5.12.3
 

+ 27 - 15
p/perl-MIME-tools/perl-MIME-tools-vl.spec

@@ -1,18 +1,25 @@
 Summary: modules for parsing (and creating!) MIME entities with Perl
 Name: perl-MIME-tools
 Version: 5.505
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 License: Artistic
-Group: Development/Languages
+Group: Development/Libraries
+URL: http://search.cpan.org/author/ERYQ/MIME-tools/
+
 Source0:http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/MIME-tools-%{version}.tar.gz
-Url: http://search.cpan.org/author/ERYQ/MIME-tools/
+
+BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: perl >= 5.004 perl-IO-stringy perl-MailTools
-#BuildRequires: perl(Test::Deep)
-Requires: perl >= 5.004 perl-IO-stringy perl-MailTools
+BuildRequires: perl >= 5.004
+BuildRequires: perl-IO-stringy
+BuildRequires: perl-MailTools
+BuildRequires: perl-Test-Deep
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl-IO-stringy
+Requires: perl-MailTools
+
 Vendor: Project Vine
 Distribution: Vine Linux
-BuildArch: noarch
 
 %description
 MIME-tools is a collection of Perl5 MIME:: modules for parsing,
@@ -24,17 +31,12 @@ attached GIF files).
 %setup -q -n MIME-tools-%{version}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=%{buildroot}%{_prefix} INSTALLDIRS=vendor
+CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
-make test
-
-%clean 
-rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_prefix}
-make PREFIX=$RPM_BUILD_ROOT%{_prefix} install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT%{_prefix} -type f -print | 
 	sed "s@^$RPM_BUILD_ROOT@@g" | 
@@ -46,9 +48,15 @@ if [ "$(cat %{name}.files)X" = "X" ] ; then
     exit -1
 fi
 
+%check
+make test
+
+%clean 
+rm -rf $RPM_BUILD_ROOT
+
 %files -f %{name}.files
 %defattr(-,root,root)
-%doc COPYING ChangeLog MANIFEST README README.system examples
+%doc COPYING ChangeLog MANIFEST README examples
 %{_mandir}/*/*
 %dir %{perl_vendorlib}/MIME
 %dir %{perl_vendorlib}/MIME/Parser
@@ -56,6 +64,10 @@ fi
 %dir %{perl_vendorlib}/MIME/Field
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.505-2
+- moved to Development/Libraries package
+- added BR: perl-Test-Deep
+
 * Tue Jul  1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.505-1
 - new upstream release.
 

+ 7 - 1
p/perl-Test-Object/perl-Test-Object-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Test-Object
 Version:        0.07
-Release:        2%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Thoroughly testing objects via registered handlers
 
 Group:          Development/Libraries
@@ -60,6 +60,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.07-4
+- rebuilt with perl-5.16.3
+
+* Wed Sep 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.07-3
+- rebuild
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.07-2
 - rebuild
 

+ 10 - 3
p/perl-UNIVERSAL-require/perl-UNIVERSAL-require-vl.spec

@@ -1,13 +1,16 @@
 Name:           perl-UNIVERSAL-require
-Version:        0.13
-Release:        1%{?_dist_release}
 Summary:        Require() modules from a variable
+Version:        0.17
+Release:        1%{?_dist_release}
+
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/UNIVERSAL-require/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -54,6 +57,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.17-1
+- updated to 0,17
+- built with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.13-1
 - initial build for Vine Linux