]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- 3.2.1 auto/th/amanda-3_2_1-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 15 Dec 2010 10:06:43 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-as_needed.patch -> 1.4
    amanda.spec -> 1.213

amanda-as_needed.patch
amanda.spec

index 26082331df4ad9a5b119c832cf718111a1be7388..8dbaa01f38045f90989c908120772a112540d68d 100644 (file)
@@ -1,14 +1,16 @@
---- amanda-2.6.0/config/amanda/readline.m4~    2008-03-25 21:23:05.000000000 +0100
-+++ amanda-2.6.0/config/amanda/readline.m4     2008-05-07 13:30:33.000000000 +0200
-@@ -38,9 +38,9 @@
-                 proceed="true"
-             ], [
-                 AC_CHECK_LIB(ncurses, tgetent, [
--                    READLINE_LIBS="-lncurses"
-+                    READLINE_LIBS="-lncurses -ltinfo"
-                     proceed="true"
--                ])
-+                ], [], [-ltinfo])
-             ])
-         ])
+--- amanda-3.2.1/config/amanda/readline.m4~    2008-03-25 21:23:05.000000000 +0100
++++ amanda-3.2.1/config/amanda/readline.m4     2008-05-07 13:30:33.000000000 +0200
+@@ -96,11 +96,11 @@
+                    ax_cv_lib_readline, [
+       ORIG_LIBS="$LIBS"
+       for readline_lib in readline edit editline; do
+-        for termcap_lib in "" termcap curses ncurses; do
++        for termcap_lib in "" ncurses curses termcap; do
+           if test -z "$termcap_lib"; then
+             TRY_LIB="-l$readline_lib"
+           else
+-            TRY_LIB="-l$readline_lib -l$termcap_lib"
++            TRY_LIB="-l$readline_lib -l$termcap_lib -ltinfo"
+           fi
+           LIBS="$ORIG_LIBS $TRY_LIB"
+           AC_TRY_LINK_FUNC(readline, ax_cv_lib_readline="$TRY_LIB")
index d7aed2c3dbd1a831ad5ba73c504d20129a581ab1..f022d02a0e4fcddeeab9d3ba6974dc77360017ce 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
-Version:       3.2.0
+Version:       3.2.1
 Release:       1
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
-# Source0-md5: df73a318af8f04e9ad2ecb4d59dc052c
+# Source0-md5: 52448420a04d27b8ce47ef397b0a7061
 Source1:       %{name}-srv.crontab
 Source2:       %{name}.inetd
 Source3:       %{name}idx.inetd
This page took 0.119836 seconds and 4 git commands to generate.