X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bird.spec;h=cc52d09c9e6419fc8eacd88ed8ab57674e31bc35;hb=97a5aa47e447775ccff43353fb3b43455b66c1bd;hp=0c09ed49d4a028d25723a5a99e9e8189302e7ca2;hpb=d84ccda5b472972014a3388bdebd268238e28324;p=packages%2Fbird.git diff --git a/bird.spec b/bird.spec index 0c09ed4..cc52d09 100644 --- 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}