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