OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 23-Jun-2003 22:47:38
Branch: HEAD Handle: 2003062321473601
Modified files:
openpkg-src/arpd arpd.spec
openpkg-web news.txt
Log:
make fsl optional with default yes, as promised for the next release
Summary:
Revision Changes Path
1.6 +10 -5 openpkg-src/arpd/arpd.spec
1.4956 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/arpd/arpd.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 arpd.spec
--- openpkg-src/arpd/arpd.spec 13 Jun 2003 11:07:01 -0000 1.5
+++ openpkg-src/arpd/arpd.spec 23 Jun 2003 20:47:37 -0000 1.6
@@ -37,10 +37,10 @@
Group: Network
License: GNU
Version: 0.2
-Release: 20030613
+Release: 20030623
# package options
-%option with_fsl yes
+%option with_fsl yes
# list of sources
Source0: http://www.citi.umich.edu/u/provos/honeyd/arpd-%{version}.tar.gz
@@ -96,7 +96,6 @@
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
- $RPM_BUILD_ROOT%{l_prefix}/etc/fsl \
$RPM_BUILD_ROOT%{l_prefix}/sbin \
$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
$RPM_BUILD_ROOT%{l_prefix}/var/arpd
@@ -108,12 +107,18 @@
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
%{SOURCE rc.arpd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
+
+ # OSSP fake syslog library
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
- %{SOURCE fsl.arpd} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
+ %{SOURCE fsl.%{name}} \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
+
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%not %dir %{l_prefix}/etc/fsl'
+ '%not %dir %{l_prefix}/etc/fsl' \
+ '%config %{l_prefix}/etc/fsl/fsl.%{name}'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4955 -r1.4956 news.txt
--- openpkg-web/news.txt 23 Jun 2003 15:25:26 -0000 1.4955
+++ openpkg-web/news.txt 23 Jun 2003 20:47:36 -0000 1.4956
@@ -1,3 +1,4 @@
+23-Jun-2003: Upgraded package: P<arpd-0.2-20030623>
23-Jun-2003: Upgraded package: P<libiconv-1.9.1-20030623>
23-Jun-2003: Upgraded package: P<perl-dbi-20030623-20030623>
23-Jun-2003: Upgraded package: P<monit-3.2-20030623>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]