summaryrefslogtreecommitdiffstats
path: root/ax25-tools.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* RPM: Don't include %{_sysconfdir}/ax25 directory itself.Ralf Baechle2015-05-281-1/+0
| | | | | | | | libax25 commit fe7b81a8ca94a1a32878e06b6ea68d30f73a45bd (RPM: Include /etc/ax25 dir into package.) included the directory into the libax25 package and it should only be included in a single package. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Add Tomi Manninen OH2BNS's axwrapper program.Ralf Baechle2015-05-251-0/+2
| | | | | | | | | | | | | Axwrapper first creates a pipe and then forks and execs the program <server-program> with arguments given at the axwrapper command line. The argv[0] argument is mandatory; further arguments are optional. The parent process then sits and waits for any I/O to and from the user and converts any carriage return characters from the user to line feeds and any line feeds from the program to carriage returns. This is useful when starting non-AX.25-aware programs from ax25d. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Add config files to rpm spec file.Ralf Baechle2015-05-231-1/+12
| | | | | | | Even though these files are just templates to get started with they make it much easier to the user trying to get started. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Split off doc files into ax25-tools-docs package.Ralf Baechle2013-06-041-41/+19
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Remove bogus removal of doc files.Ralf Baechle2013-06-041-3/+0
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Building an rpm requires mesa-libGLU-devel.Ralf Baechle2013-06-041-0/+1
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Move the X-based smdiag and man page into ax25-tools-x package.Ralf Baechle2011-06-251-6/+51
| | | | | | This means the installation of the plain ax25-tools package will no longer pull in tons of X libraries. This is useful on VMs or resource constrained hardware.
* Split off X programs into a separate rpm package.Ralf Baechle2011-06-251-5/+70
| | | | | This avoids lots of other packages being installed to satisfy dependencies when installing the ax25-tools rpm.
* Add a build dependency to libXi-devel, fltk-devel to the rpm spec fileRalf Baechle2011-06-241-1/+6
| | | | | | | | | | template. Without these packages installed everything will still build ok just xfhdlcchpar, xfhdlcst, xfsmdiag and xfsmmixer won't be built. In other words, these binaries are built optional and this is no error but as show by https://bugzilla.redhat.com/show_bug.cgi?id=545272 the behaviour is confusing and builders of an rpm probably want the whole thing.
* Add support for building rpm packages.Ralf Baechle2009-06-271-0/+82
Now just a rpmbuild -ta <foo.tar.gz> will do.