summaryrefslogtreecommitdiffstats
path: root/ax25-tools.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.