summaryrefslogtreecommitdiffstats
path: root/ax25-apps.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-1/+0
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-1/+0
| | | | | | They only enforce what's already the default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Install call as axcall and listen as axlisten.Ralf Baechle2019-03-261-1/+1
| | | | | | | | | | This is already standard with distributions since several years so change the rpm spec file to follow. For the time being the default names when using the configure script will however stay unchanged. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Add a few BuildRequires: Tags as noticed in mock builds.Ralf Baechle2019-03-261-0/+3
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-261-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-261-1/+1
| | | | | | As required by Fedora versioning guidelines. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Fix warnings during package build.Ralf Baechle2015-05-281-1/+0
| | | | | | | | | | | | | | warning: File listed twice: /usr/share/doc/ax25-apps warning: File listed twice: /usr/share/doc/ax25-apps/COPYING.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/HISTORY.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/README.ax25ipd warning: File listed twice: /usr/share/doc/ax25-apps/README.ax25rtd warning: File listed twice: /usr/share/doc/ax25-apps/TODO.ax25rtd %doc doesn't only mark a file a doc file but also includes it in the the files packaged. So no point in listing it yet again. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* RPM: Include config files in rpm package.Ralf Baechle2015-05-281-1/+5
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Nuke trailing whitespace.Ralf Baechle2015-05-021-1/+1
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* List docfiles to be packaged in spec file.Ralf Baechle2013-06-041-0/+1
| | | | | | | | | | | | | 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>
* Remove bogus removal of doc files.Ralf Baechle2013-06-041-3/+0
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Add support for building rpm packages.Ralf Baechle2009-06-271-0/+52
Now just a rpmbuild -ta <foo.tar.gz> will do.