summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 23:12:56 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 23:16:56 +0200
commitfb02eefc84bcd319b2ef09930cae04b82395fac6 (patch)
treee07410fd19f11a1f27ea625bc51a95c572f888c7
parent7fcb6223df6292e2fa772b0be8c79b404bc9b5f0 (diff)
Split off doc files into ax25-tools-docs package.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25-tools.spec.in60
1 files changed, 19 insertions, 41 deletions
diff --git a/ax25-tools.spec.in b/ax25-tools.spec.in
index 606d6c7..4eb11d4 100644
--- a/ax25-tools.spec.in
+++ b/ax25-tools.spec.in
@@ -1,6 +1,6 @@
Name: ax25-tools
Version: @BASEVERSION@@EXTRAVERSION@
-Release: 4
+Release: 1
Summary: Non-GUI tools used to configure an AX.25 enabled computer
Group: Applications/Communications
@@ -55,6 +55,13 @@ line programs; the GUI programs are contained in ax25-tools-x package.
* tcp_call - Make a TCP connection
* yamcfg - configure a YAM interface
+%package docs
+Summary: Documentation for ax25-tools and ax25-tools-x
+Group: Documentation
+
+%description docs
+This package contains the documentation for ax25-tools and ax25-tools-x.
+
%package x
Summary: Tools used to configure an AX.25 enabled computer
@@ -89,7 +96,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
-%doc yamdrv/README.yamdrv user_call/README.user_call tcpip/ttylinkd.README dmascc/README.dmascc
%{_bindir}/axgetput
%{_bindir}/bget
%{_bindir}/bput
@@ -131,44 +137,13 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/tcp_call
%{_sbindir}/ttylinkd
%{_sbindir}/yamcfg
-%{_mandir}/man1/*
-%{_mandir}/man4/*
-%{_mandir}/man5/*
-%{_mandir}/man8/ax25_call.8.gz
-%{_mandir}/man8/ax25d.8.gz
-%{_mandir}/man8/axctl.8.gz
-%{_mandir}/man8/axparms.8.gz
-%{_mandir}/man8/axspawn.8.gz
-%{_mandir}/man8/beacon.8.gz
-%{_mandir}/man8/bpqparms.8.gz
-%{_mandir}/man8/kissattach.8.gz
-%{_mandir}/man8/kissnetd.8.gz
-%{_mandir}/man8/kissparms.8.gz
-%{_mandir}/man8/m6pack.8.gz
-%{_mandir}/man8/mheardd.8.gz
-%{_mandir}/man8/mkiss.8.gz
-%{_mandir}/man8/net2kiss.8.gz
-%{_mandir}/man8/netrom_call.8.gz
-%{_mandir}/man8/netromd.8.gz
-%{_mandir}/man8/nodesave.8.gz
-%{_mandir}/man8/nrattach.8.gz
-%{_mandir}/man8/nrparms.8.gz
-%{_mandir}/man8/nrsdrv.8.gz
-%{_mandir}/man8/rip98d.8.gz
-%{_mandir}/man8/rose_call.8.gz
-%{_mandir}/man8/rsattach.8.gz
-%{_mandir}/man8/rsdwnlnk.8.gz
-%{_mandir}/man8/rsparms.8.gz
-%{_mandir}/man8/rsuplnk.8.gz
-%{_mandir}/man8/rxecho.8.gz
-%{_mandir}/man8/sethdlc.8.gz
-%{_mandir}/man8/smmixer.8.gz
-%{_mandir}/man8/spattach.8.gz
-%{_mandir}/man8/tcp_call.8.gz
-%{_mandir}/man8/ttylinkd.8.gz
-%{_mandir}/man9/baycom.9.gz
-%{_mandir}/man9/hdlcdrv.9.gz
-%{_mandir}/man9/soundmodem.9.gz
+
+%files docs
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING
+%doc yamdrv/README.yamdrv user_call/README.user_call tcpip/ttylinkd.README dmascc/README.dmascc
+%{_mandir}/man?/*
+%{_docdir}/*
%files x
%defattr(-,root,root,-)
@@ -178,9 +153,12 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/xfhdlcst
%{_sbindir}/xfsmdiag
%{_sbindir}/xfsmmixer
-%{_mandir}/man8/smdiag.8.gz
%changelog
+* Tue Jun 4 2013 Ralf Baechle <ralf@linux-mips.org>
+- Move doc files to separate docs package.
+- Reset Release to 1.
+
* Sat Jun 25 2011 Ralf Baechle <ralf@linux-mips.org>
- Add BuildRequires to libax25-devel, libXext-devel and libX11-devel.
- Move smdiag, xfhdlcchpar, xfhdlcst, xfsmdiag and xfsmmixer into a separate