Browse Source

2014-12-20 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl-Class-{Accessor-Fast-Contained, Factory-Util},
	  perl-IO-String: rebuilt
	* perl-Crypt-{GeneratePassword, Rijndeal},
	  perl-DateTime-Format-{Builder, Strptime},
	  perl-Number-Compare, perl-Pod-ToDemo: updated
	  


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

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

@@ -3,7 +3,7 @@
 Summary:	Fast accessors with data containment
 Name:		perl-Class-Accessor-Fast-Contained
 Version:	1.01
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	Artistic or GPL+
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Class-Accessor-Fast-Contained/
@@ -46,5 +46,8 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.01-2
+- rebuilt with perl 5.16.3
+
 * Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
 - initial build for Vine Linux

+ 5 - 1
p/perl-Class-Factory-Util/perl-Class-Factory-Util-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Class-Factory-Util
 Version:        1.7
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Provide utility methods for factory classes 
 
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Class-Factory-Util            
 Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-%{version}.tar.gz        
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Carp)
@@ -49,6 +50,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7-2
+- rebuilt with perl 5.16.3
+
 * Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.7-1
 - initial build based on Fedora development package
 

+ 9 - 6
p/perl-Crypt-GeneratePassword/perl-Crypt-GeneratePassword-vl.spec

@@ -1,16 +1,16 @@
 Name:           perl-Crypt-GeneratePassword
-Version:        0.03
-Release:        1%{?dist}
+Version:        0.04
+Release:        1%{?_dist_release}
 Summary:        Generate secure random pronounceable passwords
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-GeneratePassword/
 Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz
-Patch0:         utf8.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -24,7 +24,6 @@ so it should be a drop-in replacement in most cases.
 
 %prep
 %setup -q -n Crypt-GeneratePassword-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +52,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.04-1
+- updated to 0.04
+- built with perl 5.16.3
+
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-1
 - initial build for Vine Linux
 

+ 8 - 3
p/perl-Crypt-Rijndael/perl-Crypt-Rijndael-vl.spec

@@ -1,12 +1,13 @@
 Name:           perl-Crypt-Rijndael
-Version:        1.09
+Version:        1.12
 Release:        1%{?_dist_release}
 Summary:        Crypt::CBC compliant Rijndael encryption module
-License:        LGPLv2+
+License:        LGPLv3+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-Rijndael/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Crypt-Rijndael-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Manifest) >= 1.14
@@ -53,6 +54,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.12-1
+- updated to 1.12
+- built with perl 5.16.3
+
 * Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1
 - initial build for Vine Linux
 

+ 13 - 22
p/perl-DateTime-Format-Builder/perl-DateTime-Format-Builder-vl.spec

@@ -8,22 +8,21 @@
 #
 # Note that right now, the only way to run tests locally from a cvs sandbox
 # "make noarch" type scenario is the third one.
-%define real_version   0.80
+%define real_version   0.81
 
 Name:           perl-DateTime-Format-Builder
 # 0.80 in reality, but rpm can't get it
-Version:        0.8000
+Version:        0.8100
 Release:        1%{?_dist_release}
 Summary:        Create DateTime parser classes and objects        
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 URL:            http://search.cpan.org/dist/DateTime-Format-Builder            
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-%{real_version}.tar.gz        
 
-BuildArch: noarch
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
 ## core
 BuildRequires:  perl(Test::More)
 ## non-core
@@ -45,8 +44,7 @@ Provides:       perl(DateTime::Format::Builder) = %{version}
 # for signature checking
 %{?_with_network_tests:BuildRequires: perl(Module::Signature) }
 
-# not explicitly picked up
-Requires:       perl(DateTime::Format::Strptime)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -65,25 +63,14 @@ is expected.
 %prep
 %setup -q -n DateTime-Format-Builder-%{real_version}
 
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} $* |\
-   sed -e '/perl(DateTime::Format::HTTP)/d;/perl(DateTime::Format::IBeat)/d' \
-       -e '/perl(DateTime::Format::Mail)/d'
-EOF
-
-%define __perl_requires %{_builddir}/DateTime-Format-Builder-%{real_version}/%{name}-req
-chmod +x %{__perl_requires}
-
 # digital signature checking.  Not essential, but nice
 %{?_with_network_tests: cpansign -v }
 
 # POD doesn't like E<copy> very much...
 perl -pi -e 's/E<copy>/(C)/' `find lib/ -type f`
 
