From 9337059d587fd3e09ca67e22eaa3c8bade980a09 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 28 May 2015 10:13:49 +0200 Subject: RPM: Fix warnings during package build. warning: File listed twice: /usr/share/doc/ax25-apps warning: File listed twice: /usr/share/doc/ax25-apps/COPYING.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/HISTORY.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/README.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/README.ax25rtd warning: File listed twice: /usr/share/doc/ax25-apps/TODO.ax25rtd %doc doesn't only mark a file a doc file but also includes it in the the files packaged. So no point in listing it yet again. Signed-off-by: Ralf Baechle --- ax25-apps.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'ax25-apps.spec.in') diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in index a8809e7..85df276 100644 --- a/ax25-apps.spec.in +++ b/ax25-apps.spec.in @@ -47,7 +47,6 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/ax25/ax25rtd.conf %{_sbindir}/* %{_mandir}/man?/* -%{_docdir}/* %changelog * Sat Jun 27 2009 Ralf Baechle -- cgit v1.2.3