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:51:27
Branch: HEAD Handle: 2006100410512700
Modified files:
openpkg-src/lftp lftp.spec
Log:
once again fix directory layout
Summary:
Revision Changes Path
1.102 +2 -3 openpkg-src/lftp/lftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 lftp.spec
--- openpkg-src/lftp/lftp.spec 27 Aug 2006 16:06:21 -0000 1.101
+++ openpkg-src/lftp/lftp.spec 4 Oct 2006 09:51:27 -0000 1.102
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 3.5.4
-Release: 20060827
+Release: 20061004
# list of sources
Source0:
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
@@ -74,7 +74,6 @@
./configure \
--srcdir=$srcdir \
--prefix=%{l_prefix} \
- --datarootdir=%{l_prefix} \
--mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/lftp \
--without-included-readline \
@@ -88,7 +87,7 @@
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/liblftp*
- rm -rf $RPM_BUILD_ROOT%{l_prefix}/locale
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
'%config %{l_prefix}/etc/lftp/*'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]