]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- release 3, amanda-2_4_1p1-3
authorkloczek <kloczek@pld-linux.org>
Mon, 29 Nov 1999 20:34:16 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix instaling with using DESTDIR in amplot.

Changed files:
    amanda.spec -> 1.21

amanda.spec

index 5a713d714ac32cfb072651785d4876e0eb96b051..1554750cc82c9872e44a15291a7ba6c530715a2f 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.4.1p1
-Release:       2
+Release:       3
 Copyright:      distributable
 Group:          Networking/Utilities
 Group(pl):      Sieciowe/Narzêdzia
@@ -12,6 +12,7 @@ Source2:      amanda.inetd
 Source3:       amandaidx.inetd
 Source4:       amidxtape.inetd
 Source5:       amanda.conf
+Patch:         amanda-DESTDIR.patch
 BuildRequires: flex
 BuildRequires: dump
 BuildRequires: tar
@@ -51,7 +52,7 @@ Group(pl):    Sieciowe/Narz
 Amanda shared libraries.
 
 %description -l pl libs
-Summary(pl):    Biblioteki wspó³dzielone pakietu amanda.
+Biblioteki wspó³dzielone pakietu amanda.
 
 %package client
 Summary:       The client side of Amanda
@@ -99,8 +100,11 @@ urz
 
 %prep
 %setup -q
+%patch -p1
 
 %build
+touch COPYING
+automake
 LDFLAGS="-s"; export LDFLAGS
 %configure \
        --disable-static \
This page took 0.0821 seconds and 4 git commands to generate.