Make source URL compatible with release candidates

This commit is contained in:
Kai A. Hiller 2020-05-28 19:06:49 +00:00 committed by Dan Callaghan
parent 700ab3ca86
commit b663fc1b2a

View file

@ -1,5 +1,8 @@
%global srcname synapse %global srcname synapse
# Version suffix in URL when building release candidates
%global rcx %{nil}
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
Name: matrix-%{srcname} Name: matrix-%{srcname}
@ -8,7 +11,7 @@ Release: 2%{?dist}
Summary: A Matrix reference homeserver written in Python using Twisted Summary: A Matrix reference homeserver written in Python using Twisted
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/matrix-org/%{srcname} URL: https://github.com/matrix-org/%{srcname}
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz Source0: %{url}/archive/v%{version}%{rcx}/%{srcname}-%{version}%{rcx}.tar.gz
Source1: synapse.sysconfig Source1: synapse.sysconfig
Source2: synapse.service Source2: synapse.service
BuildArch: noarch BuildArch: noarch
@ -71,7 +74,7 @@ the ecosystem.
%prep %prep
%autosetup -p1 -n %{srcname}-%{version} %autosetup -p1 -n %{srcname}-%{version}%{rcx}
# We don't support the built-in client so remove all the bundled JS. # We don't support the built-in client so remove all the bundled JS.
rm -rf synapse/static rm -rf synapse/static