aboutsummaryrefslogtreecommitdiffhomepage
path: root/redhat
Commit message (Collapse)AuthorAge
* rpm: add license/doc filesDusty Mabe2019-10-09
| | | | Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: correct man page entry in files sectionDusty Mabe2019-10-09
| | | | | | | | | | | | Code review comments [1]: - Man pages should not be marked as %doc - man pages extension should be globbed as the compression may change in the future. - the man page should be installed unzipped. The compression will be handled by the rpm build process. - %doc /usr/share/man/man1/%{name}.1.gz → %{_mandir}/man1/%{name}.1* [1] https://bugzilla.redhat.com/show_bug.cgi?id=1750179#c2 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: use %{_bindir}Dusty Mabe2019-10-09
| | | | | | | | | Code review comment [1]: - /usr/bin/%{name} → %{_bindir}/%{name} [1] https://bugzilla.redhat.com/show_bug.cgi?id=1750179#c2 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: debug_package not usefulDusty Mabe2019-10-09
| | | | | | | | | Code review comment [1]: - %global debug_package %{nil} is not useful for a noarch package [1] https://bugzilla.redhat.com/show_bug.cgi?id=1750179#c2 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: make the rpm noarchDusty Mabe2019-10-09
| | | | | | It's not specific to any CPU architecture. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: use full URL for sourceDusty Mabe2019-10-09
| | | | | | | | Also update the setup line to %{name}-%{version} to match the folder setup from the tar.gz file downloaded from https://git.spwhitton.name/%{name}/snapshot/%{name}-%{version}.tar.gz Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* rpm: convert tabs to spacesDusty Mabe2019-10-09
| | | | Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
* Fixes spec fileFrank Grüllich2019-09-28
| | | | | | | - correct BuildRequires, - bumps version in it. Signed-off-by: Frank Grüllich <frank.gruellich@gmail.com>
* replace RPM desc with Debian package descriptionSean Whitton2017-10-20
|
* SPEC file to build RPMsFrank Gruellich2017-10-20