|
|
@@ -34,7 +34,7 @@
|
|
|
%define V_locale_po 0.14
|
|
|
%define V_locale_maketext 1.09
|
|
|
%define V_locale_maketext_fuzzy 0.02
|
|
|
-%define V_locale_maketext_lexicon 0.46
|
|
|
+%define V_locale_maketext_lexicon 0.47
|
|
|
%define V_locale_codes 2.07
|
|
|
%define V_locale_subcountry 1.34
|
|
|
|
|
|
@@ -49,7 +49,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20050203
|
|
|
+Release: 20050206
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
|
|
|
@@ -64,6 +64,7 @@ Source8: http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-Fuzzy
|
|
|
Source9: http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-Lexicon-%{V_locale_maketext_lexicon}.tar.gz
|
|
|
Source10: http://www.cpan.org/modules/by-module/Locale/Locale-Codes-%{V_locale_codes}.tar.gz
|
|
|
Source11: http://www.cpan.org/modules/by-module/Locale/Locale-SubCountry-%{V_locale_subcountry}.tar.gz
|
|
|
+Patch0: perl-locale.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -165,6 +166,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 9
|
|
|
%setup -q -T -D -a 10
|
|
|
%setup -q -T -D -a 11
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -189,7 +191,8 @@ AutoReqProv: no
|
|
|
) || exit $?
|
|
|
( cd gettext-%{V_gettext}
|
|
|
%{l_shtool} subst \
|
|
|
- -e 's;-lintl;%{l_ldflags} -lintl;' \
|
|
|
+ -e 's;\(incs = .\)\(.\);\1%{l_cppflags}\2;' \
|
|
|
+ -e 's;\(libs = .\)\(.\);\1%{l_ldflags} -lintl -liconv\2;' \
|
|
|
Makefile.PL
|
|
|
%{l_prefix}/bin/perl-openpkg configure build install
|
|
|
) || exit $?
|