Rebrand repository documentation

Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
Jean-Baptiste
2025-05-04 15:49:24 +02:00
committed by Konstantin Pastbin
parent f6ebf9fcd4
commit c36a9e8c63
11 changed files with 65 additions and 69 deletions

View File

@@ -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}