]> git.pld-linux.org Git - packages/amanda.git/blobdiff - amanda.spec
- fix gtar and smbclient detection on ac260/ksh
[packages/amanda.git] / amanda.spec
index 6f24100b5348c8affa5ce35325bd35512eab070a..cd583b66c206a00038895b0480afedcc0d82fe78 100644 (file)
@@ -1,18 +1,19 @@
-# TODO:
-# - add missing files to proper subpackages
 #
 # Conditional build:
-%bcond_with    xfs     # with support for xfsdump
+%bcond_without xfs     # without (possible) support for xfsdump
+%bcond_without samba   # without smbclient support
+%bcond_without client  # without client package
+%bcond_without server  # without server package
 #
 Summary:       A network-capable tape backup solution
-Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
+Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
-Version:       2.5.0p2
-Release:       0.1
+Version:       2.5.1p2
+Release:       0.9
 License:       BSD
 Group:         Networking/Utilities
-Source0:       http://umn.dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
-# Source0-md5: 073828b8b5a5c377a08f8f19b5eccf85
+Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
+# Source0-md5: 6811f8a296650a6c0f64766b6e6abbe1
 Source1:       %{name}-srv.crontab
 Source2:       %{name}.inetd
 Source3:       %{name}idx.inetd
@@ -27,10 +28,14 @@ BuildRequires:      autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: dump
 BuildRequires: flex
+BuildRequires: libxslt-progs
 BuildRequires: libtool
 BuildRequires: readline-devel >= 4.2
 BuildRequires: rpmbuild(macros) >= 1.268
+%{?with_samba:BuildRequires:   samba-client}
 %{?with_xfs:BuildRequires:     xfsdump}
+Conflicts:     shadow < 1:4.0.4.1-4
+Conflicts:     pwdutils < 3.1.2-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _localstatedir  /var/lib
@@ -49,24 +54,25 @@ be installed on both AMANDA clients and AMANDA servers. Note that you
 will have to install the amanda-client and amanda-server packages as
 well.
 
-%description -l pl
+%description -l pl.UTF-8
 AMANDA jest sieciowo zorientowanym systemem tworzenia kopii
-zapasowych. Umo¿liwia administratorowi sieci tworzenie kopii z kilku
-hostów na jednej maszynie wyposa¿onej w pojemny dysk lub streamer.
-Nowsze wersje programu umo¿liwiaj± zabezpieczanie zasobów Microsoft
-Windows 95/98/NT/2000 przy u¿yciu protoko³u Samba. Ten pakiet zawiera
-podstawowe pliki programu i powinien byæ zainstalowany zarówno na
-serwerze jak i na kliencie. Pamiêtaj tak¿e o instalacji pakietów
+zapasowych. Umożliwia administratorowi sieci tworzenie kopii z kilku
+hostów na jednej maszynie wyposażonej w pojemny dysk lub streamer.
+Nowsze wersje programu umożliwiają zabezpieczanie zasobów Microsoft
+Windows 95/98/NT/2000 przy użyciu protokołu Samba. Ten pakiet zawiera
+podstawowe pliki programu i powinien być zainstalowany zarówno na
+serwerze jak i na kliencie. Pamiętaj także o instalacji pakietów
 amanda-client i amanda-server!
 
 %package libs
 Summary:       Amanda shared libraries
-Summary(pl):   Biblioteki wspó³dzielone pakietu amanda
+Summary(pl.UTF-8):     Biblioteki współdzielone pakietu amanda
 Group:         Networking/Utilities
 Requires(postun):      /sbin/ldconfig
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
+Requires(pre): /usr/bin/chsh
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
@@ -76,12 +82,12 @@ Provides:   user(amanda)
 %description libs
 Amanda shared libraries.
 
-%description libs -l pl
-Biblioteki wspó³dzielone pakietu amanda.
+%description libs -l pl.UTF-8
+Biblioteki współdzielone pakietu amanda.
 
 %package client
 Summary:       The client side of Amanda
