OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Sep-2005 10:37:23
Branch: HEAD Handle: 2005090309372300
Modified files:
openpkg-src/libiconv libiconv.spec
Log:
_One_ package has to supply 'charset.alias'. It is needed to translate the
results from nl_langinfo(CODESET). Without this, there are warnings like
"GLib: Cannot convert message: Conversion from character set 'UTF-8' to
'646' is not supported" (Solaris returns "646" for ASCII).
Summary:
Revision Changes Path
1.40 +1 -2 openpkg-src/libiconv/libiconv.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libiconv/libiconv.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 libiconv.spec
--- openpkg-src/libiconv/libiconv.spec 27 Jul 2005 07:31:44 -0000
1.39
+++ openpkg-src/libiconv/libiconv.spec 3 Sep 2005 08:37:23 -0000
1.40
@@ -33,7 +33,7 @@
Group: Converter
License: LGPL
Version: 1.10
-Release: 20050727
+Release: 20050903
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-%{version}.tar.gz
@@ -80,7 +80,6 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
- rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]