OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Nov-2004 18:03:54
Branch: HEAD Handle: 2004110417035000
Modified files:
openpkg-src/unixodbc unixodbc.spec
Log:
flag config files
Summary:
Revision Changes Path
1.47 +3 -2 openpkg-src/unixodbc/unixodbc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/unixodbc/unixodbc.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 unixodbc.spec
--- openpkg-src/unixodbc/unixodbc.spec 30 Sep 2004 17:32:24 -0000 1.46
+++ openpkg-src/unixodbc/unixodbc.spec 4 Nov 2004 17:03:50 -0000 1.47
@@ -34,7 +34,7 @@
Group: Database
License: GPL
Version: 2.2.10
-Release: 20040930
+Release: 20041104
# list of sources
Source0: http://www.unixodbc.org/unixODBC-%{version}.tar.gz
@@ -92,7 +92,8 @@
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
# determine installation files
- %{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/unixodbc/*.ini'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]