Browse Source

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

	* perl-CPAN-Changes, perl-IPC-Run3, perl-Math-BigInt-GMP, perl-Probe-Perl, perl-Test-CPAN-Meta: updated
	* perl-Test-Script: rebuilt
	


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

+ 11 - 2
p/perl-CPAN-Changes/perl-CPAN-Changes-vl.spec

@@ -1,13 +1,14 @@
 Name:		perl-CPAN-Changes
 Summary:	Read and write Changes files
-Version:	0.18
+Version:	0.30
 Release:	1%{?_dist_release}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Changes/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz 
-Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
 BuildArch:	noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	perl >= 2:5.10.0
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Test::More)
@@ -15,6 +16,7 @@ BuildRequires:	perl(Test::Pod) >= 1.00
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
 BuildRequires:	perl(Text::Wrap)
 BuildRequires:	perl(version) >= 0.79
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 It is standard practice to include a Changes file in your distribution. The
@@ -52,14 +54,21 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes README
+%{_bindir}/tidy_changelog
 %{perl_vendorlib}/CPAN/
 %{perl_vendorlib}/Test/
+%{_mandir}/man1/tidy_changelog.1*
 %{_mandir}/man3/CPAN::Changes.3pm*
+%{_mandir}/man3/CPAN::Changes::Group.3pm*
 %{_mandir}/man3/CPAN::Changes::Release.3pm*
 %{_mandir}/man3/CPAN::Changes::Spec.3pm*
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.30-1
+- updated to 0.30
+- built with perl 5.16.3
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.18-1
 - initial build for Vine Linux
 

+ 8 - 2
p/perl-IPC-Run3/perl-IPC-Run3-vl.spec

@@ -1,12 +1,14 @@
 Name:           perl-IPC-Run3
-Version:        0.045
-Release:        2%{?_dist_release}
+Version:        0.048
+Release:        1%{?_dist_release}
 Summary:        Run a subprocess in batch mode
 License:        (GPL+ or Artistic) or BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run3/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
+
 BuildArch:      noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More) >= 0.31
 BuildRequires:  perl(Time::HiRes)
@@ -56,6 +58,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.048-1
+- updated to 0.048
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.045-2
 - rebuild
 

+ 13 - 4
p/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP-vl.spec

@@ -1,18 +1,23 @@
 Name:           perl-Math-BigInt-GMP
-Version:        1.24
+Version:        1.37
 Release:        1%{?_dist_release}
 Summary:        Math::BigInt::GMP Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Math-BigInt-GMP/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-%{version}.tar.gz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gmp-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Math::BigInt) >= 1.87
+BuildRequires:  perl(Math::BigInt) >= 1.994
+BuildRequires:  perl(Math::BigFloat) >= 1.994
+BuildRequires:  perl(Pod::Coverage) >= 0.18
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
-BuildRequires:  perl(YAML)
+BuildRequires:  perl(threads)
+BuildRequires:  perl(XSLoader)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -52,6 +57,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.37-1
+- updated to 1.37
+- built with perl 5.16.3 and gmp 5.1.3
+
 * Mon Mar 12 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.24-1
 - initial build for Vine Linux
 - the newest upstream so far is 1.37 that needs perl(Math::BigInt) >= 1.993,

+ 17 - 11
p/perl-Probe-Perl/perl-Probe-Perl-vl.spec

@@ -1,13 +1,14 @@
 Name:           perl-Probe-Perl
-Version:        0.01
-Release:        2%{?_dist_release}
+Version:        0.03
+Release:        1%{?_dist_release}
 Summary:        Information about the currently running perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Probe-Perl/
 Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Module::Build)
 Requires:       perl(Config)
@@ -26,22 +27,23 @@ Module::Build project, but has been externalized here for general use.
 %setup -q -n Probe-Perl-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL installdirs=vendor
+make %{?_smp_mflags}
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=${RPM_BUILD_ROOT} create_packlist=0
-find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
+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 \;
 
-%{_fixperms} ${RPM_BUILD_ROOT}/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
@@ -50,6 +52,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.03-1
+- updated to 0.03
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-2
 - rebuild
 

+ 9 - 4
p/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta-vl.spec

@@ -1,13 +1,14 @@
 Name:           perl-Test-CPAN-Meta
-Version:        0.17
-Release:        2%{?_dist_release}
+Version:        0.23
+Release:        1%{?_dist_release}
 Summary:        Validation of the META.yml file in a CPAN distribution
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-CPAN-Meta/
 Source0:        http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Parse::CPAN::Meta) >= 0.02
 BuildRequires:  perl(Test::Builder)
@@ -56,11 +57,15 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic Changes LICENSE README examples/
+%doc Changes LICENSE README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.23-1
+- updated to 0.23
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-2
 - rebuild
 

+ 7 - 3
p/perl-Test-Script/perl-Test-Script-vl.spec

@@ -1,14 +1,14 @@
 Name:           perl-Test-Script
 Version:        1.07
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Cross-platform basic tests for scripts
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Script/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Script-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
+BuildArch:      noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IPC::Run3) >= 0.034
 BuildRequires:  perl(Probe::Perl)
@@ -63,6 +63,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.07-3
+- rebuilt with perl 5.16.3
+- used "--define 'perl_bootstrap 1'" on rpmbuild to avoid unsolved build dependency
+
 * Thu Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.07-2
 - rebuild