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: 30-Apr-2005 12:12:29 Branch: HEAD Handle: 2005043011122800 Modified files: openpkg-src/perl-locale perl-locale.spec Log: one more dependency for other module(s) Summary: Revision Changes Path 1.33 +11 -1 openpkg-src/perl-locale/perl-locale.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-locale/perl-locale.spec ============================================================================ $ cvs diff -u -r1.32 -r1.33 perl-locale.spec --- openpkg-src/perl-locale/perl-locale.spec 15 Apr 2005 06:24:21 -0000 1.32 +++ openpkg-src/perl-locale/perl-locale.spec 30 Apr 2005 10:12:28 -0000 1.33 @@ -37,6 +37,7 @@ %define V_locale_maketext_simple 0.12 %define V_locale_codes 2.07 %define V_locale_subcountry 1.34 +%define V_locale_keyedtext 1.03 # package information Name: perl-locale @@ -49,7 +50,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20050415 +Release: 20050430 # list of sources Source0: http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz @@ -65,6 +66,7 @@ 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 +Source13: http://www.cpan.org/modules/by-module/Locale/Locale-KeyedText-%{V_locale_keyedtext}.tar.gz Patch0: perl-locale.patch # build information @@ -92,6 +94,7 @@ - Locale::Maketext::Simple (%{V_locale_maketext_simple}) - Locale::Codes (%{V_locale_codes}) - Locale::SubCountry (%{V_locale_subcountry}) + - Locale::KeyedText (%{V_locale_keyedtext}) %track prog perl-locale:I18N-LangTags = { @@ -159,6 +162,11 @@ url = http://www.cpan.org/modules/by-module/Locale/ regex = Locale-SubCountry-(__VER__)\.tar\.gz } + prog perl-locale:Locale-KeyedText = { + version = %{V_locale_keyedtext} + url = http://www.cpan.org/modules/by-module/Locale/ + regex = Locale-KeyedText-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -174,6 +182,7 @@ %setup -q -T -D -a 10 %setup -q -T -D -a 11 %setup -q -T -D -a 12 + %setup -q -T -D -a 13 %patch -p0 %build @@ -211,6 +220,7 @@ %{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 + %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} 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 openpkg-cvs@openpkg.org