mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +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_cv_htonl_works=no)])
|
||||||
AC_MSG_RESULT($ac_cv_htonl_works)
|
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 "
|
echo "
|
||||||
zebra configuration
|
zebra configuration
|
||||||
|
@ -908,7 +908,11 @@ ac_cv_htonl_works=yes,
|
|||||||
ac_cv_htonl_works=no)])
|
ac_cv_htonl_works=no)])
|
||||||
AC_MSG_RESULT($ac_cv_htonl_works)
|
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 "
|
echo "
|
||||||
zebra configuration
|
zebra configuration
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
Name: zebra
|
Name: zebra
|
||||||
Version: 0.94
|
Version: @VERSION@
|
||||||
Release: 2003032501
|
Release: @CONFDATE@
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz
|
Loading…
Reference in New Issue
Block a user