-# American English
-mv LICENCE LICENSE
-
+# silence rpmlint
+sed -i '1s~^#!.*perl~#!%{__perl}~' t/*.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor 
@@ -104,12 +91,16 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING Artistic Changes AUTHORS CREDITS LICENSE README examples/ t/
+%doc Changes LICENSE README examples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8100-1
+- updated to 0.81
+- built with perl 5.16.3
+
 * Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.8000-1
 - initial build based on Fedora development package
 

+ 14 - 8
p/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime-vl.spec

@@ -1,20 +1,22 @@
+%define _version 1.56
+
 Name:           perl-DateTime-Format-Strptime
-Version:        1.5000
+Version:        1.5600
 Release:        1%{?_dist_release}
 Summary:        Parse and format strp and strf time patterns
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime-Format-Strptime/
-Source0:        http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{_version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(Class::ISA)
-BuildRequires:  perl(DateTime) >= 0.44
+BuildRequires:  perl(DateTime) >= 1.00
 BuildRequires:  perl(DateTime::Locale) >= 0.45
 BuildRequires:  perl(DateTime::TimeZone) >= 0.79
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Validate) >= 0.64
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -24,7 +26,7 @@ pattern and returns a string, strptime takes a string and a pattern and
 returns the DateTime object associated.
 
 %prep
-%setup -q -n DateTime-Format-Strptime-%{version}
+%setup -q -n DateTime-Format-Strptime-%{_version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -48,11 +50,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5600-1
+- updated to 1.56
+- built with perl 5.16.3
+
 * Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.5000-1
 - initial build based on Fedora development package
 

+ 6 - 3
p/perl-IO-String/perl-IO-String-vl.spec

@@ -1,17 +1,17 @@
 Name:           perl-IO-String
 Version:        1.08
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Summary:        Emulate file interface for in-core strings
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/IO-String/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl >= 5.6.1
-Requires:  perl >= 5.6.1
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 The "IO::String" module provides the "IO::File" interface for in-core
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.08-3
+- rebuilt with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.08-2
 - rebuilt with perl-5.12.3
 

+ 9 - 8
p/perl-Number-Compare/perl-Number-Compare-vl.spec

@@ -1,20 +1,17 @@
 Name: 		perl-Number-Compare
-Version: 	0.01
-Release: 	17%{?_dist_release}
+Version: 	0.03
+Release: 	1%{?_dist_release}
 Summary: 	Perl module for numeric comparisons
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Number-Compare/
 Source0: 	http://www.cpan.org/modules/by-module/Number/Number-Compare-%{version}.tar.gz
-# Address https://bugzilla.redhat.com/show_bug.cgi?id=607982
-# Patch from https://rt.cpan.org/Public/Bug/Display.html?id=58466
-Patch0:         https://rt.cpan.org/Ticket/Attachment/792151/410599/Number-Compare-0.01-uninitialized.patch
-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))
+Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -25,7 +22,7 @@ which you can call with a value to be tested again.
 
 %prep
 %setup -q -n Number-Compare-%{version}
-%patch0 -p1
+#%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.03-1
+- updated to 0.03
+- built with perl 5.16.3
+
 * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.01-17
 - build for Vine Linux
 

+ 13 - 6
p/perl-Pod-ToDemo/perl-Pod-ToDemo-vl.spec

@@ -1,21 +1,24 @@
 %define name	perl-Pod-ToDemo
-%define version	1.01
-%define release	2%{?_dist_release}
+%define version	1.20110709
+%define release	1%{?_dist_release}
 
 Summary:	Pod::ToDemo - writes a demo program from a tutorial POD
 Summary(ja): 	Pod::ToDemo - チュートリアル POD からデモプログラムを記述
 Name:		%{name}
 Version:	%{version}
 Release: 	%{release}
-Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/Pod-ToDemo-%{version}.tar.gz
 License:	Artistic and GPL
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Pod-ToDemo/
 
-Requires:	perl
-BuildRequires:	perl
+Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/Pod-ToDemo-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:	perl(Test::Exception)
+BuildRequires:	perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Pod::ToDemo allows you to write POD-only modules that serve as
@@ -51,12 +54,16 @@ Pod::ToDemoによりチュートリアルとして提供される POD のみの
 
 %files
 %defattr(-,root,root)
-%doc Changes MANIFEST MANIFEST.SKIP README SIGNATURE
+%doc Changes LICENSE README 
 %{perl_vendorlib}/Pod/ToDemo.pm
 %{_mandir}/man3//Pod::ToDemo.3pm*
 
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.20110709-1
+- updated to 1.20110709
+- built with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.01-2
 - build with perl-5.12.3