]> git.pld-linux.org Git - packages/bird.git/blobdiff - bird.spec
- up to 1.6.8
[packages/bird.git] / bird.spec
index 0c09ed49d4a028d25723a5a99e9e8189302e7ca2..cc52d09c9e6419fc8eacd88ed8ab57674e31bc35 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -9,21 +9,22 @@
 Summary:       The BIRD Internet Routing Daemon
 Summary(pl.UTF-8):     Demon BIRD Internetowego Routingu Dynamicznego
 Name:          bird
-Version:       1.4.5
-Release:       2
+Version:       1.6.8
+Release:       1
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
-# Source0-md5: a8e5e0a9129ce30fe6102c593bafb763
+# Source0-md5: abe29a927e21a3d7f8092641f06093c2
 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: cdb4b36f35fed407ddb6f2c8e93ddd91
+# Source5-md5: d5b69caeee629479e0261aba18d35758
 Source6:       %{name}-ipv4.service
 Source7:       %{name}-ipv6.service
 Patch0:                %{name}-allowalien.patch
+Patch1:                gcc.patch
 URL:           http://bird.network.cz/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,12 +110,13 @@ filtrów o dużych możliwościach.
 %prep
 %setup -q -a 5
 %{?with_alien:%patch0 -p1}
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* tools
 %{__autoconf}
 
-export CFLAGS="%{rpmcflags} -I%{_includedir}/ncursesw"
+export CFLAGS="%{rpmcflags} -I%{_includedir}/ncursesw -fno-strict-aliasing -fno-strict-overflow"
 
 %if %{with ipv6}
 %configure \
@@ -218,7 +220,7 @@ chgrp bird /etc/bird.conf
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html doc/reply_codes %{name}-doc-%{version}/doc/*.ps ChangeLog NEWS README TODO
+%doc doc/*.html doc/reply_codes %{name}-doc-%{version}/doc/*.pdf ChangeLog NEWS README 
 %attr(755,root,root) %{_sbindir}/birdc
 
 %if %{with ipv4}
This page took 0.085964 seconds and 4 git commands to generate.