Logoj0ke.net Open Build Service > Projects > home:jg:backup > amanda > Changes
Sign Up | Log In

Changes of Revision 31

[-] Changed amanda.spec
x
 
1
@@ -1,4 +1,4 @@
2
-%define _libexecdir %{_libdir}
3
+ %define _libexecdir %{_libdir}
4
 %{!?defconfig:%define defconfig ixmuc}
5
 %{!?indexserver:%define indexserver backup1-muc.internetx.de}
6
 %{!?tapeserver:%define tapeserver %{indexserver}}
7
@@ -24,7 +24,7 @@
8
 License: BSD and GPLv3+ and GPLv2+ and GPLv2
9
 Group: Applications/System
10
 URL: http://www.amanda.org
11
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
+BuildRoot: %{_tmppath}/%{name}-%{version}
13
 BuildRequires: automake autoconf libtool
14
 BuildRequires: dump gnuplot cups samba-client tar grep fileutils
15
 BuildRequires: gcc-c++ readline-devel
16
@@ -41,8 +41,8 @@
17
 
18
 Requires(pre): shadow-utils
19
 Requires(post): grep sed
20
-Requires: fileutils grep initscripts tar /bin/mail xinetd
21
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
22
+Requires: fileutils grep initscripts tar mailx xinetd
23
+Requires: perl
24
 Obsoletes: amanda-devel < 2.6.1p2-5
25
 Provides: amanda-devel = 2.6.1p2-5
26
 
27
@@ -91,6 +91,10 @@
28
            --disable-static \
29
            --disable-dependency-tracking \
30
            --disable-installperms \
31
+      --disable-s3-device \
32
+      --disable-dvdrw-device \
33
+      --disable-ndmp-device \
34
+      --without-ipv6 \
35
       --without-server \
36
            --with-amdatadir=%{_localstatedir}/lib/amanda \
37
            --with-amlibdir=%{_libdir} \
38
@@ -169,12 +173,8 @@
39
 
40
 %post client -p /sbin/ldconfig
41
 
42
-%post server -p /sbin/ldconfig
43
-
44
 %postun client -p /sbin/ldconfig
45
 
46
-%postun server -p /sbin/ldconfig
47
-
48
 %files
49
 %defattr(-,root,root)
50
 %doc COPYRIGHT* NEWS README
51