Browse Source

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

	* perl-Config-{Any, General, IniFiles},
	  perl-Log-Dispatch-{Config, Configurator-Any},
	  perl-Log-Dump, perl-Path-Extended, perl-Sort-Naturally
	  perl-Test-{Output, Spelling}: updated
	* perl-ExtUtils-MakeMaker-CPANfile, perl-IO-Capture,
	  perl-Module-CPANfile: NEW
	  


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

+ 8 - 4
p/perl-Config-Any/perl-Config-Any-vl.spec

@@ -1,15 +1,14 @@
 Name:           perl-Config-Any
 Summary:        Load configuration from different file formats, transparently
-Version:        0.23
+Version:        0.24
 Release:        1%{?_dist_release}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Config-Any/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch:      noarch
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch:      noarch
 BuildRequires:  perl(Config::General)
 BuildRequires:  perl(Config::Tiny)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
@@ -25,6 +24,7 @@ BuildRequires:  perl(XML::LibXML)
 BuildRequires:  perl(XML::Simple)
 BuildRequires:  perl(YAML::XS)
 
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Config::General)
 Requires:       perl(Config::Tiny)
 Requires:       perl(JSON::XS)
@@ -72,6 +72,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.24-1
+- new upstream release
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.23-1
 - initial build for Vine Linux
 

+ 6 - 7
p/perl-Config-General/perl-Config-General-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Config-General
-Version:        2.50
+Version:        2.56
 Release:        1%{?_dist_release}
 Summary:        Generic configuration module for Perl
 
@@ -8,8 +8,8 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Config-General/
 Source0:        http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz
 Patch0:         %{name}-2.50-system-ixhash.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Carp::Heavy)
@@ -41,12 +41,10 @@ support for object oriented access to the configuration.
 rm -r t/Tie # see patch0
 f=Changelog ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
@@ -54,11 +52,9 @@ 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}
 
@@ -69,8 +65,11 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/Config/
 %{_mandir}/man3/Config::*.3*
 
-
 %changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.56-1
+- new upstream release
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.50-1
 - initial build for Vine Linux
 

+ 11 - 2
p/perl-Config-IniFiles/perl-Config-IniFiles-vl.spec

@@ -2,17 +2,21 @@
 
 Summary:	A perl module for reading .ini-style configuration files.
 Name:		perl-%{pkgname}
-Version:	2.68
+Version:	2.83
 Release:	1%{?_dist_release}
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://config-inifiles.sourceforge.net/
+
 Source0:	%{pkgname}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
-
 BuildRequires:  perl(Module::Build::Compat)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(List::MoreUtils) >= 0.33
 BuildRequires:  perl(Test::More)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -62,6 +66,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.83-1
+- new upstream release
+- added BR: perl(List::MoreUtils)
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.68-1
 - updated to 2.68
 

+ 74 - 0
p/perl-ExtUtils-MakeMaker-CPANfile/perl-ExtUtils-MakeMaker-CPANfile-vl.spec

@@ -0,0 +1,74 @@
+Name:           perl-ExtUtils-MakeMaker-CPANfile
+Version:        0.06
+Release:        3%{?_dist_release}
+Summary:        CPANfile support for ExtUtils::MakeMaker
+Summary(ja):    ExtUtils::MakeMaker 用の CPANfile サポート
+
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ExtUtils-MakeMaker-CPANfile/
+
+Source0:        http://www.cpan.org/authors/id/I/IS/ISHIGAKI/ExtUtils-MakeMaker-CPANfile-%{version}.tar.gz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Module::CPANfile)
+BuildRequires:  perl(version) >= 0.76
+# Tests:
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Test::More) >= 0.88
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(ExtUtils::MakeMaker) >= 6.17
+Requires:       perl(version) >= 0.76
+
+# Remove under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((ExtUtils::MakeMaker|version)\\)$
+
+%description
+ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and
+modifies parameters for WriteMakefile in your Makefile.PL. Just use it
+instead of ExtUtils::MakeMaker (which should be loaded internally), and
+prepare cpanfile.
+
+%prep
+%setup -q -n ExtUtils-MakeMaker-CPANfile-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%doc Changes LICENSE README.md
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.06-3
+- Initial package for Vine Linux
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.06-2
+- Perl 5.20 rebuild
+
+* Wed Jul 16 2014 Petr Pisar <ppisar@redhat.com> 0.06-1
+- Specfile autogenerated by cpanspec 1.78.

