OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Apr-2005 15:54:58
Branch: HEAD Handle: 2005040514545800
Modified files:
openpkg-src/lftp lftp.spec
Log:
mark config files in RPM database
Summary:
Revision Changes Path
1.76 +3 -2 openpkg-src/lftp/lftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.75 -r1.76 lftp.spec
--- openpkg-src/lftp/lftp.spec 4 Apr 2005 17:07:37 -0000 1.75
+++ openpkg-src/lftp/lftp.spec 5 Apr 2005 13:54:58 -0000 1.76
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 3.1.2
-Release: 20050404
+Release: 20050405
# list of sources
Source0:
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
@@ -79,7 +79,8 @@
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
+ '%config %{l_prefix}/etc/lftp/*'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]