From ebcf8bbb05e9d74f39727d17dc95972711e0cff3 Mon Sep 17 00:00:00 2001 From: David Ward Date: May 03 2012 08:56:16 +0000 Subject: Only include sample configuration files for daemons that are built --- diff --git a/quagga.spec b/quagga.spec index 614fcc4..965ba50 100644 --- a/quagga.spec +++ b/quagga.spec @@ -374,7 +374,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc */*.sample* AUTHORS COPYING +%doc AUTHORS COPYING +%doc zebra/zebra.conf.sample +%if %with_isisd +%doc isisd/isisd.conf.sample +%endif +%doc ripd/ripd.conf.sample +%doc bgpd/bgpd.conf.sample* +%doc ospfd/ospfd.conf.sample +%if %with_ipv6 +%doc ospf6d/ospf6d.conf.sample +%doc ripngd/ripngd.conf.sample +%endif %doc doc/quagga.html %doc doc/mpls %doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO