]> git.pld-linux.org Git - packages/amanda.git/blob - amanda.spec
- server requires mt-st and mtx
[packages/amanda.git] / amanda.spec
1 Summary:        A network-capable tape backup solution
2 Summary(pl):    Sieciowo zorientowany system tworzenia kopii zapasowych
3 Name:           amanda
4 Version:        2.4.2p2
5 Release:        10
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://prdownloads.sourceforge.net/amanda/%{name}-%{version}.tar.gz
9 Source1:        %{name}-srv.crontab
10 Source2:        %{name}.inetd
11 Source3:        %{name}idx.inetd
12 Source4:        amidxtape.inetd
13 Source5:        %{name}.conf
14 Patch0:         %{name}-no_libnsl.patch
15 Patch1:         %{name}-am_fixes.patch
16 Patch2:         %{name}-bug18322.patch
17 Patch3:         %{name}-build_tapetype.patch
18 Patch4:         %{name}-no_private_libtool.m4.patch
19 Patch5:         %{name}-ac25x.patch
20 URL:            http://www.amanda.org/
21 BuildRequires:  autoconf
22 BuildRequires:  automake
23 BuildRequires:  cpio
24 BuildRequires:  dump
25 BuildRequires:  flex
26 BuildRequires:  gnuplot
27 BuildRequires:  libtool
28 BuildRequires:  readline-devel >= 4.2
29 BuildRequires:  tar
30 Prereq:         /sbin/ldconfig
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _sysconfdir     /etc
34 %define         _localstatedir  /var/lib
35 %define         _libexecdir     %{_libdir}/amanda
36
37 %description
38 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
39 backup system that allows the administrator of a LAN to set up a
40 single master backup server to back up multiple hosts to a single
41 large capacity tape drive. AMANDA uses native dump and/or GNU tar
42 facilities and can back up a large number of workstations running
43 multiple versions of Unix. Newer versions of AMANDA (including this
44 version) can use SAMBA to back up Microsoft(TM) Windows95/NT hosts.
45 The amanda package contains the core AMANDA programs and will need to
46 be installed on both AMANDA clients and AMANDA servers. Note that you
47 will have to install the amanda-client and amanda-server packages as
48 well.
49
50 %description -l pl
51 AMANDA jest sieciowo zorientowanym systemem tworzenia kopii
52 zapasowych. Umo¿liwia administratorowi sieci tworzenie kopii z kilku
53 hostów na jednej maszynie wyposa¿onej w pojemny dysk lub streamer.
54 Nowsze wersje programu umo¿liwiaj± zabezpieczanie zasobów Microsoft
55 Windows 95/98/NT/2000 przy u¿yciu protoko³u Samba. Ten pakiet zawiera
56 podstawowe pliki programu i powinien byæ zainstalowany zarówno na
57 serwerze jak i na kliencie. Pamiêtaj tak¿e o instalacji pakietów
58 amanda-client i amanda-server!
59
60 %package libs
61 Summary:        Amanda shared libraries
62 Summary(pl):    Biblioteki wspó³dzielone pakietu amanda
63 Group:          Networking/Utilities
64 Prereq:         /usr/bin/getgid
65 Prereq:         /bin/id
66 Prereq:         /usr/sbin/groupadd
67 Prereq:         /usr/sbin/useradd
68 Prereq:         /usr/sbin/groupdel
69 Prereq:         /usr/sbin/userdel
70
71 %description libs
72 Amanda shared libraries.
73
74 %description libs -l pl
75 Biblioteki wspó³dzielone pakietu amanda.
76
77 %package client
78 Summary:        The client side of Amanda
79 Summary(pl):    Klient Amandy
80 Group:          Networking/Utilities
81 Prereq:         /sbin/ldconfig
82 Prereq:         rc-inetd
83 Prereq:         %{name}-libs = %{version}
84
85 %description client
86 The Amanda-client package should be installed on any machine that will
87 be backed up by AMANDA (including the server if it also needs to be
88 backed up). You will also need to install the amanda package to each
89 AMANDA client. It requires at least one of dump and GNU tar installed.
90
91 %description client -l pl
92 Ten pakiet powinien byæ zainstalowany ma maszynach, z których
93 zawarto¶ci bêd± tworzone kopie zapasowe. Wymaga zainstalowanego co
94 najmniej jednego z pakietów dump i GNU tar.
95
96 %package server
97 Summary:        The server side of Amanda
98 Summary(pl):    Serwer Amandy
99 Group:          Networking/Utilities
100 Prereq:         rc-inetd
101 Prereq:         /sbin/ldconfig
102 Requires:       gnuplot
103 Requires:       crondaemon
104 Requires:       /etc/cron.d
105 Requires:       mt-st
106 Requires:       mtx
107 Prereq:         rc-inetd
108 Prereq:         %{name}-libs = %{version}
109
110 %description server
111 The amanda-server package should be installed on the AMANDA server,
112 the machine attached to the device (such as a tape drive) where
113 backups will be written. You will also need to install the amanda
114 package to the AMANDA server. And, if the server is also to be backed
115 up, the server also needs to have the amanda-client package installed.
116
117 %description server -l pl
118 Ten pakiet powinien byæ zainstalowanych na maszynach, na których bêd±
119 magazynowane kopie zapasowe (lub do których podpiête s± urz±dzenia
120 typu streamer).
121
122 %prep
123 %setup -q
124 %patch0 -p1
125 %patch1 -p1
126 %patch2 -p1
127 %patch3 -p1
128 %patch4 -p1
129 %patch5 -p1
130
131 %build
132 libtoolize --copy --force
133 aclocal
134 autoconf
135 touch COPYING
136 rm -f missing
137 automake -a -c
138 %configure \
139         --disable-static \
140         --enable-shared \
141         --with-index-server=localhost \
142         --with-user=amanda \
143         --with-group=amanda \
144         --with-tape-device=/dev/null \
145         --with-ftape-rawdevice=/dev/null \
146         --with-changer-device=/dev/null \
147         --with-fqdn \
148         --with-smbclient=%{_bindir}/smbclient \
149         --with-bsd-security \
150         --with-buffered-dump \
151         --with-amandahosts \
152         --with-debugging=%{_localstatedir}/amanda/debug \
153         --with-gnutar-listdir=%{_localstatedir}/amanda/gnutar-lists \
154         --with-tmpdir=/var/tmp
155
156 %{__make}
157
158 %install
159 rm -rf $RPM_BUILD_ROOT
160 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{amanda,cron.d,sysconfig/rc-inetd} \
161         $RPM_BUILD_ROOT%{_localstatedir}/amanda
162
163 %{__make} install \
164         DESTDIR=$RPM_BUILD_ROOT \
165         SETUID_GROUP=`id -g`
166
167 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/amanda-srv
168 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amanda
169 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amandaidx
170 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amidxtape
171
172 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/amanda
173 install example/*.ps $RPM_BUILD_ROOT%{_localstatedir}/amanda
174
175 > $RPM_BUILD_ROOT%{_sysconfdir}/amandates
176
177 gzip -9nf docs/*
178
179 %clean
180 rm -rf $RPM_BUILD_ROOT
181
182 %triggerpostun -- amanda-libs < 2.4.2p2-3
183 /usr/sbin/chsh -s /bin/sh amanda
184
185 %pre libs
186 if [ -n "`/usr/bin/getgid amanda`" ]; then
187         if [ "`getgid amanda`" != "80" ]; then
188                 echo "Warning: group amanda haven't gid=80. Correct this before installing amanda-libs" 1>&2
189                 exit 1
190         fi
191 else
192         /usr/sbin/groupadd -g 80 -r -f amanda
193 fi
194 if [ -n "`/bin/id -u amanda 2>/dev/null`" ]; then
195         if [ "`/bin/id -u amanda`" != "80" ]; then
196                 echo "Warning: user amanda haven't uid=80. Correct this before installing amanda-libs" 1>&2
197                 exit 1
198         fi
199 else
200         /usr/sbin/useradd -u 80 -r -d /var/lib/amanda -s /bin/sh -c "Amanda Backup user" -g amanda amanda 1>&2
201 fi
202
203 %post libs -p /sbin/ldconfig
204
205 %postun libs
206 /sbin/ldconfig
207 if [ "$1" = "0" ]; then
208         /usr/sbin/groupdel amanda
209         /usr/sbin/userdel amanda
210 fi
211
212 %post client
213 /sbin/ldconfig
214 if [ -f /var/lock/subsys/rc-inetd ]; then
215         /etc/rc.d/init.d/rc-inetd restart 1>&2
216 else
217         echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
218 fi
219
220 %postun client
221 /sbin/ldconfig
222 if [ -f /var/lock/subsys/rc-inetd ]; then
223         /etc/rc.d/init.d/rc-inetd restart
224 fi
225
226 %post server
227 /sbin/ldconfig
228 if [ -f /var/lock/subsys/rc-inetd ]; then
229         /etc/rc.d/init.d/rc-inetd restart 1>&2
230 else
231         echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
232 fi
233
234 %postun server
235 /sbin/ldconfig
236 if [ -f /var/lock/subsys/rc-inetd ]; then
237         /etc/rc.d/init.d/rc-inetd restart
238 fi
239
240 %files libs
241 %defattr(644,root,root,755)
242 %attr(755,root,root) %{_libdir}/libamanda*.so
243 %attr(755,root,root) %{_libdir}/libamtape*.so
244 %attr(750,amanda,disk) %dir %{_libexecdir}
245 %attr(750,amanda,disk) %dir %{_localstatedir}/amanda
246
247 %files server
248 %defattr(644,root,root,755)
249 %doc docs/*.gz
250 %config(noreplace) /etc/sysconfig/rc-inetd/amidxtape
251 %config(noreplace) /etc/sysconfig/rc-inetd/amandaidx
252
253 %attr(750,root,amanda) %dir %{_sysconfdir}/amanda
254 %config(noreplace) %attr(640,root,amanda) %{_sysconfdir}/amanda/*
255
256 %attr(664,amanda,amanda) %{_localstatedir}/amanda/*
257
258 %attr(640,root,root) /etc/cron.d/amanda-srv
259
260 %attr(755,root,root) %{_libdir}/libamserver*.so
261 %attr(755,root,root) %{_libexecdir}/amindexd
262 %attr(755,root,root) %{_libexecdir}/amtrmidx
263 %attr(755,root,root) %{_libexecdir}/driver
264 %attr(4754,root,amanda) %{_libexecdir}/dumper
265 %attr(4754,root,amanda) %{_libexecdir}/planner
266 %attr(755,root,root) %{_libexecdir}/amcat.awk
267 %attr(755,root,root) %{_libexecdir}/amcleanupdisk
268 %attr(755,root,root) %{_libexecdir}/amidxtaped
269 %attr(755,root,root) %{_libexecdir}/amlogroll
270 %attr(755,root,root) %{_libexecdir}/amplot.awk
271 %attr(755,root,root) %{_libexecdir}/amplot.g
272 %attr(755,root,root) %{_libexecdir}/amplot.gp
273 %attr(755,root,root) %{_libexecdir}/amtrmlog
274 %attr(755,root,root) %{_libexecdir}/chg-chio
275 %attr(755,root,root) %{_libexecdir}/chg-chs
276 %attr(755,root,root) %{_libexecdir}/chg-manual
277 %attr(755,root,root) %{_libexecdir}/chg-mtx
278 %attr(755,root,root) %{_libexecdir}/chg-multi
279 %attr(755,root,root) %{_libexecdir}/chg-rth
280 %attr(755,root,root) %{_libexecdir}/chg-scsi
281 %attr(755,root,root) %{_libexecdir}/chg-zd-mtx
282 %attr(755,root,root) %{_libexecdir}/selfcheck
283 %attr(755,root,root) %{_libexecdir}/taper
284 %attr(755,root,root) %{_sbindir}/amadmin
285 %attr(4754,root,amanda) %{_sbindir}/amcheck
286 %attr(755,root,root) %{_sbindir}/amcheckdb
287 %attr(755,root,root) %{_sbindir}/amcleanup
288 %attr(755,root,root) %{_sbindir}/amdump
289 %attr(755,root,root) %{_sbindir}/amflush
290 %attr(755,root,root) %{_sbindir}/amgetconf
291 %attr(755,root,root) %{_sbindir}/amlabel
292 %attr(755,root,root) %{_sbindir}/amoverview
293 %attr(755,root,root) %{_sbindir}/amplot
294 %attr(755,root,root) %{_sbindir}/amrmtape
295 %attr(755,root,root) %{_sbindir}/amreport
296 %attr(755,root,root) %{_sbindir}/amstatus
297 %attr(755,root,root) %{_sbindir}/amtape
298 %attr(755,root,root) %{_sbindir}/amtoc
299 %attr(755,root,root) %{_sbindir}/amverify
300 %attr(755,root,root) %{_sbindir}/tapetype
301 %{_mandir}/man8/amadmin.8*
302 %{_mandir}/man8/amrmtape.8*
303 %{_mandir}/man8/amtape.8*
304 %{_mandir}/man8/amtoc.8*
305 %{_mandir}/man8/amanda.8*
306 %{_mandir}/man8/amcheck.8*
307 %{_mandir}/man8/amcleanup.8*
308 %{_mandir}/man8/amdump.8*
309 %{_mandir}/man8/amflush.8*
310 %{_mandir}/man8/amlabel.8*
311 %{_mandir}/man8/amplot.8*
312 %{_mandir}/man8/amreport.8*
313 %{_mandir}/man8/amstatus.8*
314
315 %files client
316 %defattr(644,root,root,755)
317 %config(noreplace) /etc/sysconfig/rc-inetd/amanda
318 %attr(664,root,amanda) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/amandates
319 %attr(755,root,root) %{_libdir}/libamclient*.so
320 %attr(755,root,root) %{_libexecdir}/versionsuffix
321 %attr(755,root,root) %{_libexecdir}/amandad
322 %attr(4754,root,amanda) %{_libexecdir}/calcsize
323 %attr(4754,root,amanda) %{_libexecdir}/rundump
324 %attr(4754,root,amanda) %{_libexecdir}/runtar
325 %attr(4754,root,amanda) %{_libexecdir}/selfcheck
326 %attr(755,root,root) %{_libexecdir}/sendbackup
327 %attr(755,root,root) %{_libexecdir}/sendsize
328 %attr(755,root,root) %{_libexecdir}/patch-system
329 %attr(4754,root,amanda) %{_libexecdir}/killpgrp
330 %attr(755,root,root) %{_sbindir}/amrecover
331 %attr(755,root,root) %{_sbindir}/amrestore
332 %{_mandir}/man8/amrecover.8*
333 %{_mandir}/man8/amrestore.8*
This page took 0.105868 seconds and 4 git commands to generate.