https://bugzilla.redhat.com/show_bug.cgi?id=2038730

Jun.Miao <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from Jun.Miao <[email protected]> ---
> %global tarball_version %%(echo %{version} | tr '~' '.')
> Source0:        
> https://download.gnome.org/sources/libgweather/3.90/libgweather-%{tarball_version}.tar.xz
> %autosetup -p1 -n libgweather-%{tarball_version}

The Source0: https://download.gnome.org/sources/libgweather/3.90, which of
"3.90" will also change with "tarball_version"(3.90.0). Could we change it like
this??

%global tarball_version %%(echo %{version} | head -c 3)
Source0:       
https://download.gnome.org/sources/libgweather/%{tarball_version}/libgweather-%{version}.tar.xz
%autosetup -p1 -n libgweather-%{version}


or 

%global big_version %%(echo %{version} | head -c 3)
Source0:       
https://download.gnome.org/sources/libgweather/%{big_version}/libgweather-%{version}.tar.xz
%autosetup -p1 -n libgweather-%{version}



Thanks
Jun


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2038730
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to