From 6898008484a562ff5bae178a6fb0bd885fe8b1e5 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 25 Mar 2003 05:07:42 +0000 Subject: 2003-03-25 Paul Jakma * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions --- redhat/zebra.spec | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'redhat') diff --git a/redhat/zebra.spec b/redhat/zebra.spec index 77f51465..db42c682 100644 --- a/redhat/zebra.spec +++ b/redhat/zebra.spec @@ -1,5 +1,5 @@ # conditionals -%define with_snmp 1 +%define with_snmp 0 %define with_vtysh 1 %define with_ospf_te 1 %define with_nssa 1 @@ -8,6 +8,8 @@ %define with_vtysh 1 %define with_pam 1 %define with_ipv6 1 +%define with_ospfclient 0 +%define with_ospfapi 0 %define with_multipath 64 # path defines @@ -24,7 +26,7 @@ Summary: Routing daemon Name: zebra Version: 0.94 -Release: 2003031801 +Release: 2003032501 License: GPL Group: System Environment/Daemons Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz @@ -105,6 +107,16 @@ developing OSPF-API and zebra applications. %if %with_vtysh --enable-vtysh \ %endif +%if %with_ospfclient + --enable-ospfclient=yes \ +%else + --enable-ospfclient=no\ +%endif +%if %with_ospfapi + --enable-ospfapi=yes \ +%else + --enable-ospfapi=no \ +%endif %if %with_pam --with-libpam %endif @@ -243,8 +255,10 @@ fi %files devel %defattr(-,root,root) %dir %{_libdir}/* -%dir %{_includedir}/ospfd/* +%dir %{_includedir}/ospfd/* +%if %with_ospfapi %dir %{_includedir}/ospfapi/* +%endif %changelog * Mon Mar 18 2003 Paul Jakma -- cgit v1.2.1