https://bugzilla.redhat.com/show_bug.cgi?id=1352993 --- Comment #5 from Igor Gnatenko <ignatenko@xxxxxxxxxx> --- (In reply to Jeremy Cline from comment #4) > (In reply to Igor Gnatenko from comment #3) > > Just one note: > > > Source0: %{url}/archive/v%{version}.tar.gz > > Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz > > > > Otherwise it is really hard to find for which package belongs tarball. > > Unfortunately that doesn't work because it's not a valid URL. GitHub's > archives are available at <repo-url>/archive/<tag-name>.{tar.gz,zip} and > upstream uses the tag format `v<version number>`. It does. Look below: [brain@x1carbon libhif]$ curl -L -O https://github.com/kennethreitz/args/archive/v0.1.0/python-args-0.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 125 0 125 0 0 130 0 --:--:-- --:--:-- --:--:-- 130 100 4038 100 4038 0 0 2396 0 0:00:01 0:00:01 --:--:-- 2396 [brain@x1carbon libhif]$ tar xvf python-args-0.1.0.tar.gz args-0.1.0/ args-0.1.0/.gitignore args-0.1.0/LICENSE args-0.1.0/README.rst args-0.1.0/args.py args-0.1.0/setup.py > > Thanks for the review! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx