Author: radek                        Date: Sat Feb 19 15:27:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 2: added -kill_libiconv.patch and LANG=en_US hack for tests
  (workaround for a weird gettext behaviour: if LANG is "C" or "POSIX",
  LANGUAGES is ignored)

---- Files affected:
SPECS:
   perl-libintl.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/perl-libintl.spec
diff -u SPECS/perl-libintl.spec:1.4 SPECS/perl-libintl.spec:1.5
--- SPECS/perl-libintl.spec:1.4 Sat Jan 15 16:27:31 2005
+++ SPECS/perl-libintl.spec     Sat Feb 19 16:27:09 2005
@@ -9,11 +9,12 @@
 Summary(pl):   Biblioteka umiędzynaradawiająca Perla
 Name:          perl-libintl
 Version:       1.11
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-authors/id/G/GU/GUIDO/%{pnam}-%{version}.tar.gz
 # Source0-md5: 091e05542e36f030c785f2919f05b73f
+Patch0:                %{name}-kill_libiconv.patch
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q -n %{pnam}-%{version}
+%patch0 -p0
 
 %build
 %{__perl} Makefile.PL \
@@ -37,7 +39,8 @@
        OPTIMIZE="%{rpmcflags}"
 %{__make}
 
-%{?with_tests:%{__make} test}
+# LANG=... -- workaround for broken (?) gettext
+%{?with_tests:LANG=en_US %{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +68,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/02/19 15:27:09  radek
+- release 2: added -kill_libiconv.patch and LANG=en_US hack for tests
+  (workaround for a weird gettext behaviour: if LANG is "C" or "POSIX",
+  LANGUAGES is ignored)
+
 Revision 1.4  2005/01/15 15:27:31  qboosh
 - copy-pasto
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-libintl.spec?r1=1.4&r2=1.5&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to