Browse Source

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

	* perl-Authen-{Krb5, Krb5-Simple},
	  perl-Gnome2-{Canvas, GConf, VFS, Wnck},
	  perl-Gtk2-RDF-Core: rebuilt
	* perl-Gnome2, perl-Gtk2-{GladeXML, ImageView},
	  perl-NetPacket: updated
	  


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

+ 6 - 2
p/perl-Authen-Krb5-Simple/perl-Authen-Krb5-Simple-vl.spec

@@ -3,17 +3,18 @@
 Summary:        Basic user authentication using Kerberos 5
 Name:           perl-%{real_name}
 Version:        0.43
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic or GPL+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Authen-Krb5-Simple/
 
 Source:         http://search.cpan.org/CPAN/authors/id/D/DS/DSTUART/Authen-Krb5-Simple-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+BuildRequires:  krb5-devel
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 
@@ -57,5 +58,8 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.43-2
+- rebuilt with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.43-1
 - initial build for Vine Linux

+ 5 - 2
p/perl-Authen-Krb5/perl-Authen-Krb5-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-Authen-Krb5
 Version:        1.9
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Krb5 Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Krb5/
 Source0:        http://www.cpan.org/authors/id/J/JH/JHORWITZ/Krb5-%{version}.tar.gz
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl(ExtUtils::MakeMaker) 
 BuildRequires:  krb5-devel
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -66,6 +66,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.9-2
+- rebuilt with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-1
 - initial build for Vine Linux
 

+ 10 - 4
p/perl-Gnome2-Canvas/perl-Gnome2-Canvas-vl.spec

@@ -1,16 +1,19 @@
 Name:		perl-Gnome2-Canvas
 Version:	1.002
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	An engine for structured graphics in Gnome2
 
 Group:		Development/Libraries
 License:	GPLv2+
 URL:		http://search.cpan.org/dist/Gnome2-Canvas/
 Source0:	http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-Canvas-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:	perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:	perl(Glib), perl(Glib::MakeHelper), perl(Gtk2)
+BuildRequires:	perl(ExtUtils::Depends)
+BuildRequires:  perl(ExtUtils::PkgConfig)
+BuildRequires:	perl(Glib)
+BuildRequires:  perl(Glib::MakeHelper)
+BuildRequires:  perl(Gtk2)
 BuildRequires:	libgnomecanvas-devel >= 2.0.0
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -66,6 +69,9 @@ make test
 
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.002-3
+- rebuilt with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.002-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 7 - 5
p/perl-Gnome2-GConf/perl-Gnome2-GConf-vl.spec

@@ -1,22 +1,21 @@
 Name:		perl-Gnome2-GConf
 Version:	1.044
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Perl wrappers for the GConf configuration engine
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Gnome2-GConf/
 Source0:	http://www.cpan.org/modules/by-module/Gnome2/Gnome2-GConf-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 ## core
 BuildRequires:	perl(Test::More)
 ## non-core
-BuildRequires:	perl(Glib) >= 1.120, perl(Glib::MakeHelper), GConf2
+BuildRequires:	perl(Glib) >= 1.120
+BuildRequires:  perl(Glib::MakeHelper)
 BuildRequires:	perl(ExtUtils::Depends) >= 0.2
 BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.03
-
 BuildRequires:	GConf2-devel
-
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
@@ -69,6 +68,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.044-3
+- rebuilt with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.044-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 8 - 4
p/perl-Gnome2-VFS/perl-Gnome2-VFS-vl.spec

@@ -1,15 +1,15 @@
 Name:		perl-Gnome2-VFS
 Version:	1.081
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Perl interface to the 2.x series of the GNOME VFS library
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Gnome2-VFS/
 Source0:	http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-VFS-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 ## core
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 ## non-core
@@ -18,6 +18,7 @@ BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
 BuildRequires:  perl(Glib) >= 1.120
 BuildRequires:  perl(Glib::MakeHelper)
 BuildRequires:  gnome-vfs2-devel
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -40,7 +41,7 @@ filesystems.
 %install
 %{__rm} -rf %{buildroot}
 
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
+%{__make} pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
@@ -65,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.081-3
+- rebuilt with perl 5.16.3
+
 * Sat Apr 02 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.081-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 5 - 2
p/perl-Gnome2-Wnck/perl-Gnome2-Wnck-vl.spec

@@ -1,12 +1,12 @@
 Name:		perl-Gnome2-Wnck
 Version:	0.16
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Perl interface to the Window Navigator Construction Kit
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Gnome2-Wnck/
 Source0:	http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-Wnck-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl(ExtUtils::Depends) >= 0.20
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.03
@@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.16-3
+- rebuilt with perl 5.16.3
+
 * Sat Apr 02 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.16-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

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

@@ -1,6 +1,6 @@
 Name:		perl-Gnome2
-Version:	1.042
-Release:	2%{?_dist_release}
+Version:	1.045
+Release:	1%{?_dist_release}
 Summary:	Perl interface to the 2.x series of the GNOME libraries
 License:	LGPLv2
 Group:		Development/Libraries
