mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +02:00

This patch moves already existing packaging scripts from jami-project into client-qt. Introduced changes are: + WITH_SUBMODULE must search in system lib too because for packaging client-qt (for rpm) will be built separately, and will depend on jami-daemon. + Fix appdata.xml (replace old wiki with docs.jami.net) + path changes (because we build in client-qt not jami-project). GitLab: #853 Change-Id: I1313830d85c8094fcbcc52e22033a2add7b1e89f
25 lines
884 B
RPMSpec
25 lines
884 B
RPMSpec
# Made into a transitional package on 2022-06-21, after libjamiclient
|
|
# was merged into src/libclient under jami-client-qt.git, to provide
|
|
# an upgrade path to existing users. Feel free to remove this package
|
|
# later into the future, some time after 2023-06-21 perhaps.
|
|
|
|
%define name jami-libclient
|
|
%define version RELEASE_VERSION
|
|
%define release 0
|
|
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Release: %{release}%{?dist}
|
|
Summary: Transitional package for Jami; can be safely removed
|
|
Group: Applications/Internet
|
|
License: GPLv3+
|
|
Vendor: Savoir-faire Linux
|
|
URL: https://jami.net/
|
|
Source: jami_%{version}.tar.gz
|
|
|
|
%description
|
|
This is a transitional package. Jami libclient has been merged into
|
|
the jami-qt client code-base, and this package can be safely removed.
|
|
|
|
# Required, otherwise no rpm is generated.
|
|
%files
|