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