https://bugzilla.redhat.com/show_bug.cgi?id=2172112
--- Comment #4 from Neal Gompa ngompa13@gmail.com ---
Source: https://github.com/sogou/workflow/archive/v%%7Bversion%7D/%%7Bname%7D-%%7Bve...
You can simplify the Source: value to "%{url}/archive/v%{version}/%{name}-%{version}.tar.gz"
%global _description %{expand: As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end C++ online services of Sogou, including all search services, cloud input method, online advertisements, etc., handling more than 10 billion requests every day. This is an enterprise-level programming engine in light and elegant design which can satisfy most C++ back-end development requirements.}
%description %{_description}
This is unnecessary abstraction. The description is used in only one place, so you can eliminate the variable.
package-review@lists.fedoraproject.org