forked from Mirror/frr
frr: remove stale files, allow non-GNU Automake
* Add 'foreign' option to allow Automake to ignore missing GNU standard files * Remove AUTHORS * Remove NEWS * Remove ChangeLog Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
eac04cfd59
commit
d88f11441a
6
AUTHORS
6
AUTHORS
|
@ -1,6 +0,0 @@
|
||||||
Kunihiro Ishiguro <kunihiro@zebra.org>
|
|
||||||
Toshiaki Takada <takada@zebra.org>
|
|
||||||
Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
|
|
||||||
Alex D. Zinin <azinin@hotmail.com>
|
|
||||||
Gleb Natapov <gleb@nbase.co.il>
|
|
||||||
Akihiro Mizutani <mizutani@dml.com>
|
|
|
@ -1,4 +0,0 @@
|
||||||
ChangeLog information for FRRouting is for now recorded in source-code
|
|
||||||
management system. Please see:
|
|
||||||
|
|
||||||
http://www.frrouting.org/
|
|
|
@ -57,7 +57,7 @@ AM_CONDITIONAL([BUILD_CLIPPY], [$build_clippy])
|
||||||
|
|
||||||
# Disable portability warnings -- our automake code (in particular
|
# Disable portability warnings -- our automake code (in particular
|
||||||
# common.am) uses some constructs specific to gmake.
|
# common.am) uses some constructs specific to gmake.
|
||||||
AM_INIT_AUTOMAKE([1.12 -Wno-portability])
|
AM_INIT_AUTOMAKE([1.12 -Wno-portability], [foreign])
|
||||||
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
|
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
AUTHORS
|
|
||||||
NEWS
|
|
||||||
README
|
README
|
||||||
doc/user/*.rst
|
doc/user/*.rst
|
||||||
doc/figures/*.png
|
doc/figures/*.png
|
||||||
|
|
|
@ -561,9 +561,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc */*.sample* AUTHORS COPYING
|
%doc */*.sample* COPYING
|
||||||
%doc doc/mpls
|
%doc doc/mpls
|
||||||
%doc ChangeLog NEWS README
|
%doc README
|
||||||
%if 0%{?frr_user:1}
|
%if 0%{?frr_user:1}
|
||||||
%dir %attr(751,%{frr_user},%{frr_user}) %{configdir}
|
%dir %attr(751,%{frr_user},%{frr_user}) %{configdir}
|
||||||
%dir %attr(750,%{frr_user},%{frr_user}) %{_localstatedir}/log/frr
|
%dir %attr(750,%{frr_user},%{frr_user}) %{_localstatedir}/log/frr
|
||||||
|
|
Loading…
Reference in a new issue