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: 04-Oct-2006 11:52:13
Branch: HEAD Handle: 2006100410521300
Modified files:
openpkg-src/gettext gettext.spec
Log:
fix directory layout
Summary:
Revision Changes Path
1.60 +4 -2 openpkg-src/gettext/gettext.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gettext/gettext.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 gettext.spec
--- openpkg-src/gettext/gettext.spec 3 Oct 2006 18:21:09 -0000 1.59
+++ openpkg-src/gettext/gettext.spec 4 Oct 2006 09:52:13 -0000 1.60
@@ -33,7 +33,7 @@
Group: Charset
License: GPL
Version: 0.15
-Release: 20061003
+Release: 20061004
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -94,6 +94,9 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+ --datarootdir=%{l_prefix}/share \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
--with-libiconv-prefix=%{l_prefix} \
--with-included-gettext \
--disable-csharp \
@@ -105,7 +108,6 @@
%{l_make} %{l_mflags} install \
AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" \
DESTDIR=$RPM_BUILD_ROOT
- mv $RPM_BUILD_ROOT%{l_prefix}/share/man $RPM_BUILD_ROOT%{l_prefix}/man
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gettext/projects
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]