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: 24-Oct-2006 08:41:57
Branch: HEAD Handle: 2006102407415700
Modified files:
openpkg-src/bacula bacula.spec
Log:
cleanup and fix packaging
Summary:
Revision Changes Path
1.31 +3 -6 openpkg-src/bacula/bacula.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bacula/bacula.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 bacula.spec
--- openpkg-src/bacula/bacula.spec 15 Oct 2006 07:31:46 -0000 1.30
+++ openpkg-src/bacula/bacula.spec 24 Oct 2006 06:41:57 -0000 1.31
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_bacula}
-Release: 20061015
+Release: 20061024
# package options
%option with_server yes
@@ -66,7 +66,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20060823, gcc
+BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, gzip
PreReq: OpenPKG, openpkg >= 20060823
BuildPreReq: readline, zlib
PreReq: readline, zlib
@@ -223,10 +223,8 @@
$RPM_BUILD_ROOT%{l_prefix}/var/bacula/run/subsys \
$RPM_BUILD_ROOT%{l_prefix}/man/man1 \
$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
- $RPM_BUILD_ROOT%{l_prefix}/share/bacula/docs \
$RPM_BUILD_ROOT%{l_prefix}/share/bacula/examples \
- $RPM_BUILD_ROOT%{l_prefix}/share/bacula/examples/default-config \
- $RPM_BUILD_ROOT%{l_docdir}/bacula
+ $RPM_BUILD_ROOT%{l_prefix}/share/bacula/examples/default-config
# install
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
@@ -285,7 +283,6 @@
'%attr(640,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/bacula/bconsole.conf'
%files -f files
- %docdir %{l_docdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]