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:
Quentin Young 2018-09-05 17:47:53 +00:00
parent eac04cfd59
commit d88f11441a
6 changed files with 3 additions and 2589 deletions

View file

@ -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>

View file

@ -1,4 +0,0 @@
ChangeLog information for FRRouting is for now recorded in source-code
management system. Please see:
http://www.frrouting.org/

2574
NEWS

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@ AM_CONDITIONAL([BUILD_CLIPPY], [$build_clippy])
# Disable portability warnings -- our automake code (in particular
# 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],[])])
AM_SILENT_RULES([yes])
AC_CONFIG_HEADERS(config.h)

View file

@ -1,5 +1,3 @@
AUTHORS
NEWS
README
doc/user/*.rst
doc/figures/*.png

View file

@ -561,9 +561,9 @@ fi
%files
%doc */*.sample* AUTHORS COPYING
%doc */*.sample* COPYING
%doc doc/mpls
%doc ChangeLog NEWS README
%doc README
%if 0%{?frr_user:1}
%dir %attr(751,%{frr_user},%{frr_user}) %{configdir}
%dir %attr(750,%{frr_user},%{frr_user}) %{_localstatedir}/log/frr