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: 12-Nov-2005 19:42:55
Branch: HEAD Handle: 2005111218425500
Modified files:
openpkg-src/perl-text perl-text.spec
Log:
ops, Locale::Maketext already exists in perl-locale
Summary:
Revision Changes Path
1.56 +8 -18 openpkg-src/perl-text/perl-text.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-text/perl-text.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 perl-text.spec
--- openpkg-src/perl-text/perl-text.spec 3 Jun 2005 07:05:21 -0000
1.55
+++ openpkg-src/perl-text/perl-text.spec 12 Nov 2005 18:42:55 -0000
1.56
@@ -31,7 +31,6 @@
%define V_text_quoted 1.8
%define V_text_shellwords 1.07
%define V_text_vimcolor 0.09
-%define V_locale_maketext 1.09
%define V_string_approx 3.25
%define V_string_format 1.13
%define V_string_shellquote 1.03
@@ -49,7 +48,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050603
+Release: 20051112
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
@@ -59,20 +58,19 @@
Source4:
http://www.cpan.org/modules/by-module/Text/Text-Quoted-%{V_text_quoted}.tar.gz
Source5:
http://www.cpan.org/modules/by-module/Text/Text-Shellwords-%{V_text_shellwords}.tar.gz
Source6:
http://www.cpan.org/modules/by-module/Text/Text-VimColor-%{V_text_vimcolor}.tar.gz
-Source7:
http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-%{V_locale_maketext}.tar.gz
-Source8:
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
-Source9:
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
-Source10:
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
-Source11:
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
-Source12:
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
+Source7:
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
+Source8:
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
+Source10:
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
+Source11:
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20040126
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
-BuildPreReq: perl-util
-PreReq: perl-util
+BuildPreReq: perl-util, perl-locale
+PreReq: perl-util, perl-locale
AutoReq: no
AutoReqProv: no
@@ -85,7 +83,6 @@
- Text::Quoted (%{V_text_quoted})
- Text::Shellwords (%{V_text_shellwords})
- Text::VimColor (%{V_text_vimcolor})
- - Locale::Maketext (%{V_locale_maketext})
- String::Approx (%{V_string_approx})
- String::Format (%{V_string_format})
- String::ShellQuote (%{V_string_shellquote})
@@ -128,11 +125,6 @@
url = http://www.cpan.org/modules/by-module/Text/
regex = Text-VimColor-(__VER__)\.tar\.gz
}
- prog perl-text:Locale-Maketext = {
- version = %{V_locale_maketext}
- url = http://www.cpan.org/modules/by-module/Locale/
- regex = Locale-Maketext-(__VER__)\.tar\.gz
- }
prog perl-text:String-Approx = {
version = %{V_string_approx}
url = http://www.cpan.org/modules/by-module/String/
@@ -172,7 +164,6 @@
%setup -q -T -D -a 9
%setup -q -T -D -a 10
%setup -q -T -D -a 11
- %setup -q -T -D -a 12
%build
@@ -191,7 +182,6 @@
%{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
%{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]