]> git.pld-linux.org Git - packages/amanda.git/blame - amanda.spec
- inital version from RH powertools.
[packages/amanda.git] / amanda.spec
CommitLineData
64e6fb7c 1Name: amanda
2Version: 2.4.1
3Release: 1
4Source: ftp://ftp.amanda.org/pub/amanda/amanda-2.4.1.tar.gz
5Copyright: distributable
6Group: Networking/Utilities
7URL: http://www.amanda.org
8Summary: A network-capable tape backup solution
9BuildRoot: /var/tmp/amanda-root
10
11%description
12A network-capable tape backup solution.
13
14%package client
15Summary: The client side of Amanda
16Group: Networking/Utilities
17
18%description client
19This package should be installed on machines that are to be backed
20up by Amanda. (Including, the server if it should be backed up.)
21
22%package server
23Summary: The server side of Amanda
24Group: Networking/Utilities
25Requires: gnuplot
26
27%description server
28This package should be installed on the machine that has the device
29(such as a tape drive) where backups will be written.
30
31%prep
32%setup -q
33
34%build
35CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
36 --sysconfdir=/etc \
37 --libexecdir=\${exec_prefix}/lib/amanda \
38 --with-index-server=localhost \
39 --with-amandahosts --with-user=operator --with-group=disk
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_OPT_FLAGS/etc
45chmod 755 $RPM_BUILD_ROOT/usr/lib/lib*.so.*
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post -p /sbin/ldconfig
51
52%post client -p /sbin/ldconfig
53
54%post server -p /sbin/ldconfig
55
56%postun -p /sbin/ldconfig
57
58%postun client -p /sbin/ldconfig
59
60%postun server -p /sbin/ldconfig
61
62%files
63/usr/lib/libamanda*
64/usr/lib/libamtape*
65/usr/lib/amanda/amidxtaped
66/usr/sbin/amrestore
67/usr/man/man8/amrestore.8
68
69%files server
70/usr/lib/libamserver*
71/usr/lib/amanda/amindexd
72/usr/lib/amanda/amtrmidx
73/usr/lib/amanda/driver
74/usr/lib/amanda/dumper
75/usr/lib/amanda/getconf
76/usr/lib/amanda/planner
77#/usr/lib/amanda/reporter
78/usr/lib/amanda/taper
79/usr/lib/amanda/chg-chio
80/usr/lib/amanda/chg-manual
81/usr/lib/amanda/chg-multi
82/usr/lib/amanda/chg-mtx
83/usr/lib/amanda/chg-rth
84/usr/lib/amanda/chg-chs
85/usr/lib/amanda/amcat.awk
86/usr/lib/amanda/amplot.awk
87/usr/lib/amanda/amplot.g
88/usr/lib/amanda/amplot.gp
89/usr/sbin/amadmin
90/usr/sbin/amcheck
91/usr/sbin/amflush
92/usr/sbin/amlabel
93/usr/sbin/amtape
94/usr/sbin/amcheckdb
95/usr/sbin/amcleanup
96/usr/sbin/amdump
97/usr/sbin/amoverview
98/usr/sbin/amrmtape
99/usr/sbin/amtoc
100/usr/sbin/amverify
101/usr/sbin/amplot
102/usr/sbin/amreport
103/usr/sbin/amstatus
104/usr/man/man8/amadmin.8
105/usr/man/man8/amrmtape.8
106/usr/man/man8/amtape.8
107/usr/man/man8/amtoc.8
108/usr/man/man8/amanda.8
109/usr/man/man8/amcheck.8
110/usr/man/man8/amcleanup.8
111/usr/man/man8/amdump.8
112/usr/man/man8/amflush.8
113/usr/man/man8/amlabel.8
114/usr/man/man8/amplot.8
115/usr/man/man8/amreport.8
116/usr/man/man8/amstatus.8
117
118%files client
119/usr/lib/libamclient*
120/usr/lib/amanda/versionsuffix
121/usr/lib/amanda/amandad
122/usr/lib/amanda/calcsize
123/usr/lib/amanda/rundump
124/usr/lib/amanda/runtar
125/usr/lib/amanda/selfcheck
126/usr/lib/amanda/sendbackup
127/usr/lib/amanda/sendsize
128/usr/lib/amanda/patch-system
129/usr/lib/amanda/killpgrp
130/usr/sbin/amrecover
131/usr/man/man8/amrecover.8
132
133%changelog
134* Tue Oct 27 1998 Cristian Gafton <gafton@redhat.com>
135- version 2.4.1
136
137* Tue May 19 1998 Cristian Gafton <gafton@redhat.com>
138- upgraded to full 2.4.0 release
139
140* Thu Feb 19 1998 Otto Hammersmith <otto@redhat.com>
141- fixed group for -client and -server packages (Network->Networking)
142
143* Wed Feb 11 1998 Otto Hammersmith <otto@redhat.com>
144- updated to 2.4.0b6, fixes security hole among other things
145 (as well as finally got the glibc patch in the main source.)
146
147* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
148- moved versionsuffix to client package to remove dependency of amanda on amanda-client
149
150* Mon Jan 26 1998 Otto Hammersmith <otto@redhat.com>
151- fixed libexec garbage.
152
153* Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
154- split into three packages amanda, amanda-client, and amanda-server
155
156* Fri Jan 9 1998 Otto Hammersmith <otto@redhat.com>
157- updated to latest beta... builds much cleaner now.
158
159* Thu Jan 8 1998 Otto Hammersmith <otto@redhat.com>
160- created the package
This page took 0.061173 seconds and 4 git commands to generate.