From dcb2fa8e7c1b685a8e4931e2b0d526a42d5f27ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 2 May 2011 09:13:58 +0000 Subject: [PATCH] - up to 1.3.1 Changed files: bird-tinfo.patch -> 1.2 bird.spec -> 1.50 --- bird-tinfo.patch | 16 ---------------- bird.spec | 12 +++++------- 2 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 bird-tinfo.patch diff --git a/bird-tinfo.patch b/bird-tinfo.patch deleted file mode 100644 index 3d33710..0000000 --- a/bird-tinfo.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- bird-1.2.5/configure.in~ 2010-08-03 17:44:33.000000000 +0200 -+++ bird-1.2.5/configure.in 2011-02-17 17:59:49.058953687 +0100 -@@ -207,9 +207,10 @@ - if test "$enable_client" = yes ; then - CLIENT=client - AC_CHECK_LIB(history, add_history, CLIENT_LIBS="-lhistory") -- AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses, -- AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses, -- AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap))) -+ AC_CHECK_LIB(tinfow, tgetent, USE_TERMCAP_LIB=-ltinfow, -+ AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses, -+ AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses, -+ AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap)))) - AC_CHECK_LIB(readline, rl_callback_read_char, CLIENT_LIBS="-lreadline $CLIENT_LIBS $USE_TERMCAP_LIB", - AC_MSG_ERROR([[The client requires GNU readline library 2.1 or newer. Either install the library or use --disable-client to compile without the client.]]), $USE_TERMCAP_LIB) - AC_CHECK_LIB(readline, rl_crlf, AC_DEFINE(HAVE_RL_CRLF),,$USE_TERMCAP_LIB) diff --git a/bird.spec b/bird.spec index 16c32db..981db00 100644 --- a/bird.spec +++ b/bird.spec @@ -9,20 +9,19 @@ Summary: The BIRD Internet Routing Daemon Summary(pl.UTF-8): Demon BIRD Internetowego Routingu Dynamicznego Name: bird -Version: 1.3.0 -Release: 2 +Version: 1.3.1 +Release: 1 License: GPL v2+ Group: Networking/Daemons Source0: ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz -# Source0-md5: 4836e3b15fcbe03d5dfe467bd4ca98fb +# Source0-md5: d11f53b79c7371b76e5c93209dbe2a10 Source1: %{name}-ipv4.init Source2: %{name}-ipv4.sysconfig Source3: %{name}-ipv6.init Source4: %{name}-ipv6.sysconfig Source5: ftp://bird.network.cz/pub/bird/%{name}-doc-%{version}.tar.gz -# Source5-md5: c99c927430a4ccb07d3317614520caf2 -Patch0: %{name}-tinfo.patch -Patch1: %{name}-allowalien.patch +# Source5-md5: 340be3f6c7ade302a0b4b34dd2773957 +Patch0: %{name}-allowalien.patch URL: http://bird.network.cz/ BuildRequires: autoconf BuildRequires: automake @@ -105,7 +104,6 @@ filtrów o dużych możliwościach. %prep %setup -q -a 5 -%patch0 -p1 %{?with_alien:%patch1 -p1} %build -- 2.44.0