@@ -8,7 +8,7 @@ URL:		http://search.cpan.org/dist/Gnome2/
 Source0:	http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
 Patch0:		perl-Gnome2-test-fix.patch
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl(ExtUtils::Depends) >= 0.20
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.03
@@ -56,12 +56,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
+%doc AUTHORS ChangeLog.pre-git doctypes gnome.typemap
+%doc LICENSE maps NEWS README TODO
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Gnome2*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.045-1
+- updated to 1.045
+- built with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.042-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 11 - 5
p/perl-Gtk2-GladeXML/perl-Gtk2-GladeXML-vl.spec

@@ -1,16 +1,18 @@
 Name:           perl-Gtk2-GladeXML
-Version:        1.006
-Release:	2%{?_dist_release}
+Version:        1.007
+Release:	1%{?_dist_release}
 Summary:        Create user interfaces directly from Glade XML files
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://search.cpan.org/dist/Gtk2-GladeXML/
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gtk2-GladeXML-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Glib), perl(Gtk2)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  perl(ExtUtils::Depends) >= 0.300
+BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.000
+BuildRequires:  perl(Glib) >= 1.020
+BuildRequires:  perl(Gtk2) >= 1.000
 BuildRequires:  libglade2-devel >= 2.0.0
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -66,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.007-1
+- updated to 1.007
+- built with perl 5.16.3
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.006-2
 - rebuild with perl-5.12.3
 

+ 13 - 12
p/perl-Gtk2-ImageView/perl-Gtk2-ImageView-vl.spec

@@ -1,26 +1,23 @@
 Name:		perl-Gtk2-ImageView
-Version:	0.04
-Release:	2%{?_dist_release}
+Version:	0.05
+Release:	1%{?_dist_release}
 Summary:	Perl bindings to the GtkImageView image viewer widget
 
 Group:		Development/Libraries
 License:	LGPLv3+
 URL:		http://search.cpan.org/dist/Gtk2-ImageView/
 Source0:	http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/Gtk2-ImageView-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	gtk2-devel
 BuildRequires:	gtkimageview-devel >= 1.6.0
-BuildRequires:	perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:	perl(Glib) >= 1.163
-BuildRequires:	perl(Glib::MakeHelper)
-BuildRequires:	perl(Cairo) >= 1.00
 BuildRequires:	perl(ExtUtils::Depends) >= 0.2
-BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.03
-BuildRequires:	perl(Gtk2)
+BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
+BuildRequires:	perl(Glib) >= 1.140
+BuildRequires:	perl(Gtk2) >= 1.140
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:	perl(Glib) >= 1.163
-Requires:	perl(Cairo) >= 1.00
+Requires:	perl(Glib) >= 1.140
+Requires:	perl(Gtk2) >= 1.140
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -56,7 +53,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %check
 # There are tests, but they need an X DISPLAY to run. Not worth it.
-# make test
+#make test
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -74,6 +71,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{perl_vendorarch}/Gtk2/ImageView/Install/*.h
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.05-1
+- updated to 0.05
+- built with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.04-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 12 - 6
p/perl-NetPacket/perl-NetPacket-vl.spec

@@ -1,16 +1,20 @@
 Name:           perl-NetPacket
-Version:        1.3.1
+Version:        1.5.0
 Release:        1%{?_dist_release}
 Summary:        Assemble/disassemble network packets at the protocol level
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/NetPacket/
 Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
-Patch0:         NetPacket-1.3.0-Build.PL-downgrade-modules-requirements.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor:         Project Vine
@@ -26,8 +30,6 @@ specific implementation.
 
 %prep
 %setup -q -n NetPacket-%{version}
-%patch0 -p1
-mv t/000-report-versions.t t/000-report-versions.t.disable
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -54,6 +56,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.5.0-1
+- updated to 1.5.0
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.1-1
 - initial build for Vine Linux
 

+ 11 - 8
p/perl-RDF-Core/perl-RDF-Core-vl.spec

@@ -1,20 +1,20 @@
 Summary: An object oriented Perl modules for handling tasks related to RDF
 Name: perl-RDF-Core
 Version: 0.51
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MPL or GPL
 Group: Development/Libraries
-Source0: RDF-Core-%{version}.tar.gz
 URL: http://www.cpan.org/dist/RDF-Core/
 
+Source0: http://search.cpan.org/CPAN/authors/id/D/DP/DPOKORNY/RDF-Core-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
-BuildRequires: perl >= 5.004, perl-URI >= 1.03, perl-XML-Parser >= 2.30
-BuildRequires: perl-DBI >= 1.14
-Requires: perl >= 5.004
-Requires: perl-URI >= 1.03
-Requires: perl-XML-Parser >= 2.30
-Requires: perl-DBI >= 1.14
+BuildRequires: perl >= 5.004
+BuildRequires: perl(URI) >= 1.03
+BuildRequires: perl(XML::Parser) >= 2.30
+BuildRequires: perl(DBI) >= 1.14
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -84,6 +84,9 @@ rm -rf %{buildroot}
 %dir %{perl_vendorlib}/RDF/Core/Storage
 
 %changelog
+* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.51-2
+- rebuilt with perl 5.16.3
+
 * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.51-1
 - applied new versioning policy