mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
Rebrand repository documentation
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
f6ebf9fcd4
commit
c36a9e8c63
@@ -32,7 +32,7 @@ License: Apache Public License 2.0
|
||||
Vendor: Mail.Ru Group
|
||||
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/organicmaps/organicmaps
|
||||
URL: https://codeberg.com/comaps/comaps
|
||||
Source: omim-py-modules-%{version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
@@ -63,7 +63,7 @@ if [ -e %{S:0} ]; then
|
||||
%{__tar} xzf %{S:0}
|
||||
%{__chmod} -Rf a+rX,u+w,g-w,o-w %{_builddir}/%{name}-%{version}
|
||||
else
|
||||
git clone --depth=1 https://github.com/organicmaps/organicmaps.git %{_builddir}/%{name}-%{version}/omim
|
||||
git clone --depth=1 https://codeberg.com/comaps/comaps.git %{_builddir}/%{name}-%{version}/omim
|
||||
pushd %{_builddir}/%{name}-%{version}/omim
|
||||
git fetch origin tag %{tag} --depth=1
|
||||
git checkout %{tag}
|
||||
|
||||
Reference in New Issue
Block a user