#1 Fixed build against libquotient 0.7
Closed a year ago by mymindstorm. Opened a year ago by xvitaly.
Unknown source libquotient-0.7  into  rawhide

file modified
+7 -8
@@ -1,19 +1,19 @@

  %global appid com.github.quaternion

  %global forgeurl    https://github.com/quotient-im/Quaternion

- %global tag         %{version}

+ %global commit      dd02ec8945c471ff2be67ce5fa7ab65c15dbee0f

  

  Name:       quaternion

- Version:    0.0.95.1

+ Version:    0.0.95.50

  Release:    %autorelease

  

  %forgemeta

  

  Summary:    A Qt5-based IM client for Matrix

- License:    GPLv3

+ License:    GPL-3.0-or-later

  URL:        %{forgeurl}

  Source0:    %{forgesource}

  

- BuildRequires: make

+ BuildRequires: ninja-build

  BuildRequires: gcc-c++

  BuildRequires: cmake

  BuildRequires: desktop-file-utils
@@ -44,15 +44,14 @@

  %forgesetup

  

  %build

- %cmake \

+ %cmake -G Ninja \

      -DCMAKE_BUILD_TYPE=Release \

      -DUSE_INTREE_LIBQMC=NO

- %make_build -C %{_vpath_builddir}

+ %cmake_build

  

  %install

- %make_install -C %{_vpath_builddir}

+ %cmake_install

  %find_lang %{name} --with-qt

- cp -p linux/%{appid}.appdata.xml %{buildroot}%{_metainfodir}

  

  %check

  desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop

Fixed build against libquotient 0.7 by switching to Git snapshots.

rebased onto 251cf95

a year ago

rebased onto a650906

a year ago

rebased onto 3a01f15

a year ago

rebased onto d4d4449

a year ago

rebased onto 70664c2

a year ago

rebased onto dc03dee

a year ago

rebased onto b06f153

a year ago

Closing this in favor of using newer snapshot and because versioning does not follow packaging guidelines.

Pull-Request has been closed by mymindstorm

a year ago
Metadata