Sfoglia il codice sorgente

rebuild with perl-5.12.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5739 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 13 anni fa
parent
commit
2b97ae0dea
1 ha cambiato i file con 16 aggiunte e 1 eliminazioni
  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
 Name:           perl-Socket6
 Version:        0.23
 Version:        0.23
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        BSD
 License:        BSD
@@ -14,12 +14,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 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
+Packager:	daisuke, yasumichi
+
+Summary(ja):	Socket6 - C の socket.h における IPv6 関連の定義および構造体マニピュレータ
+
 %description
 %description
 This module supports getaddrinfo() and getnameinfo() to intend to
 This module supports getaddrinfo() and getnameinfo() to intend to
 enable protocol independent programing.
 enable protocol independent programing.
 If your environment supports IPv6, IPv6 related defines such as
 If your environment supports IPv6, IPv6 related defines such as
 AF_INET6 are included.
 AF_INET6 are included.
 
 
+%description -l ja
+このモジュールはプロトコルに依存しないプログラミングを可能にする
+getaddrinfo() および getnameinfo() をサポートしています。
+お使いの環境が IPv6 をサポートしているならば、AF_INET6 といった
+IPv6 関連の定義が含まれています。
 
 
 %prep
 %prep
 %setup -q -n Socket6-%{version}
 %setup -q -n Socket6-%{version}
@@ -55,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %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
 * Sat Jul 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.23-1
 - initial build for Vine Linux
 - initial build for Vine Linux