Browse Source

2014-10-15 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl-GD, perl-GDGraph, perl-Geo-IP: updated
	* perl-GDGraph3d, perl-GDTextUtil: rebuilt
	


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

+ 8 - 3
p/perl-GD/perl-GD-vl.spec

@@ -1,8 +1,8 @@
 Name:           perl-GD
-Version:        2.44
-Release:        1%{?_dist_release}
 Summary:        Perl interface to the GD graphics library
 Summary(ja):    GD ライブラリの Perl 用インターフェイス
+Version:        2.53
+Release:        1%{?_dist_release}
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -14,6 +14,7 @@ Patch1:		perl-GD-skip-3.patch
 # and https://rt.cpan.org/Public/Bug/Display.html?id=67990
 Patch2:         perl-GD-ccflags.patch
 
+Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gd-devel >= 2.0.28
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  freetype2-devel, libpng-devel, zlib-devel
@@ -47,7 +48,7 @@ documentation.
 %ifarch %{ix86}
 %patch1 -p1
 %endif
-%patch2 -p1
+#patch2 -p1
 %{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
   qd.pl demos/{*.{pl,cgi},truetype_test}
 chmod -c 644 bdf_scripts/* demos/*
@@ -93,6 +94,10 @@ base64 t/test.out.3.png_new
 
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.53-1
+- new upstream release
+- built with perl-5.16.3.
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.44-1
 - updated to 2.44
 - spec revamped based on Fedora's 2.44-10

+ 7 - 2
p/perl-GDGraph/perl-GDGraph-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-GDGraph
-Version:        1.44
+Version:        1.48
 Release:        1%{?_dist_release}
 Summary:        Graph generation package for Perl
 Summary(ja):    Perl によるグラフ生成パッケージ
@@ -8,9 +8,10 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/GDGraph/
 Source0:        http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+
 BuildRequires:  perl(GD), perl(GD::Text)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -56,6 +57,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1:1.48-1
+- updated to 1.48
+- rebuilt with perl-5.16.3.
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.44-1
 - updated to 1.44
 - spec revamped

+ 6 - 2
p/perl-GDGraph3d/perl-GDGraph3d-vl.spec

@@ -1,15 +1,16 @@
 Name:           perl-GDGraph3d
 Version:        0.63
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        3D graph generation package for Perl
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/GD-Graph3d/
 Source0:        http://www.cpan.org/authors/id/W/WA/WADG/GD-Graph3d-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+
 BuildRequires:  perl(GD), perl(GD::Text), perl(GD::Graph)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -55,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.63-2
+- rebuild with perl-5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.63-1
 - initial build for Vine Linux
 

+ 5 - 2
p/perl-GDTextUtil/perl-GDTextUtil-vl.spec

@@ -1,14 +1,14 @@
 Name:           perl-GDTextUtil
 Version:        0.86
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Text utilities for use with GD
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/GDTextUtil/
 Source0:        http://www.cpan.org/authors/id/M/MV/MVERB/GDTextUtil-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(GD)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.86-2
+- rebuilt with perl-5.16.3.
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.86-1
 - updated to 0.86; font removed (only used for buildtime tests)
 - spec revamped

+ 30 - 18
p/perl-Geo-IP/perl-Geo-IP-vl.spec

@@ -12,28 +12,34 @@
 %define maketest 1
 
 Name:      perl-Geo-IP
-Summary:   Geo::IP - Perl module
-Version:   1.43
-Release:   2%{?_dist_release}
-Vendor:    Project Vine
-Packager:  tomop
-Distribution: Vine Linux
-License:   Artistic
-Group:     Development/Languages
-Url:       http://www.cpan.org
-Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
-Prefix:    %(echo %{_prefix})
+Summary:   Look up location and network information by IP Address
+Version:   1.45
+Release:   1%{?_dist_release}
+
+License:   Artistic or GPL+
+Group:     Development/Libraries
+URL:       http://search.cpan.org/~maxmind/Geo-IP/
 Source:    http://search.cpan.org//CPAN/authors/id/B/BO/BORISZ/Geo-IP-%{version}.tar.gz
+
+Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: GeoIP-devel
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+Distribution: Vine Linux
+Vendor:    Project Vine
+Packager:  tomop
 
 %description
-None.
+This module a simple file-based database. This database simply contains
+IP blocks as keys, and countries as values. The data contains all public
+IP addresses and should be more complete and accurate than reverse DNS
+lookups.
 
-#
-# This package was generated automatically with the cpan2rpm
-# utility.  To get this software or for more information
-# please visit: http://perl.arix.com/
-#
+This module can be used to automatically select the geographically closest
+mirror, or to analyze your web server logs to determine the countries of
+your visiters.
 
 %prep
 %setup -q -n Geo-IP-%{version} 
@@ -119,11 +125,17 @@ find %{buildroot}%{_prefix}             \
 %clean
 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
 
+%check
+make test
+
 %files -f %filelist
 %defattr(-,root,root)
 
 %changelog
-* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.43-1
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.45-1
+- new upstream release
+
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.43-2
 - rebuilt with perl-5.16.3.
 
 * Thu Mar 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.43-1