blob: 5308cc4e23bd96a169dd7e621842b09dbef0a3e3 [file] [log] [blame]
pauledd7c242003-06-04 13:59:38 +00001# configure options
paul68980082003-03-25 05:07:42 +00002%define with_snmp 0
paul788cdc62003-01-18 00:22:08 +00003%define with_vtysh 1
4%define with_ospf_te 1
5%define with_nssa 1
6%define with_opaque_lsa 1
7%define with_tcp_zebra 0
8%define with_vtysh 1
9%define with_pam 1
10%define with_ipv6 1
paul55ea3812003-04-07 08:14:11 +000011%define with_ospfclient 1
12%define with_ospfapi 1
paul8f754982003-01-20 04:55:51 +000013%define with_multipath 64
paul6bd8fd32003-08-12 12:54:13 +000014%define quagga_user quagga
paul45315b52003-08-14 05:23:50 +000015%define vty_group quaggavty
paul30b9d892003-01-18 22:57:15 +000016
17# path defines
paul6bd8fd32003-08-12 12:54:13 +000018%define _sysconfdir /etc/quagga
paul8f754982003-01-20 04:55:51 +000019%define zeb_src %{_builddir}/%{name}-%{version}
20%define zeb_rh_src %{zeb_src}/redhat
21%define zeb_docs %{zeb_src}/doc
paul788cdc62003-01-18 00:22:08 +000022
paule0626852003-03-18 14:11:36 +000023# defines for configure
paul6bd8fd32003-08-12 12:54:13 +000024%define _libexecdir %{_exec_prefix}/libexec/quagga
25%define _includedir %{_prefix}/include/quagga
26%define _libdir %{_exec_prefix}/%{_lib}/quagga
27%define _localstatedir /var/run/quagga
paule0626852003-03-18 14:11:36 +000028
paul788cdc62003-01-18 00:22:08 +000029Summary: Routing daemon
paul6bd8fd32003-08-12 12:54:13 +000030Name: quagga
paul6382b6f2003-05-20 00:17:45 +000031Version: @VERSION@
pauledd7c242003-06-04 13:59:38 +000032Release: @CONFDATE@01
paul788cdc62003-01-18 00:22:08 +000033License: GPL
34Group: System Environment/Daemons
paul6bd8fd32003-08-12 12:54:13 +000035Source0: http://www.quagga.net/snapshots/cvs/%{name}-%{version}.tar.gz
36URL: http://www.quagga.net
paul788cdc62003-01-18 00:22:08 +000037%if %with_snmp
paule0626852003-03-18 14:11:36 +000038#BuildRequires: ucd-snmp-devel
paul788cdc62003-01-18 00:22:08 +000039Prereq: ucd-snmp
40%endif
pauld7ccae22003-01-18 00:24:00 +000041%if %with_vtysh
paul30b9d892003-01-18 22:57:15 +000042BuildRequires: readline readline-devel ncurses ncurses-devel
pauld7ccae22003-01-18 00:24:00 +000043Prereq: readline ncurses
44%endif
paul6bd8fd32003-08-12 12:54:13 +000045BuildRequires: texinfo tetex autoconf pam-devel patch
paul788cdc62003-01-18 00:22:08 +000046# Initscripts > 5.60 is required for IPv6 support
paul30b9d892003-01-18 22:57:15 +000047Prereq: initscripts >= 5.60
paul45315b52003-08-14 05:23:50 +000048Prereq: ncurses readline pam
paul788cdc62003-01-18 00:22:08 +000049Prereq: /sbin/install-info
50Provides: routingdaemon
51BuildRoot: %{_tmppath}/%{name}-%{version}-root
paul6bd8fd32003-08-12 12:54:13 +000052Obsoletes: bird gated mrt zebra
paul788cdc62003-01-18 00:22:08 +000053
54%description
paul6bd8fd32003-08-12 12:54:13 +000055Quagga is a free software that manages TCP/IP based routing
paul788cdc62003-01-18 00:22:08 +000056protocol. It takes multi-server and multi-thread approach to resolve
57the current complexity of the Internet.
58
paul6bd8fd32003-08-12 12:54:13 +000059Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.
paul788cdc62003-01-18 00:22:08 +000060
paul6bd8fd32003-08-12 12:54:13 +000061Quagga is intended to be used as a Route Server and a Route Reflector. It is
62not a toolkit, it provides full routing power under a new architecture.
63Quagga by design has a process for each protocol.
64
65Quagga is a fork of GNU Zebra.
paul788cdc62003-01-18 00:22:08 +000066
paul448ed4a2003-03-01 15:43:28 +000067%package contrib
paul6bd8fd32003-08-12 12:54:13 +000068Summary: contrib tools for quagga
paul448ed4a2003-03-01 15:43:28 +000069Group: System Environment/Daemons
70
71%description contrib
paul6bd8fd32003-08-12 12:54:13 +000072Contributed/3rd party tools which may be of use with quagga.
paul448ed4a2003-03-01 15:43:28 +000073
paule0626852003-03-18 14:11:36 +000074%package devel
paul6bd8fd32003-08-12 12:54:13 +000075Summary: Header and object files for quagga development
paule0626852003-03-18 14:11:36 +000076Group: System Environment/Daemons
77
78%description devel
paul6bd8fd32003-08-12 12:54:13 +000079The quagga-devel package contains the header and object files neccessary for
80developing OSPF-API and quagga applications.
paule0626852003-03-18 14:11:36 +000081
paul788cdc62003-01-18 00:22:08 +000082%prep
83%setup -q
paul788cdc62003-01-18 00:22:08 +000084
85%build
86%configure \
paul788cdc62003-01-18 00:22:08 +000087%if %with_ipv6
88 --enable-ipv6 \
89%endif
90%if %with_snmp
91 --enable-snmp \
92%endif
93%if %with_multipath
94 --enable-multipath=%with_multipath \
95%endif
96%if %with_tcp_zebra
97 --enable-tcp-zebra \
98%endif
99%if %with_nssa
100 --enable-nssa \
101%endif
102%if %with_opaque_lsa
103 --enable-opaque-lsa \
104%endif
105%if %with_ospf_te
106 --enable-ospf-te \
107%endif
108%if %with_vtysh
109 --enable-vtysh \
110%endif
paul68980082003-03-25 05:07:42 +0000111%if %with_ospfclient
112 --enable-ospfclient=yes \
113%else
114 --enable-ospfclient=no\
115%endif
116%if %with_ospfapi
117 --enable-ospfapi=yes \
118%else
119 --enable-ospfapi=no \
120%endif
paul788cdc62003-01-18 00:22:08 +0000121%if %with_pam
pauledd7c242003-06-04 13:59:38 +0000122 --with-libpam \
paul788cdc62003-01-18 00:22:08 +0000123%endif
paul6bd8fd32003-08-12 12:54:13 +0000124%if %quagga_user
125 --enable-user=%quagga_user \
126 --enable-group=%quagga_user \
pauledd7c242003-06-04 13:59:38 +0000127%endif
128%if %vty_group
129 --enable-vty-group=%vty_group \
130%endif
pauledd7c242003-06-04 13:59:38 +0000131--enable-netlink
paul788cdc62003-01-18 00:22:08 +0000132
133make %{?_smp_mflags} MAKEINFO="makeinfo --no-split"
134
135pushd doc
paul6bd8fd32003-08-12 12:54:13 +0000136texi2html quagga.texi
paul788cdc62003-01-18 00:22:08 +0000137popd
138
139%install
140rm -rf $RPM_BUILD_ROOT
141
142install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,logrotate.d,pam.d} \
paul6bd8fd32003-08-12 12:54:13 +0000143 $RPM_BUILD_ROOT/var/log/quagga $RPM_BUILD_ROOT%{_infodir}
paul788cdc62003-01-18 00:22:08 +0000144
145make install \
146 DESTDIR=$RPM_BUILD_ROOT
147
paul9a344b72003-08-05 23:24:58 +0000148# Remove this file, as it is uninstalled and causes errors when building on RH9
149rm -rf $RPM_BUILD_ROOT/usr/share/info/dir
150
paul8f754982003-01-20 04:55:51 +0000151install %{zeb_rh_src}/zebra.init $RPM_BUILD_ROOT/etc/rc.d/init.d/zebra
152install %{zeb_rh_src}/bgpd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/bgpd
pauld7ccae22003-01-18 00:24:00 +0000153%if %with_ipv6
paul8f754982003-01-20 04:55:51 +0000154install %{zeb_rh_src}/ospf6d.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ospf6d
155install %{zeb_rh_src}/ripngd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ripngd
pauld7ccae22003-01-18 00:24:00 +0000156%endif
paul8f754982003-01-20 04:55:51 +0000157install %{zeb_rh_src}/ospfd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ospfd
158install %{zeb_rh_src}/ripd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ripd
paul6bd8fd32003-08-12 12:54:13 +0000159install -m644 %{zeb_rh_src}/quagga.pam $RPM_BUILD_ROOT/etc/pam.d/quagga
160install -m644 %{zeb_rh_src}/quagga.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/quagga
161install -d -m750 $RPM_BUILD_ROOT/var/run/quagga
pauledd7c242003-06-04 13:59:38 +0000162
163%pre
164# add vty_group
165%if %vty_group
166groupadd -r %vty_group 2> /dev/null || :
167%endif
paul6bd8fd32003-08-12 12:54:13 +0000168# add quagga user and group
169%if %quagga_user
170/usr/sbin/useradd -M -r -s /bin/false -c "Quagga routing suite" \
171 -d %_localstatedir %quagga_user 2> /dev/null || :
pauledd7c242003-06-04 13:59:38 +0000172%endif
paul788cdc62003-01-18 00:22:08 +0000173
paul788cdc62003-01-18 00:22:08 +0000174%post
paul30b9d892003-01-18 22:57:15 +0000175# zebra_spec_add_service <service name> <port/proto> <comment>
paul788cdc62003-01-18 00:22:08 +0000176# e.g. zebra_spec_add_service zebrasrv 2600/tcp "zebra service"
177
178zebra_spec_add_service ()
179{
180 # Add port /etc/services entry if it isn't already there
181 if [ -f /etc/services ] && ! grep -q "^$1[^a-zA-Z0-9]" /etc/services ; then
182 echo "$1 $2 # $3" >> /etc/services
183 fi
184}
185
186zebra_spec_add_service zebrasrv 2600/tcp "zebra service"
187zebra_spec_add_service zebra 2601/tcp "zebra vty"
188zebra_spec_add_service ripd 2602/tcp "RIPd vty"
pauld7ccae22003-01-18 00:24:00 +0000189%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000190zebra_spec_add_service ripngd 2603/tcp "RIPngd vty"
pauld7ccae22003-01-18 00:24:00 +0000191%endif
paul788cdc62003-01-18 00:22:08 +0000192zebra_spec_add_service ospfd 2604/tcp "OSPFd vty"
193zebra_spec_add_service bgpd 2605/tcp "BGPd vty"
pauld7ccae22003-01-18 00:24:00 +0000194%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000195zebra_spec_add_service ospf6d 2606/tcp "OSPF6d vty"
pauld7ccae22003-01-18 00:24:00 +0000196%endif
paul7021c422003-07-15 12:52:22 +0000197%if %with_ospfapi
198zebra_spec_add_service ospfapi 2607/tcp "OSPF-API"
199%endif
jardin5a514b12003-12-23 10:50:21 +0000200zebra_spec_add_service isisd 2608/tcp "ISISd vty"
paul788cdc62003-01-18 00:22:08 +0000201
202/sbin/chkconfig --add zebra
203/sbin/chkconfig --add ripd
pauld7ccae22003-01-18 00:24:00 +0000204%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000205/sbin/chkconfig --add ripngd
paul788cdc62003-01-18 00:22:08 +0000206/sbin/chkconfig --add ospf6d
pauld7ccae22003-01-18 00:24:00 +0000207%endif
paul30b9d892003-01-18 22:57:15 +0000208/sbin/chkconfig --add ospfd
paul788cdc62003-01-18 00:22:08 +0000209/sbin/chkconfig --add bgpd
210
paul6bd8fd32003-08-12 12:54:13 +0000211/sbin/install-info %{_infodir}/quagga.info.gz %{_infodir}/dir
paul788cdc62003-01-18 00:22:08 +0000212
213# Create dummy files if they don't exist so basic functions can be used.
214if [ ! -e %{_sysconfdir}/zebra.conf ]; then
215 echo "hostname `hostname`" > %{_sysconfdir}/zebra.conf
216 chmod 640 %{_sysconfdir}/zebra.conf
217fi
218if [ ! -e %{_sysconfdir}/vtysh.conf ]; then
219 touch %{_sysconfdir}/vtysh.conf
220 chmod 640 %{_sysconfdir}/vtysh.conf
221fi
222
223%postun
224if [ "$1" -ge "1" ]; then
225 /etc/rc.d/init.d/zebra condrestart >/dev/null 2>&1
226 /etc/rc.d/init.d/ripd condrestart >/dev/null 2>&1
pauld7ccae22003-01-18 00:24:00 +0000227%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000228 /etc/rc.d/init.d/ripngd condrestart >/dev/null 2>&1
pauld7ccae22003-01-18 00:24:00 +0000229%endif
paul788cdc62003-01-18 00:22:08 +0000230 /etc/rc.d/init.d/ospfd condrestart >/dev/null 2>&1
pauld7ccae22003-01-18 00:24:00 +0000231%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000232 /etc/rc.d/init.d/ospf6d condrestart >/dev/null 2>&1
pauld7ccae22003-01-18 00:24:00 +0000233%endif
paul788cdc62003-01-18 00:22:08 +0000234 /etc/rc.d/init.d/bgpd condrestart >/dev/null 2>&1
235fi
paul6bd8fd32003-08-12 12:54:13 +0000236/sbin/install-info --delete %{_infodir}/quagga.info.gz %{_infodir}/dir
paul788cdc62003-01-18 00:22:08 +0000237
238%preun
239if [ "$1" = "0" ]; then
240 /sbin/chkconfig --del zebra
241 /sbin/chkconfig --del ripd
pauld7ccae22003-01-18 00:24:00 +0000242%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000243 /sbin/chkconfig --del ripngd
pauld7ccae22003-01-18 00:24:00 +0000244%endif
paul788cdc62003-01-18 00:22:08 +0000245 /sbin/chkconfig --del ospfd
pauld7ccae22003-01-18 00:24:00 +0000246%if %with_ipv6
paul788cdc62003-01-18 00:22:08 +0000247 /sbin/chkconfig --del ospf6d
pauld7ccae22003-01-18 00:24:00 +0000248%endif
paul788cdc62003-01-18 00:22:08 +0000249 /sbin/chkconfig --del bgpd
250fi
251
252%clean
253#rm -rf $RPM_BUILD_ROOT
254
255%files
256%defattr(-,root,root)
paul448ed4a2003-03-01 15:43:28 +0000257%doc */*.sample* AUTHORS COPYING
paul6bd8fd32003-08-12 12:54:13 +0000258%doc doc/quagga.html
paul30b9d892003-01-18 22:57:15 +0000259%doc doc/mpls
paul8f754982003-01-20 04:55:51 +0000260%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO
paul6bd8fd32003-08-12 12:54:13 +0000261%if %quagga_user
262%dir %attr(751,%quagga_user,%quagga_user) %{_sysconfdir}
263%dir %attr(750,%quagga_user,%quagga_user) /var/log/quagga
264%dir %attr(751,%quagga_user,%quagga_user) /var/run/quagga
pauledd7c242003-06-04 13:59:38 +0000265%else
paul788cdc62003-01-18 00:22:08 +0000266%dir %attr(750,root,root) %{_sysconfdir}
paul6bd8fd32003-08-12 12:54:13 +0000267%dir %attr(750,root,root) /var/log/quagga
paul788cdc62003-01-18 00:22:08 +0000268%dir %attr(755,root,root) /usr/share/info
paul6bd8fd32003-08-12 12:54:13 +0000269%dir %attr(750,root,root) /var/run/quagga
pauledd7c242003-06-04 13:59:38 +0000270%endif
271%if %vty_group
paul6bd8fd32003-08-12 12:54:13 +0000272%attr(750,%quagga_user,%vty_group) %{_sysconfdir}/vtysh.conf.sample
pauledd7c242003-06-04 13:59:38 +0000273%endif
paul788cdc62003-01-18 00:22:08 +0000274%{_infodir}/*info*
275%{_mandir}/man*/*
276%{_sbindir}/*
pauld7ccae22003-01-18 00:24:00 +0000277%if %with_vtysh
paul788cdc62003-01-18 00:22:08 +0000278%{_bindir}/*
pauld7ccae22003-01-18 00:24:00 +0000279%endif
paul6bd8fd32003-08-12 12:54:13 +0000280%config /etc/quagga/[!v]*
paul788cdc62003-01-18 00:22:08 +0000281%config /etc/rc.d/init.d/*
paul6bd8fd32003-08-12 12:54:13 +0000282%config(noreplace) /etc/pam.d/quagga
paul788cdc62003-01-18 00:22:08 +0000283%config(noreplace) %attr(640,root,root) /etc/logrotate.d/*
284
paul448ed4a2003-03-01 15:43:28 +0000285%files contrib
286%defattr(-,root,root)
287%doc tools
288
paule0626852003-03-18 14:11:36 +0000289%files devel
290%defattr(-,root,root)
291%dir %{_libdir}/*
paul406f7002003-11-02 07:30:52 +0000292%dir %{_includedir}/*.h
paul68980082003-03-25 05:07:42 +0000293%dir %{_includedir}/ospfd/*
294%if %with_ospfapi
paule0626852003-03-18 14:11:36 +0000295%dir %{_includedir}/ospfapi/*
paul68980082003-03-25 05:07:42 +0000296%endif
paule0626852003-03-18 14:11:36 +0000297
paul788cdc62003-01-18 00:22:08 +0000298%changelog
paul406f7002003-11-02 07:30:52 +0000299* Sun Nov 2 2003 Paul Jakma <paul@dishone.st>
300- Fix -devel package to include all files
301- Sync to 0.96.4
302
paul6bd8fd32003-08-12 12:54:13 +0000303* Tue Aug 12 2003 Paul Jakma <paul@dishone.st>
304- Renamed to Quagga
305- Sync to Quagga release 0.96
306
pauledd7c242003-06-04 13:59:38 +0000307* Tue Mar 20 2003 Paul Jakma <paul@dishone.st>
308- zebra privileges support
309
paule0626852003-03-18 14:11:36 +0000310* Mon Mar 18 2003 Paul Jakma <paul@dishone.st>
311- Fix mem leak in 'show thread cpu'
312- Ralph Keller's OSPF-API
313- Amir: Fix configure.ac for net-snmp
314
paul448ed4a2003-03-01 15:43:28 +0000315* Sat Mar 1 2003 Paul Jakma <paul@dishone.st>
316- ospfd IOS prefix to interface matching for 'network' statement
317- temporary fix for PtP and IPv6
318- sync to zebra.org CVS
319
paul8f754982003-01-20 04:55:51 +0000320* Mon Jan 20 2003 Paul Jakma <paul@dishone.st>
321- update to latest cvs
322- Yon's "show thread cpu" patch - 17217
323- walk up tree - 17218
324- ospfd NSSA fixes - 16681
325- ospfd nsm fixes - 16824
326- ospfd OLSA fixes and new feature - 16823
327- KAME and ifindex fixes - 16525
328- spec file changes to allow redhat files to be in tree
329
pauld7ccae22003-01-18 00:24:00 +0000330* Sat Dec 28 2002 Alexander Hoogerhuis <alexh@ihatent.com>
331- Added conditionals for building with(out) IPv6, vtysh, RIP, BGP
332- Fixed up some build requirements (patch)
333- Added conditional build requirements for vtysh / snmp
334- Added conditional to %files for %_bindir depending on vtysh
335
paul788cdc62003-01-18 00:22:08 +0000336* Mon Nov 11 2002 Paul Jakma <paulj@alphyra.ie>
337- update to latest CVS
338- add Greg Troxel's md5 buffer copy/dup fix
339- add RIPv1 fix
340- add Frank's multicast flag fix
341
342* Wed Oct 09 2002 Paul Jakma <paulj@alphyra.ie>
343- update to latest CVS
344- timestamped crypt_seqnum patch
345- oi->on_write_q fix
346
347* Mon Sep 30 2002 Paul Jakma <paulj@alphyra.ie>
348- update to latest CVS
349- add vtysh 'write-config (integrated|daemon)' patch
350- always 'make rebuild' in vtysh/ to catch new commands
351
352* Fri Sep 13 2002 Paul Jakma <paulj@alphyra.ie>
353- update to 0.93b
354
355* Wed Sep 11 2002 Paul Jakma <paulj@alphyra.ie>
356- update to latest CVS
357- add "/sbin/ip route flush proto zebra" to zebra RH init on startup
358
359* Sat Aug 24 2002 Paul Jakma <paulj@alphyra.ie>
360- update to current CVS
361- add OSPF point to multipoint patch
362- add OSPF bugfixes
363- add BGP hash optimisation patch
364
365* Fri Jun 14 2002 Paul Jakma <paulj@alphyra.ie>
366- update to 0.93-pre1 / CVS
367- add link state detection support
368- add generic PtP and RFC3021 support
369- various bug fixes
370
371* Thu Aug 09 2001 Elliot Lee <sopwith@redhat.com> 0.91a-6
372- Fix bug #51336
373
374* Wed Aug 1 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.91a-5
375- Use generic initscript strings instead of initscript specific
376 ( "Starting foo: " -> "Starting $prog:" )
377
378* Fri Jul 27 2001 Elliot Lee <sopwith@redhat.com> 0.91a-4
379- Bump the release when rebuilding into the dist.
380
381* Tue Feb 6 2001 Tim Powers <timp@redhat.com>
382- built for Powertools
383
384* Sun Feb 4 2001 Pekka Savola <pekkas@netcore.fi>
385- Hacked up from PLD Linux 0.90-1, Mandrake 0.90-1mdk and one from zebra.org.
386- Update to 0.91a
387- Very heavy modifications to init.d/*, .spec, pam, i18n, logrotate, etc.
388- Should be quite Red Hat'isque now.