]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- release 18, amanda-2_4_1p1-18
authorkloczek <kloczek@pld-linux.org>
Wed, 23 Aug 2000 22:17:24 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged rawhide patches (glibc21, glibc22),
- added no_libnsl patch with diasble lookup for libnsl (now amanda binaries
  are not linked with libnsl),
- changed permission to 4754/root.amanda on amcheck nad rundump.

Changed files:
    amanda.spec -> 1.40

amanda.spec

index f1f66cf4a1c88baee390fce502be987f73fd470b..aaed55bc6f749d2b3d173299567a464367cf909f 100644 (file)
@@ -2,8 +2,8 @@ Summary:        A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.4.1p1
-Release:       10
-Copyright:     distributable
+Release:       18
+License:       distributable
 Group:         Networking/Utilities
 Group(pl):     Sieciowe/Narzêdzia
 Source0:       ftp://ftp.amanda.org/pub/amanda/%{name}-%{version}.tar.gz
@@ -13,6 +13,11 @@ Source3:     %{name}idx.inetd
 Source4:       amidxtape.inetd
 Source5:       %{name}.conf
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                amanda-no_libnsl.patch
+Patch2:                amanda-glibc21.patch
+Patch3:                amanda-glibc22.patch
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: flex
 BuildRequires: dump
 BuildRequires: tar
@@ -109,9 +114,15 @@ typu streamer).
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
+cp config/acinclude.m4 .
+aclocal
+autoconf
 touch COPYING
 automake
 LDFLAGS="-s"; export LDFLAGS
@@ -233,7 +244,7 @@ fi
 %attr(755,root,root) %{_libexecdir}/chg-rth
 %attr(755,root,root) %{_libexecdir}/chg-chs
 %attr(755,root,root) %{_sbindir}/amadmin
-%attr(755,root,root) %{_sbindir}/amcheck
+%attr(4754,root,amanda) %{_sbindir}/amcheck
 %attr(755,root,root) %{_sbindir}/amflush
 %attr(755,root,root) %{_sbindir}/amlabel
 %attr(755,root,root) %{_sbindir}/amtape
@@ -269,7 +280,7 @@ fi
 %attr(755,root,root) %{_libexecdir}/versionsuffix
 %attr(755,root,root) %{_libexecdir}/amandad
 %attr(4754,root,amanda) %{_libexecdir}/calcsize
-%attr(755,root,root) %{_libexecdir}/rundump
+%attr(4754,root,amanda) %{_libexecdir}/rundump
 %attr(4754,root,amanda) %{_libexecdir}/runtar
 %attr(4754,root,amanda) %{_libexecdir}/selfcheck
 %attr(755,root,root) %{_libexecdir}/sendbackup
This page took 0.051306 seconds and 4 git commands to generate.