SPECS: bacula.spec - up to 1.38.11 - bconds build fixes - do we ne...
zawadaa
zawadaa at pld-linux.org
Mon Aug 14 15:08:15 CEST 2006
Author: zawadaa Date: Mon Aug 14 13:08:15 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.38.11
- bconds build fixes
- do we need patch2?
---- Files affected:
SPECS:
bacula.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/bacula.spec
diff -u SPECS/bacula.spec:1.46 SPECS/bacula.spec:1.47
--- SPECS/bacula.spec:1.46 Wed Jul 26 17:02:19 2006
+++ SPECS/bacula.spec Mon Aug 14 15:08:10 2006
@@ -13,21 +13,21 @@
Summary: Bacula - The Network Backup Solution
Summary(pl): Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
Name: bacula
-Version: 1.38.9
-Release: 0.2
+Version: 1.38.11
+Release: 0.1
Epoch: 0
License: extended GPL v2
Group: Networking/Utilities
Source0: http://dl.sourceforge.net/bacula/%{name}-%{version}.tar.gz
-# Source0-md5: 9378c7d9996d8e9d3506adb2570a33ac
+# Source0-md5: 0d6d6614afdc468d214de4e66f9f5a26
Source1: %{name}-manpages.tar.bz2
# Source1-md5: e4dae86d6574b360e831efd3913e7f4c
-Source2: http://dl.sourceforge.net/bacula/%{name}-docs-%{version}.tar.gz
-# Source2-md5: f56a5dae13f99557486be70c44cc1aae
+Source2: http://dl.sourceforge.net/bacula/%{name}-docs-%{version}-1.tar.gz
+# Source2-md5: ea827e52b24787edcb04bfd073434501
#Source3: http://dl.sourceforge.net/bacula/%{name}-gui-%{version}.tar.gz
## Source3-md5: 5fb575ceed9dee0cdf8bc7f81ef60f54
-Source4: http://dl.sourceforge.net/bacula/%{name}-rescue-1.8.3.tar.gz
-# Source4-md5: 61e97e011e8d939bb15e47b6c8f0797d
+Source4: http://dl.sourceforge.net/bacula/%{name}-rescue-1.8.6.tar.gz
+# Source4-md5: 15485f3c9c51dcdb1b2abd8c5ec194c5
Source10: %{name}-dir.init
Source11: %{name}-fd.init
Source12: %{name}-sd.init
@@ -368,7 +368,7 @@
%setup -q -a 1 -a 2
%patch0 -p1
%patch1 -p1
-%patch2 -p0
+#%patch2 -p0
#tar -xf %{SOURCE3}
tar -xf %{SOURCE4} && ln -s bacula-rescue-* rescue
sed -i -e 's#wx-config#wx-gtk2-ansi-config#g' configure*
@@ -431,9 +431,6 @@
strip -R.comment -R.note src/filed/static-bacula-fd
install src/filed/static-bacula-fd $RPM_BUILD_ROOT%{_sysconfdir}/rescue/bacula-fd
-# tray-monitor is for regular users
-mv $RPM_BUILD_ROOT%{_sbindir}/bacula-tray-monitor $RPM_BUILD_ROOT%{_bindir}
-
install %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-dir
install %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-fd
install %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-sd
@@ -442,6 +439,10 @@
install %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/bacula-fd
install %{SOURCE16} $RPM_BUILD_ROOT/etc/sysconfig/bacula-sd
+%if %{with console_wx}
+# tray-monitor is for regular users
+mv $RPM_BUILD_ROOT%{_sbindir}/bacula-tray-monitor $RPM_BUILD_ROOT%{_bindir}
+
install scripts/bacula.png $RPM_BUILD_ROOT%{_pixmapsdir}/bacula.png
install src/tray-monitor/generic.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/bacula-tray-monitor.xpm
install scripts/bacula.desktop.gnome2 $RPM_BUILD_ROOT%{_desktopdir}/bacula.desktop
@@ -449,6 +450,7 @@
scripts/bacula.desktop.gnome2 > $RPM_BUILD_ROOT%{_desktopdir}/bacula-wx.desktop
sed -e 's#%{_sbindir}#%{_bindir}#' \
scripts/bacula-tray-monitor.desktop > $RPM_BUILD_ROOT%{_desktopdir}/bacula-tray-monitor.desktop
+%endif
%if %{with rescue}
# install the rescue stuff, these are the rescue scripts
@@ -674,13 +676,15 @@
%files dir
%defattr(644,root,root,755)
%doc ChangeLog CheckList ReleaseNotes kernstodo LICENSE
-%doc examples %{name}-docs-%{version}/manual/{*.pdf,bacula}
+%doc examples %{name}-docs-%{version}-1/manual/{*.pdf,bacula}
%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bacula-dir.conf
%ghost %{_sysconfdir}/.pw.sed
%attr(640,root,root) %config(noreplace) /etc/logrotate.d/bacula-dir
%attr(754,root,root) /etc/rc.d/init.d/bacula-dir
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bacula-dir
%attr(755,root,root) %{_sbindir}/bacula-dir
+%attr(755,root,root) %{_sbindir}/bregex
+%attr(755,root,root) %{_sbindir}/bwild
%attr(755,root,root) %{_sbindir}/dbcheck
%{_mandir}/man8/bacula-dir.8*
%{_mandir}/man1/dbcheck.1*
@@ -761,6 +765,7 @@
#%{_mandir}/man1/gnome-console.1*
%endif
+%if %{with console_wx}
%files tray-monitor
%defattr(644,root,root,755)
%doc LICENSE
@@ -769,6 +774,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tray-monitor.conf
%attr(755,root,root) %{_bindir}/bacula-tray-monitor
#%{_mandir}/man1/bacula-tray-monitor.1*
+%endif
%if %{with rescue}
%files rescue
@@ -793,6 +799,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2006/08/14 13:08:10 zawadaa
+- up to 1.38.11
+- bconds build fixes
+- do we need patch2?
+
Revision 1.46 2006/07/26 15:02:19 glen
- avoid defining default %attr
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bacula.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list