Skip to content

Commit

Permalink
Merge branch 'cryptoplugin_split' into 'master'
Browse files Browse the repository at this point in the history
[messagingframework] Split crypto plugins into subppackage. Contributes to MER#1780

See merge request mer-core/messagingframework!24
  • Loading branch information
pvuorela committed Dec 19, 2018
2 parents 731e3fd + 9204641 commit bb2e61a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rpm/qmf-qt5.spec
Expand Up @@ -107,7 +107,6 @@ This package contains:
%package -n libqmfclient1-qt5
Summary: Qt Messaging Framework (QMF) client library
Group: System/Libraries
Requires: dirmngr
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -126,6 +125,14 @@ client applications.
This package contains a library for developing applications that work with
messages.

%package -n libqmfclient1-qt5-cryptoplugins
Summary: QMF crypto plugins
Requires: libqmfclient1-qt5 = %{version}
Requires: dirmngr

%description -n libqmfclient1-qt5-cryptoplugins
This package contains the cryptographic plugins for email signing


# TODO: upstream stopped installing tests. get them back.
%if 0
Expand Down Expand Up @@ -238,6 +245,8 @@ ln -sf ../messageserver5-accounts-check.service "$UNIT_DIR/messageserver5-accoun
%{_libdir}/libQmfClient.so.*
%{_libdir}/qt5/plugins/contentmanagers/libqmfstoragemanager.so
%{_libdir}/qt5/plugins/ssoauth/

%files -n libqmfclient1-qt5-cryptoplugins
%{_libdir}/qt5/plugins/crypto/

%if 0
Expand Down

0 comments on commit bb2e61a

Please sign in to comment.