Skip to content

Commit

Permalink
[messagingframework] Use package version in pkgconfig, fixes jb#38551
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kenttälä committed Dec 17, 2018
1 parent ad366fd commit 76c3ef4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpm/qmf-qt5.spec
Expand Up @@ -24,7 +24,7 @@ BuildRequires: qt5-qttools-qthelp-devel
BuildRequires: qt5-plugin-platform-minimal
BuildRequires: qt5-plugin-sqldriver-sqlite
BuildRequires: fdupes
Requires: buteo-syncfw-qt5 >= 0.7.16
Requires: buteo-syncfw-qt5 >= 0.7.16

Patch1: 0001-Stop-_incomingDataTimer-when-imapprotocol-object-is-.patch
Patch2: 0002-Introduce-acceptUntrustedCertificates-configuration.patch
Expand Down Expand Up @@ -177,7 +177,8 @@ touch .git
DEFINES+=USE_ACCOUNTS_QT \
DEFINES+=USE_KEEPALIVE \
DEFINES+=USE_HTML_PARSER \
CONFIG+=syslog
CONFIG+=syslog \
VERSION=`echo %{version} | sed 's/+.*//'`

make %{?_smp_mflags}

Expand Down

0 comments on commit 76c3ef4

Please sign in to comment.