+ 114 - 0
p/perl-IO-Capture/perl-IO-Capture-vl.spec

@@ -0,0 +1,114 @@
+Name:           perl-IO-Capture
+Version:        0.05
+Release:        19%{?_dist_release}
+Summary:        Abstract Base Class to build modules to capture output
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/IO-Capture/
+Source0:        http://www.cpan.org/authors/id/R/RE/REYNOLDS/IO-Capture-%{version}.tar.gz
+
+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))
+
+%description
+The IO::Capture Module defines an abstract base class that can be used
+to create any number of useful sub-classes that capture output being
+sent on a filehandle such as STDOUT or STDERR.
+
+
+%prep
+%setup -q -n IO-Capture-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+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 ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc BUGS Changes README
+%{perl_vendorlib}/IO/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.05-19
+- Initial package for Vine Linux
+
+* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-18
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.05-15
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.05-12
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.05-10
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-8
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-7
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.05-6
+- rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-3
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-2.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-2
+- find: fixed arguments order (#219956).
+
+* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
+- First build.

+ 8 - 4
p/perl-Log-Dispatch-Config/perl-Log-Dispatch-Config-vl.spec

@@ -2,16 +2,16 @@
 
 Summary:        Perl module that implements Log4j
 Name:           perl-%{real_name}
-Version:        1.03
+Version:        1.04
 Release:        1%{?_dist_release}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{real_name}-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Log-Dispatch-Config/
-BuildArch:      noarch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{real_name}-%{version}.tar.gz
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch:      noarch
 BuildRequires:  perl(AppConfig) >= 1.52
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp) >= 0.12
@@ -66,5 +66,9 @@ make test
 %{perl_vendorlib}/Log/Dispatch/Configurator/AppConfig.pm
 
 %changelog
+* Sun Dec 07 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.04-1
+- updated to 1.04
+- rebuilt with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-1
 - initial build for Vine Linux

+ 10 - 4
p/perl-Log-Dispatch-Configurator-Any/perl-Log-Dispatch-Configurator-Any-vl.spec

@@ -2,21 +2,23 @@
 
 Summary:        Perl module that implements Log4j
 Name:           perl-%{real_name}
-Version:        1.110690
+Version:        1.122640
 Release:        1%{?_dist_release}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{real_name}-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Log-Dispatch-Config/
-BuildArch:      noarch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{real_name}-%{version}.tar.gz
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch:      noarch
 BuildRequires:  perl(AppConfig) >= 1.52
+BuildRequires:  perl(Config::Any) 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp) >= 0.12
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Log::Dispatch) >= 2
+BuildRequires:  perl(Log::Dispatch::Config)
 BuildRequires:  perl(Test::More) >= 0.32
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(AppConfig) >= 1.52
@@ -60,5 +62,9 @@ make test
 %{perl_vendorlib}/Log/Dispatch/Configurator/*.pm
 
 %changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.122640-1
+- new upstream release
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.110690-1
 - initial build for Vine Linux

+ 31 - 29
p/perl-Log-Dump/perl-Log-Dump-vl.spec

@@ -2,25 +2,31 @@
 
 # Basic Information
 Name:		perl-%{pkgname}
-Version:	0.09
+Version:	0.14
 Release:	1%{?_dist_release}
+Summary:	simple logger mainly for debugging
+Summary(ja):	主にデバッグのための簡単なロガー
+
 License:	Artistic or GPL
 Group:		Development/Libraries
+URL:            http://search.cpan.org/dist/Log-Dump/
+
 Source0:	http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/%{pkgname}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+# Dependency
+BuildRequires:	perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
+BuildRequires:	perl(IO::Capture)
+BuildRequires:	perl(Test::More) >= 0.98
+BuildRequires:	perl(Test::UseAllModules) >= 0.09
+
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
 Packager:	yasumichi
 
-Summary:	simple logger mainly for debugging
-Summary(ja):	主にデバッグのための簡単なロガー
-
-# Dependency
-Requires:	perl
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires:	perl
 
 %description
 Log::Dump is a simple logger mix-in mainly for debugging. This installs five
@@ -35,41 +41,37 @@ special).
 #%%description -l ja
 
 %prep
-%setup -q -n Log-Dump-0.09
+%setup -q -n Log-Dump-%{version}
 
 %build
-perl Makefile.PL
-%{__make}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf ${RPM_BUILD_ROOT}
-%{__make} install DESTDIR=${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-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
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-# remove unnecessary files.
-%{__rm} ${RPM_BUILD_ROOT}%{perl_archlib}/perllocal.pod
-%{__rm} ${RPM_BUILD_ROOT}%{perl_sitearch}/auto/Log/Dump/.packlist
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %clean
-%{__rm} -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 
-%files -f %{name}.files
+%files
 %defattr(-,root,root)
 %doc Changes README
-%dir %{perl_sitelib}/Log/Dump
+%{perl_vendorlib}/Log/*
 %{_mandir}/*/*
 
 %changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.14-1
