Browse Source

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

	* perl-File-BaseDir: rebuilt
	* perl-File-Find-Rule[-Perl], perl-File-HomeDir, perl-File-MMagic, perl-Spiffy: updated
	


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

+ 5 - 2
p/perl-File-BaseDir/perl-File-BaseDir-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-File-BaseDir
 Version:        0.03
-Release:        12%{?_dist_release}
+Release:        13%{?_dist_release}
 Summary:        Use the freedesktop basedir spec
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-BaseDir/
 Source0:        http://www.cpan.org/authors/id/P/PA/PARDUS/File-BaseDir-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 #BuildRequires:  perl(File::DesktopEntry)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.03-13
+- rebuilt with perl 5.16.3
+
 * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-12
 - rebuild
 

+ 9 - 5
p/perl-File-Find-Rule-Perl/perl-File-Find-Rule-Perl-vl.spec

@@ -1,20 +1,19 @@
 Name:		perl-File-Find-Rule-Perl
-Version:	1.12
-Release:	2%{?_dist_release}
+Version:	1.13
+Release:	1%{?_dist_release}
 Summary:	Common rules for searching for Perl things
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/File-Find-Rule-Perl/
 Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
 
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl(File::Find::Rule) >= 0.20
 BuildRequires:	perl(File::Spec) >= 0.82
 BuildRequires:	perl(Test::More) >= 0.47
 BuildRequires:  perl(Params::Util) >= 0.38
-BuildRequires:  perl(Parse::CPAN::Meta) >= 0.04
+BuildRequires:  perl(Parse::CPAN::Meta) >= 1.38
 
 # For improved tests
 %if !%{defined perl_bootstrap}
@@ -23,6 +22,7 @@ BuildRequires:  perl(Test::MinimumVersion) >= 0.101080
 BuildRequires:  perl(Test::Pod) >= 1.44
 BuildRequires:  perl(Test::CPAN::Meta) >= 0.17
 %endif
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -67,6 +67,10 @@ cd ..
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-1
+- updated to 1.13
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
 - rebuild
 

+ 9 - 7
p/perl-File-Find-Rule/perl-File-Find-Rule-vl.spec

@@ -1,21 +1,19 @@
 Name: 		perl-File-Find-Rule
-Version: 	0.32
-Release: 	6%{?_dist_release}
+Version: 	0.33
+Release: 	1%{?_dist_release}
 Summary: 	Perl module implementing an alternative interface to File::Find
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/File-Find-Rule/
 Source0: 	http://www.cpan.org/modules/by-module/File/File-Find-Rule-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: 	noarch
-BuildRequires:	perl
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires: 	perl(Number::Compare)
 BuildRequires: 	perl(Text::Glob)
 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
@@ -46,13 +44,17 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes 
 %{_bindir}/findrule
 %{_mandir}/man1/*
 %{perl_vendorlib}/File
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.33-1
+- updated to 0.33
+- built with perl 5.16.3
+
 * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.32-6
 - build for Vine Linux
 

+ 12 - 7
p/perl-File-HomeDir/perl-File-HomeDir-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-File-HomeDir
-Version:        0.99
-Release:        2%{?_dist_release}
+Version:        1.00
+Release:        1%{?_dist_release}
 Summary:        Find your home and other directories on any platform
 
 Group:          Development/Libraries
@@ -16,11 +16,11 @@ BuildRequires:  perl(File::Path) >= 2.01
 BuildRequires:  perl(File::Spec) >= 3.12
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(File::Which) >= 0.05
-%if !%{defined perl_bootstrap}
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::MinimumVersion)
-BuildRequires:  perl(Test::More) >= 0.47
-%endif
+#%if !%{defined perl_bootstrap}
+#BuildRequires:  perl(Test::Pod)
+#BuildRequires:  perl(Test::MinimumVersion)
+#BuildRequires:  perl(Test::More) >= 0.47
+#%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Cwd) >= 3.12
 Requires:       perl(File::Path) >= 2.01
@@ -83,6 +83,11 @@ chmod -R u+w %{buildroot}/*
 
 
 %changelog
+* Thu Nov  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.00-1
+- updated to 1.00
+- comment out some BR (because "make test" is commented out)
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.99-2
 - rebuild
 

+ 12 - 6
p/perl-File-MMagic/perl-File-MMagic-vl.spec

@@ -1,15 +1,17 @@
 Summary:        file command like perl5 module
 Summary(ja):    file コマンド風 perl5 モジュール
 Name:           perl-File-MMagic
-Version:        1.29
+Version:        1.30
 Release:        1%{_dist_release}
-Url:            http://search.cpan.org/~knok/File-MMagic/
 License:        ASL 1.0 and BSD
 Group:          Development/Libraries
-Source:         http://www.perl.com/CPAN/modules/by-module/File/File-MMagic-%{version}.tar.gz
-Patch0:         File-MMagic-1.29-msoffice.patch
-Buildroot:      %{_tmppath}/%{name}-%{version}-root
+URL:            http://search.cpan.org/~knok/File-MMagic/
+
+Source0:        http://www.perl.com/CPAN/modules/by-module/File/File-MMagic-%{version}.tar.gz
+#Patch0:         File-MMagic-1.29-msoffice.patch
+
 BuildArch:      noarch
+Buildroot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -27,7 +29,7 @@ command.
 
 %prep
 %setup -q -n File-MMagic-%{version} 
-%patch0 -p2
+#patch0 -p2
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor"
@@ -53,6 +55,10 @@ chmod -R u+w %{buildroot}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.30-1
+- updated to 1.30
+- built with perl 5.16.3
+
 * Mon Jan 21 2013 IWAI, Masaharu <iwai@alib.jp> 1.29-1
 - new upstream release
 - add fix Microsoft Office patch (Patch0): from upstream VCS

+ 9 - 4
p/perl-Spiffy/perl-Spiffy-vl.spec

@@ -1,13 +1,14 @@
 Name:           perl-Spiffy
-Version:        0.30
+Version:        0.46
 Release:        1%{?_dist_release}
 Summary:        Framework for doing object oriented (OO) programming in Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Spiffy/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{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(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -54,10 +55,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Spiffy.pm
-%{_mandir}/man3/Spiffy.3pm*
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Thu Nov 06 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.46-1
+- update to 0.46
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.30-1
 - initial build for Vine Linux