-Summary(pl):   Klient Amandy
+Summary(pl.UTF-8):     Klient Amandy
 Group:         Networking/Utilities
 Requires(post,postun): /sbin/ldconfig
 Requires:      %{name}-libs = %{version}-%{release}
@@ -94,14 +100,14 @@ be backed up by AMANDA (including the server if it also needs to be
 backed up). You will also need to install the amanda package to each
 AMANDA client. It requires at least one of dump and GNU tar installed.
 
-%description client -l pl
-Ten pakiet powinien byæ zainstalowany ma maszynach, z których
-zawarto¶ci bêd± tworzone kopie zapasowe. Wymaga zainstalowanego co
-najmniej jednego z pakietów dump i GNU tar.
+%description client -l pl.UTF-8
+Ten pakiet powinien być zainstalowany ma maszynach, z których
+zawartości będą tworzone kopie zapasowe. Wymaga zainstalowanego co
+najmniej jednego z pakietów dump i GNU tar.
 
 %package server
 Summary:       The server side of Amanda
-Summary(pl):   Serwer Amandy
+Summary(pl.UTF-8):     Serwer Amandy
 Group:         Networking/Utilities
 Requires(post,postun): /sbin/ldconfig
 Requires:      %{name}-libs = %{version}-%{release}
@@ -120,9 +126,9 @@ backups will be written. You will also need to install the amanda
 package to the AMANDA server. And, if the server is also to be backed
 up, the server also needs to have the amanda-client package installed.
 
