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: 14-Jan-2007 21:40:15
Branch: HEAD Handle: 2007011420401500
Modified files:
openpkg-src/radius radius.spec
Log:
fix installation layout and mark config files as such
Summary:
Revision Changes Path
1.54 +5 -1 openpkg-src/radius/radius.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/radius/radius.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 radius.spec
--- openpkg-src/radius/radius.spec 14 Jan 2007 20:36:52 -0000 1.53
+++ openpkg-src/radius/radius.spec 14 Jan 2007 20:40:15 -0000 1.54
@@ -101,6 +101,8 @@
%endif
./configure \
--prefix=%{l_prefix} \
+ --infodir=%{l_prefix}/info \
+ --mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/radius \
--localstatedir=%{l_prefix}/var/radius \
--enable-add-includes="%{l_cppflags}" \
@@ -160,7 +162,9 @@
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/radius/raddb/*'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]