Switched to the new way of forwarding commit hash to the About dialog.

f39
Vitaly Zaitsev 4 years ago
parent 32bea0da9e
commit 42f41dfd5f
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

@ -58,10 +58,11 @@ Contain doc files of %{name}.
%prep
%autosetup -n %{name}-%{commit} -p1
rm -rf {qtsingleapplication,maclibs,winlibs}
sed -e '/^VERSION =/s/$/%{shortcommit}/' -e '/qtsingleapplication.pri/d' -i %{name}.pro
sed -e '/qtsingleapplication.pri/d' -i %{name}.pro
%build
%qmake_qt5 PREFIX=%{_prefix} CONFIG+=qtsingleapplication CONFIG+=no_ffmpeg_player %{name}.pro
echo "1.5.0-RC2 (%{shortcommit})" > version.txt
%make_build
%install

Loading…
Cancel
Save