-%description server -l pl
-Ten pakiet powinien byæ zainstalowany na maszynach, na których bêd±
-magazynowane kopie zapasowe (lub do których podpiête s± urz±dzenia
+%description server -l pl.UTF-8
+Ten pakiet powinien być zainstalowany na maszynach, na których będą
+magazynowane kopie zapasowe (lub do których podpięte są urządzenia
 typu streamer).
 
 %prep
@@ -147,10 +153,12 @@ mv -f acinc.tmp acinclude.m4
        PRINT=/usr/bin/lpr \
        DUMP=/sbin/dump \
        RESTORE=/sbin/restore \
-       XFSDUMP=/sbin/xfsdump \
-       XFSRESTORE=/sbin/xfsrestore \
+       %{?with_xfs:XFSDUMP=/sbin/xfsdump} \
+       %{?with_xfs:XFSRESTORE=/sbin/xfsrestore} \
        --disable-static \
        --enable-shared \
+       %{!?with_server:--without-server} \
+       %{!?with_client:--without-client} \
        --with-index-server=localhost \
        --with-user=amanda \
        --with-group=amanda \
@@ -158,8 +166,9 @@ mv -f acinc.tmp acinclude.m4
        --with-ftape-rawdevice=/dev/null \
        --with-changer-device=/dev/null \
        --with-fqdn \
-       --with-smbclient=%{_bindir}/smbclient \
+       %{?with_samba:--with-smbclient=%{_bindir}/smbclient} \
        --with-bsd-security \
+       --with-ssh-security \
        --with-buffered-dump \
        --with-amandahosts \
        --with-debugging=%{_localstatedir}/amanda/debug \
@@ -192,15 +201,20 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/amanda/.amandahosts
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerpostun -- amanda-libs < 2.4.2p2-3
-/usr/sbin/chsh -s /bin/sh amanda
-
-%triggerpostun -- amanda-libs < 2.4.2p2-12
-/usr/sbin/usermod -G disk amanda
+%triggerpostun libs -- %{name}-libs < 2.5.1p2-1
+echo "Adding amanda to disk and backup groups"
+/usr/sbin/usermod -G disk,backup amanda
+echo "Setting amanda shell to /bin/sh"
+/usr/bin/chsh -s /bin/sh amanda
+if [ -f %{_localstatedir}/amanda/.amandahosts ]; then
+       echo "Fixing permissions of %{_localstatedir}/amanda/.amandahosts file"
+       chown amanda:amanda %{_localstatedir}/amanda/.amandahosts
+       chmod 600 %{_localstatedir}/amanda/.amandahosts
+fi
 
 %pre libs
 %groupadd -P %{name}-libs -g 80 amanda
-%useradd -P %{name}-libs -u 80 -G disk -d /var/lib/amanda -s /bin/sh -c "Amanda Backup user" -g amanda amanda
+%useradd -P %{name}-libs -u 80 -G disk,backup -d /var/lib/amanda -s /bin/sh -c "Amanda Backup user" -g amanda amanda
 
 %post  libs -p /sbin/ldconfig
 
@@ -237,11 +251,11 @@ fi
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libamanda*.so
-%attr(755,root,root) %{_libdir}/libamtape*.so
 %dir %{_libexecdir}
 %attr(770,root,amanda) %dir %{_localstatedir}/amanda
-%attr(640,root,amanda) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/amanda/.amandahosts
+%attr(600,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/amanda/.amandahosts
 
+%if %{with server}
 %files server
 %defattr(644,root,root,755)
 %doc docs/*
@@ -256,18 +270,18 @@ fi
 %config(noreplace) %attr(640,root,root) /etc/cron.d/amanda-srv
 
 %attr(755,root,root) %{_libdir}/libamserver*.so
-%attr(755,root,root) %{_libexecdir}/amindexd
-%attr(755,root,root) %{_libexecdir}/amtrmidx
-%attr(755,root,root) %{_libexecdir}/driver
-%attr(4754,root,amanda) %{_libexecdir}/dumper
-%attr(4754,root,amanda) %{_libexecdir}/planner
+%attr(755,root,root) %{_libdir}/libamtape*.so
+%attr(755,root,root) %{_libdir}/librestore*.so
+
 %attr(755,root,root) %{_libexecdir}/amcat.awk
 %attr(755,root,root) %{_libexecdir}/amcleanupdisk
 %attr(755,root,root) %{_libexecdir}/amidxtaped
+%attr(755,root,root) %{_libexecdir}/amindexd
 %attr(755,root,root) %{_libexecdir}/amlogroll
 %attr(755,root,root) %{_libexecdir}/amplot.awk
 %attr(755,root,root) %{_libexecdir}/amplot.g
 %attr(755,root,root) %{_libexecdir}/amplot.gp
+%attr(755,root,root) %{_libexecdir}/amtrmidx
 %attr(755,root,root) %{_libexecdir}/amtrmlog
 %attr(755,root,root) %{_libexecdir}/chg-chio
 %attr(755,root,root) %{_libexecdir}/chg-chs
@@ -283,18 +297,29 @@ fi
 %attr(755,root,root) %{_libexecdir}/chg-rth
 %attr(755,root,root) %{_libexecdir}/chg-scsi
 %attr(755,root,root) %{_libexecdir}/chg-zd-mtx
+%attr(755,root,root) %{_libexecdir}/chunker
+%attr(755,root,root) %{_libexecdir}/driver
+%attr(4754,root,amanda) %{_libexecdir}/dumper
+%attr(4754,root,amanda) %{_libexecdir}/planner
 %attr(755,root,root) %{_libexecdir}/taper
+
 %attr(755,root,root) %{_sbindir}/amadmin
+%attr(755,root,root) %{_sbindir}/amaespipe
 %attr(4754,root,amanda) %{_sbindir}/amcheck
 %attr(755,root,root) %{_sbindir}/amcheckdb
 %attr(755,root,root) %{_sbindir}/amcleanup
+%attr(755,root,root) %{_sbindir}/amcrypt*
+%attr(755,root,root) %{_sbindir}/amdd
 %attr(755,root,root) %{_sbindir}/amdump
+%attr(755,root,root) %{_sbindir}/amfetchdump
 %attr(755,root,root) %{_sbindir}/amflush
 %attr(755,root,root) %{_sbindir}/amgetconf
 %attr(755,root,root) %{_sbindir}/amlabel
+%attr(755,root,root) %{_sbindir}/ammt
 %attr(755,root,root) %{_sbindir}/amoverview
 %attr(755,root,root) %{_sbindir}/amplot
 %attr(755,root,root) %{_sbindir}/amreport
+%attr(755,root,root) %{_sbindir}/amrestore
 %attr(755,root,root) %{_sbindir}/amrmtape
 %attr(755,root,root) %{_sbindir}/amstatus
 %attr(755,root,root) %{_sbindir}/amtape
@@ -302,18 +327,25 @@ fi
 %attr(755,root,root) %{_sbindir}/amtoc
 %attr(755,root,root) %{_sbindir}/amverify
 %attr(755,root,root) %{_sbindir}/amverifyrun
+%{_mandir}/man5/amanda.conf.5*
 %{_mandir}/man8/amadmin.8*
+%{_mandir}/man8/amaespipe.8*
 %{_mandir}/man8/amanda.8*
 %{_mandir}/man8/amcheck.8*
 %{_mandir}/man8/amcheckdb.8*
 %{_mandir}/man8/amcleanup.8*
+%{_mandir}/man8/amcrypt*.8*
+%{_mandir}/man8/amdd.8*
 %{_mandir}/man8/amdump.8*
+%{_mandir}/man8/amfetchdump.8*
 %{_mandir}/man8/amflush.8*
 %{_mandir}/man8/amgetconf.8*
 %{_mandir}/man8/amlabel.8*
+%{_mandir}/man8/ammt.8*
 %{_mandir}/man8/amoverview.8*
 %{_mandir}/man8/amplot.8*
 %{_mandir}/man8/amreport.8*
+%{_mandir}/man8/amrestore.8*
 %{_mandir}/man8/amrmtape.8*
 %{_mandir}/man8/amstatus.8*
 %{_mandir}/man8/amtape.8*
@@ -321,29 +353,28 @@ fi
 %{_mandir}/man8/amtoc.8*
 %{_mandir}/man8/amverify.8*
 %{_mandir}/man8/amverifyrun.8*
+%endif
 
+%if %{with client}
 %files client
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/amanda
 %attr(664,root,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/amandates
 %attr(755,root,root) %{_libdir}/libamclient*.so
-%attr(755,root,root) %{_libexecdir}/versionsuffix
 %attr(755,root,root) %{_libexecdir}/amandad
-#%attr(4754,root,amanda) %{_libexecdir}/amqde
+%attr(755,root,root) %{_libexecdir}/noop
+%attr(755,root,root) %{_libexecdir}/patch-system
+%attr(755,root,root) %{_libexecdir}/sendbackup
+%attr(755,root,root) %{_libexecdir}/sendsize
+%attr(755,root,root) %{_libexecdir}/versionsuffix
 %attr(4754,root,amanda) %{_libexecdir}/calcsize
 %attr(4754,root,amanda) %{_libexecdir}/killpgrp
-%attr(755,root,root) %{_libexecdir}/patch-system
 %attr(4754,root,amanda) %{_libexecdir}/rundump
 %attr(4754,root,amanda) %{_libexecdir}/runtar
 %attr(4754,root,amanda) %{_libexecdir}/selfcheck
-%attr(755,root,root) %{_libexecdir}/sendbackup
-%attr(755,root,root) %{_libexecdir}/sendsize
-%attr(755,root,root) %{_sbindir}/amdd
-%attr(755,root,root) %{_sbindir}/ammt
+%attr(755,root,root) %{_sbindir}/amoldrecover
 %attr(755,root,root) %{_sbindir}/amrecover
-%attr(755,root,root) %{_sbindir}/amrestore
 %attr(770,root,amanda) %dir %{_localstatedir}/amanda/gnutar-lists
-%{_mandir}/man8/amdd.8*
-%{_mandir}/man8/ammt.8*
+%{_mandir}/man5/amanda-client.conf.5*
 %{_mandir}/man8/amrecover.8*
-%{_mandir}/man8/amrestore.8*
+%endif
This page took 0.043563 seconds and 4 git commands to generate.