summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 23:32:30 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 23:32:30 +0200
commit36473fe81abd600270b78f5f8ccc4c2b440c68ed (patch)
treef7b5e657ee3078f81116106c0d8fbb31bb522a1b
parent25da570202c5e0e39b7e284a389beb1c82d732f8 (diff)
List docfiles to be packaged in spec file.
This fixes this build error: error: Installed (but unpackaged) file(s) found: /usr/share/doc/ax25-apps/COPYING.ax25ipd /usr/share/doc/ax25-apps/HISTORY.ax25ipd /usr/share/doc/ax25-apps/README.ax25ipd /usr/share/doc/ax25-apps/README.ax25rtd /usr/share/doc/ax25-apps/TODO.ax25rtd Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25-apps.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in
index dadb3e0..8ed2ba4 100644
--- a/ax25-apps.spec.in
+++ b/ax25-apps.spec.in
@@ -43,6 +43,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*
+%{_docdir}/*
%changelog
* Sat Jun 27 2009 Ralf Baechle <ralf@linux-mips.org>