summaryrefslogtreecommitdiffstats
path: root/ax25-tools.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-2/+0
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-2/+0
| | | | | | They only enforce what's already the default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Drop useless %attr directives.Ralf Baechle2019-04-021-2/+2
| | | | | | | They only enforce what's already the default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Suggested-by: Richard Shaw <hobbes1069@gmail.com>
* RPM: Move -docs subpackage back into the main and x subpackages.Ralf Baechle2019-04-021-15/+11
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Suggested-by: Richard Shaw <hobbes1069@gmail.com>
* axgetput: Rename README file to README.axgetput.Ralf Baechle2019-03-281-1/+1
| | | | | | | | The README file was conflicting with the README files in the root directory so only the of the files ended up getting installed on "make install" or when packaging. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Shuffle doc and license files to their proper locations.Ralf Baechle2019-03-281-5/+6
| | | | | | | Every subpackage gets a copy of LICENSE and the doc package a copy of all man pages and all other documentation files. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Don't package %{_docdir}/*Ralf Baechle2019-03-281-1/+0
| | | | | | | | Now that we no longer install doc files other than man pages on make install this only ended up packaging an empty directory which we don't want anyway. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Avoid installation of doc files during make install.Ralf Baechle2019-03-281-1/+1
| | | | | | | Automake has different ideas from rpm where doc files should live. This may cause duplicate doc files and even build breakage. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Cleanup X BuildReques: tags, depending fltk-devel does it all.Ralf Baechle2019-03-271-2/+1
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Add gcc to build requirements.Ralf Baechle2019-03-261-0/+1
| | | | | | This fixes mock builds. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Make the ax25-tools-docs package a noarch package.Ralf Baechle2019-03-261-0/+1
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Package ax25/ax25.profile.Ralf Baechle2019-03-211-0/+1
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-211-1/+1
| | | | | | This is required by the Fedora versioning guidelines. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-211-1/+1
| | | | | | As required by Fedora versioning guidelines. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* 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.