aboutsummaryrefslogtreecommitdiffhomepage
path: root/redhat
Commit message (Collapse)AuthorAge
* 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