RC2 in the spec file, not Source
This commit is contained in:
parent
8ef222dfad
commit
6c279c957b
|
@ -1,10 +1,10 @@
|
||||||
Name: barrier
|
Name: barrier
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
#Version: 2.0.0-RC2 ###FIXME can't have a dash - in the version string
|
|
||||||
Summary: Keyboard and mouse sharing solution
|
Summary: Keyboard and mouse sharing solution
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
URL: https://github.com/debauchee/barrier/
|
URL: https://github.com/debauchee/barrier/
|
||||||
Source: barrier-2.0.0-Source.tar.gz
|
Source: barrier-2.0.0-RC2.tar.gz
|
||||||
|
#Source: barrier-2.0.0-Source.tar.gz
|
||||||
#Source: https://github.com/debauchee/barrier/archive/v2.0.0-RC2.tar.gz
|
#Source: https://github.com/debauchee/barrier/archive/v2.0.0-RC2.tar.gz
|
||||||
# workaround the git versionning and set to Release instead of the default Debug
|
# workaround the git versionning and set to Release instead of the default Debug
|
||||||
#Source1: build_env.sh
|
#Source1: build_env.sh
|
||||||
|
@ -38,8 +38,8 @@ Work seamlessly across Windows, macOS and Linux.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-2.0.0-Source
|
#%setup -n %{name}-2.0.0-Source
|
||||||
#%setup -n %{name}-2.0.0-RC2
|
%setup -n %{name}-2.0.0-RC2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "export B_BUILD_TYPE=Release" > build_env.sh
|
echo "export B_BUILD_TYPE=Release" > build_env.sh
|
||||||
|
|
|
@ -10,4 +10,4 @@ RUN yum -y install cmake3 make qt5-qtbase-devel gcc \
|
||||||
|
|
||||||
# during the testing period using truatpasteurdotfr/barrier pre-released tarball
|
# during the testing period using truatpasteurdotfr/barrier pre-released tarball
|
||||||
# final version should use the https://github.com/debauchee/barrier release versions
|
# final version should use the https://github.com/debauchee/barrier release versions
|
||||||
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz -O barrier-2.0.0-Source.tar.gz && rpmbuild -ta barrier-2.0.0-Source.tar.gz | tee rpmbuild.log
|
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz -O barrier-2.0.0-RC2.tar.gz && rpmbuild -ta barrier-2.0.0-RC2.tar.gz | tee rpmbuild.log
|
||||||
|
|
Loading…
Reference in New Issue