diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-07 16:38:35 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-07 16:38:35 +0200 |
commit | 6721e2862bf69d3af7dd643cd9f442b76e134d5b (patch) | |
tree | f2d471d1cf2d445147b67f4558305ec59f6046c1 /misc/bird.spec | |
parent | ff61673427370c71d0a5f2d0d838f00ff46bbda1 (diff) | |
download | bird-6721e2862bf69d3af7dd643cd9f442b76e134d5b.tar bird-6721e2862bf69d3af7dd643cd9f442b76e134d5b.zip |
Build and run both IPv4 and IPv6.
Diffstat (limited to 'misc/bird.spec')
-rw-r--r-- | misc/bird.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/bird.spec b/misc/bird.spec index 17f365d..6572cd2 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,11 +1,12 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.0.5 +Version: 1.0.8 Release: 1 Copyright: GPL Group: Networking/Daemons Source: ftp://bird.network.cz/pub/bird/bird-%{version}.tar.gz Source1: bird.init +Source2: birdc6 Buildroot: /var/tmp/bird-root Url: http://bird.network.cz Prereq: /sbin/chkconfig @@ -18,22 +19,23 @@ protocols BGP, RIP and OSPF. %setup -n bird-%{version} %build -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run --enable-ipv6 +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ipv6 make mv bird bird6 -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run +make clean +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make %install rm -rf $RPM_BUILD_ROOT/* -make install prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc localstatedir=$RPM_BUILD_ROOT/var/run +make install prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc localstatedir=$RPM_BUILD_ROOT/var install bird6 $RPM_BUILD_ROOT/usr/sbin cd $RPM_BUILD_ROOT install -d etc/rc.d/init.d install $RPM_SOURCE_DIR/bird.init etc/rc.d/init.d/bird -install $RPM_SOURCE_DIR/birdc6 usr/bin/ +install $RPM_SOURCE_DIR/birdc6 usr/sbin/birdc6 %post /sbin/ldconfig @@ -50,4 +52,3 @@ fi %attr(755,root,root) /usr/sbin/birdc %attr(755,root,root) /usr/sbin/birdc6 %attr(755,root,root) /etc/rc.d/init.d/bird -%config /etc/bird.conf |