+- updated to 0.14
+- moved to noarch
+- added BuildRequires: perl(ExtUtils::MakeMaker::CPANfile), perl(IO::Capture), perl(Test::More) and perl(Test::UseAllModules)
+
 * Mon Oct 10 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.09-1
 - initial build for Vine Linux

+ 94 - 0
p/perl-Module-CPANfile/perl-Module-CPANfile-vl.spec

@@ -0,0 +1,94 @@
+Name:           perl-Module-CPANfile
+Version:        0.9021
+Release:        1%{?_dist_release}
+Summary:        Parse cpanfile
+
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Module-CPANfile/
+
+Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+#BuildRequires:  perl(CPAN::Meta) >= 2.12091
+#BuildRequires:  perl(CPAN::Meta::Feature) >= 2.12091
+#BuildRequires:  perl(CPAN::Meta::Prereqs) >= 2.12091
+#BuildRequires:  perl(CPAN::Meta::Requirements)
+#BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# tests
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Test::More) >= 0.88
+
+#Requires:       perl(CPAN::Meta) >= 2.12091
+#Requires:       perl(CPAN::Meta::Prereqs) >= 2.12091
+#Requires:       perl(CPAN::Meta::Feature) >= 2.12091
+Requires:       perl(Data::Dumper)
+Requires:       perl(Pod::Usage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%?perl_default_filter
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(CPAN::Meta\\)$
+
+%description
+Module::CPANfile is a tool to handle cpanfile format to load application
+specific dependencies, not just for CPAN distributions.
+
+%prep
+%setup -q -n Module-CPANfile-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc Changes README.md
+%{_bindir}/mymeta-cpanfile
+#{_bindir}/cpanfile-dump
+%{perl_vendorlib}/*
+%{_mandir}/man1/mymeta-cpanfile*
+#{_mandir}/man1/cpanfile-dump*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.9021-1
+- Initial package for Vine Linux
+
+* Fri Sep 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1000-1
+- 1.1000 bump
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0001-5
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0001-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri Aug 30 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-3
+- fix all problems found in review rhbz#929254
+
+* Tue Aug 27 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-2
+- fix all problems found in review rhbz#929254
+
+* Tue Aug 27 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-1
+- Specfile autogenerated by cpanspec 1.78.

+ 39 - 33
p/perl-Path-Extended/perl-Path-Extended-vl.spec

@@ -2,25 +2,31 @@
 
 # Basic Information
 Name:		perl-%{pkgname}
-Version:	0.19
+Version:	0.22
 Release:	1%{?_dist_release}
+Summary:	yet another Path class
+#Summary(ja):	ここに日本語で概要を記述してください
+
 License:	Artistic or GPL
 Group:		Development/Libraries
+URL:            http://search.cpan.org/~ishigaki/Path-Extended/
+
 Source0:	http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/%{pkgname}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
+BuildRequires:  perl(Log::Dump)
+BuildRequires:  perl(Test::Classy)
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::UseAllModules) >= 0.09
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
 Packager:	yasumichi
 
-Summary:	yet another Path class
-#Summary(ja):	ここに日本語で概要を記述してください
-
-# Dependency
-Requires:       perl
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires:  perl
 
 %description
 This is yet another file/directory handler that does a bit more than
@@ -35,43 +41,43 @@ apply regexen to a path, especially in file tests that use 'like' or
 #ここに日本語で詳細を記述してください。
 
 %prep
-%setup -q -n Path-Extended-0.19
+%setup -q -n Path-Extended-%{version}
 
 %build
-perl Makefile.PL
-%{__make}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf ${RPM_BUILD_ROOT}
-%{__make} install DESTDIR=${RPM_BUILD_ROOT}
-
-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
-
-# remove unnecessary files.
-%{__rm} ${RPM_BUILD_ROOT}%{perl_archlib}/perllocal.pod
-%{__rm} ${RPM_BUILD_ROOT}%{perl_sitearch}/auto/Path/Extended/.packlist
-
+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
+%{_fixperms} $RPM_BUILD_ROOT
 
 %clean
-%{__rm} -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
+%check
+make test
 
-%files -f %{name}.files
+
+%files
 %defattr(-,root,root)
 %doc Changes README
-%dir %{perl_sitelib}/Path/Extended
-%dir %{perl_sitelib}/Path/Extended/Class
+%dir %{perl_vendorlib}/Path/Extended
+%dir %{perl_vendorlib}/Path/Extended/Class
+%{perl_vendorlib}/Path/*.pm
+%{perl_vendorlib}/Path/Extended/*.pm
+%{perl_vendorlib}/Path/Extended/Class/*.pm
 %{_mandir}/*/*
 
 
 %changelog
+* Tue Dec  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.03-1
+- updated to 0.22
+- built with perl 5.16.3
+- added BR: perl(ExtUtils::MakeMaker::CPANfile), perl(Log::Dump)
+- changed to noarch package
+
 * Mon Oct 10 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.19-1
 - initial build for Vine Linux

+ 13 - 6
p/perl-Sort-Naturally/perl-Sort-Naturally-vl.spec

@@ -1,17 +1,20 @@
 Name:       perl-Sort-Naturally 
-Version:    1.02
-Release:    2%{?_dist_release}
+Version:    1.03
+Release:    1%{?_dist_release}
+Summary:    Sort lexically, but sort numeral parts numerically 
+
 # see lib/Sort/Naturally.pm 
 License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    Sort lexically, but sort numeral parts numerically 
+URL:        http://search.cpan.org/dist/Sort-Naturally
+
 Source:     http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Sort-Naturally-%{version}.tar.gz 
-Url:        http://search.cpan.org/dist/Sort-Naturally
-BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-root
+BuildArch:  noarch
 BuildRequires: perl(ExtUtils::MakeMaker) 
 BuildRequires: perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -50,6 +53,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Dec  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.03-1
+- updated to 1.03
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.02-2
 - rebuild
 

+ 10 - 2
p/perl-Test-Output/perl-Test-Output-vl.spec

@@ -1,12 +1,15 @@
 Name:           perl-Test-Output
-Version:        1.01
+Version:        1.03
 Release:        1%{?_dist_release}
 Summary:        Utilities to test STDOUT and STDERR messages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Output/
 Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp) >= 0.17
 BuildRequires:  perl(Sub::Exporter)
@@ -44,11 +47,16 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.03-1
+- updated to 1.03
+- built with perl 5.16.3
+- added BR: perl(Capture::Tiny)
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
 - initial build for Vine Linux
 

+ 11 - 2
p/perl-Test-Spelling/perl-Test-Spelling-vl.spec

@@ -1,15 +1,18 @@
 Name:           perl-Test-Spelling
-Version:        0.15
+Version:        0.20
 Release:        1%{?_dist_release}
 Summary:        Check for spelling errors in POD files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Spelling/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Test-Spelling-%{version}.tar.gz
-Patch0:         Test-Spelling-0.13-hunspell.patch
+Patch0:         Test-Spelling-0.20-hunspell.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  hunspell-en
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Pod::Spell) >= 1.01
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Tester)
@@ -54,6 +57,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Spelling.3pm*
 
 %changelog
+* Tue Dec  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.20-1
+- updated to 0.20
+- updated Patch0
+- built with perl 5.16.3
+- added BR: perl(IPC::Run3)
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.15-1
 - initial build for Vine Linux