mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:13:28 +00:00
Autogenerate the redhat/zebra.spec file using autoconf
supplied VERSION and CONFDATE.
This commit is contained in:
parent
408ad94329
commit
6382b6f83d
@ -908,7 +908,11 @@ ac_cv_htonl_works=yes,
|
||||
ac_cv_htonl_works=no)])
|
||||
AC_MSG_RESULT($ac_cv_htonl_works)
|
||||
|
||||
AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile ripngd/Makefile bgpd/Makefile ospfd/Makefile ospf6d/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile)
|
||||
AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile
|
||||
ripngd/Makefile bgpd/Makefile ospfd/Makefile
|
||||
ospf6d/Makefile vtysh/Makefile doc/Makefile
|
||||
ospfclient/Makefile
|
||||
redhat/zebra.spec)
|
||||
|
||||
echo "
|
||||
zebra configuration
|
||||
|
@ -908,7 +908,11 @@ ac_cv_htonl_works=yes,
|
||||
ac_cv_htonl_works=no)])
|
||||
AC_MSG_RESULT($ac_cv_htonl_works)
|
||||
|
||||
AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile ripngd/Makefile bgpd/Makefile ospfd/Makefile ospf6d/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile)
|
||||
AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile
|
||||
ripngd/Makefile bgpd/Makefile ospfd/Makefile
|
||||
ospf6d/Makefile vtysh/Makefile doc/Makefile
|
||||
ospfclient/Makefile
|
||||
redhat/zebra.spec)
|
||||
|
||||
echo "
|
||||
zebra configuration
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
Summary: Routing daemon
|
||||
Name: zebra
|
||||
Version: 0.94
|
||||
Release: 2003032501
|
||||
Version: @VERSION@
|
||||
Release: @CONFDATE@
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz
|
Loading…
Reference in New Issue
Block a user