OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Mar-2005 21:17:29
Branch: HEAD Handle: 2005030620172900
Modified files:
openpkg-src/perl-locale perl-locale.spec
Log:
add Locale::Maketext::Simple
Summary:
Revision Changes Path
1.29 +13 -3 openpkg-src/perl-locale/perl-locale.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-locale/perl-locale.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 perl-locale.spec
--- openpkg-src/perl-locale/perl-locale.spec 6 Feb 2005 12:31:33 -0000
1.28
+++ openpkg-src/perl-locale/perl-locale.spec 6 Mar 2005 20:17:29 -0000
1.29
@@ -35,6 +35,7 @@
%define V_locale_maketext 1.09
%define V_locale_maketext_fuzzy 0.02
%define V_locale_maketext_lexicon 0.47
+%define V_locale_maketext_simple 0.12
%define V_locale_codes 2.07
%define V_locale_subcountry 1.34
@@ -49,7 +50,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050206
+Release: 20050306
# list of sources
Source0:
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
@@ -62,8 +63,9 @@
Source7:
http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-%{V_locale_maketext}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-Fuzzy-%{V_locale_maketext_fuzzy}.tar.gz
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
+Source10:
http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-Simple-%{V_locale_maketext_simple}.tar.gz
+Source11:
http://www.cpan.org/modules/by-module/Locale/Locale-Codes-%{V_locale_codes}.tar.gz
+Source12:
http://www.cpan.org/modules/by-module/Locale/Locale-SubCountry-%{V_locale_subcountry}.tar.gz
Patch0: perl-locale.patch
# build information
@@ -88,6 +90,7 @@
- Locale::Maketext (%{V_locale_maketext})
- Locale::Maketext::Fuzzy (%{V_locale_maketext_fuzzy})
- Locale::Maketext::Lexicon (%{V_locale_maketext_lexicon})
+ - Locale::Maketext::Simple (%{V_locale_maketext_simple})
- Locale::Codes (%{V_locale_codes})
- Locale::SubCountry (%{V_locale_subcountry})
@@ -142,6 +145,11 @@
url = http://www.cpan.org/modules/by-module/Locale/
regex = Locale-Maketext-Lexicon-(__VER__)\.tar\.gz
}
+ prog perl-locale:Locale-Maketext-Simple = {
+ version = %{V_locale_maketext_simple}
+ url = http://www.cpan.org/modules/by-module/Locale/
+ regex = Locale-Maketext-Simple-(__VER__)\.tar\.gz
+ }
prog perl-locale:Locale-Codes = {
version = %{V_locale_codes}
url = http://www.cpan.org/modules/by-module/Locale/
@@ -166,6 +174,7 @@
%setup -q -T -D -a 9
%setup -q -T -D -a 10
%setup -q -T -D -a 11
+ %setup -q -T -D -a 12
%patch -p0
%build
@@ -202,6 +211,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xgettext.pl
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]