https://bugzilla.redhat.com/show_bug.cgi?id=1687178
Artur Iwicki fedora@svgames.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@svgames.pl
--- Comment #2 from Artur Iwicki fedora@svgames.pl ---
Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ... Group: Development/Utils ... %clean
Not used in Fedora. Drop 'em. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_section...
I'd change this to https.
Source0: https://github.com/caronc/apprise/archive/v%%7Bversion%7D/apprise-%%7Bversio...
You can reuse the %{URL} here to make the line shorter.
LANG=en_US.utf8 PYTHONPATH=%{buildroot}%{python2_sitelib} coverage2 run ./setup.py test
I believe this may require you to add the en_US langpack via BuildRequires. See: https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_build...
%defattr(-,root,root,-)
Not needed. These are the default values. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions