]> git.pld-linux.org Git - packages/bird.git/commitdiff
- up to 1.3.1 auto/th/bird-1_3_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 May 2011 09:13:58 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird-tinfo.patch -> 1.2
    bird.spec -> 1.50

bird-tinfo.patch [deleted file]
bird.spec

diff --git a/bird-tinfo.patch b/bird-tinfo.patch
deleted file mode 100644 (file)
index 3d33710..0000000
+++ /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)
index 16c32db262135385c6cff504f58a8c55907c80eb..981db00da9608fe4af858faf75cc298bacaced0a 100644 (file)
--- 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
This page took 0.518426 seconds and 4 git commands to generate.