Browse Source

rebuild with perl-5.12.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5739 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 13 years ago
parent
commit
2b97ae0dea
1 changed files with 16 additions and 1 deletions
  1. 16 1
      p/perl-Socket6/perl-Socket6-vl.spec

+ 16 - 1
p/perl-Socket6/perl-Socket6-vl.spec

@@ -2,7 +2,7 @@ Summary:        IPv6 related part of the C socket.h defines and structure manipu
 
 Name:           perl-Socket6
 Version:        0.23
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Development/Libraries
 License:        BSD
@@ -14,12 +14,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	daisuke, yasumichi
+
+Summary(ja):	Socket6 - C の socket.h における IPv6 関連の定義および構造体マニピュレータ
+
 %description
 This module supports getaddrinfo() and getnameinfo() to intend to
 enable protocol independent programing.
 If your environment supports IPv6, IPv6 related defines such as
 AF_INET6 are included.
 
+%description -l ja
+このモジュールはプロトコルに依存しないプログラミングを可能にする
+getaddrinfo() および getnameinfo() をサポートしています。
+お使いの環境が IPv6 をサポートしているならば、AF_INET6 といった
+IPv6 関連の定義が含まれています。
 
 %prep
 %setup -q -n Socket6-%{version}
@@ -55,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 23 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-2
+- rebuild with perl-5.12.3
+- add Japanese translation of summary and description.
+
 * Sat Jul 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.23-1
 - initial build for Vine Linux