|
@@ -2,12 +2,13 @@
|
|
|
|
|
|
Name: perl-%{PackageName}
|
|
Name: perl-%{PackageName}
|
|
Version: 1.05
|
|
Version: 1.05
|
|
-Release: 10%{?_dist_release}
|
|
|
|
|
|
+Release: 11%{?_dist_release}
|
|
Summary: Interface to gettext family of functions
|
|
Summary: Interface to gettext family of functions
|
|
|
|
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPL or Artistic
|
|
License: GPL or Artistic
|
|
Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
|
|
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/
|
|
URL: http://search.cpan.org/~pvandry/gettext/
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
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
|
|
Obsoletes: perl-Locale-gettext <= 1.05
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke, inagaki, iwaim
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Perl module gettext - This module give acces to the C library functions
|
|
Perl module gettext - This module give acces to the C library functions
|
|
for internatialization gettext.
|
|
for internatialization gettext.
|
|
@@ -24,6 +29,7 @@ for internatialization gettext.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{PackageName}-%{version}
|
|
%setup -q -n %{PackageName}-%{version}
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
@@ -58,6 +64,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.05-10vl6
|
|
- rebuild with perl 5.12.3
|
|
- rebuild with perl 5.12.3
|
|
|
|
|