Browse Source

Locale::Gettext が POSIX と衝突する問題の修正

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

+ 11 - 1
p/perl-gettext/perl-gettext-vl.spec

@@ -2,12 +2,13 @@
 
 Name: perl-%{PackageName}
 Version: 1.05
-Release: 10%{?_dist_release}
+Release: 11%{?_dist_release}
 Summary: Interface to gettext family of functions
 
 Group: Development/Libraries
 License: GPL or Artistic
 Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
+Patch0: perl-gettext-fix-conflict-posix.patch
 URL:    http://search.cpan.org/~pvandry/gettext/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -17,6 +18,10 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 
 Obsoletes: perl-Locale-gettext <= 1.05
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke, inagaki, iwaim
+
 %description
 Perl module gettext - This module give acces to the C library functions
 for internatialization gettext.
@@ -24,6 +29,7 @@ for internatialization gettext.
 
 %prep
 %setup -q -n %{PackageName}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -58,6 +64,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Apr 28 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.05-11
+- add patch0 from http://rt.cpan.org/Public/Bug/Display.html?id=35680
+- add Vendor, Distribution and Packager tag.
+
 * Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.05-10vl6
 - rebuild with perl 5.12.3