https://bugzilla.redhat.com/show_bug.cgi?id=2309684
Artur Frenszek-Iwicki fedora@svgames.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@svgames.pl Doc Type|--- |If docs needed, set a value
--- Comment #3 from Artur Frenszek-Iwicki fedora@svgames.pl ---
Source0: %{name}-%{version}.tar.gz
This should be a downloadable URL. Since the project is hosted on GitHub, you can use:
URL: https://github.com/sctech-tr/betterfetch Source0: %{URL}/archive/v%{version}/%{name}-%{version}.tar.gz
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/
%files /usr/bin/betterfetch /usr/bin/betterfetchrc /etc/betterfetchrc /etc/betterfetch-version
Don't hardcode these paths. Replace /usr/bin with the %{_bindir} macro and /etc/ with the %{_sysconfdir} macro. This should be done in both the %files and %install sections. https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/#macros_...
Also, please include the license text. https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuideline...