update to 17.08.0 [release 17.08.0-1mamba;Fri Sep 01 2017]
This commit is contained in:
parent
a04579cdfc
commit
85379fc215
@ -1,5 +1,5 @@
|
||||
Name: ktp-call-ui
|
||||
Version: 0.9.0
|
||||
Version: 17.08.0
|
||||
Release: 1mamba
|
||||
Summary: Voice/Video Call GUI for KDE Telepathy
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
@ -7,30 +7,39 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-call-ui-%{version}.tar.bz2
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/ktp-call-ui-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: farstream1-devel
|
||||
BuildRequires: farstream-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ktp-common-internals-devel
|
||||
BuildRequires: libQt5GStreamer-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgstreamer010-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt-gstreamer-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdeclarative-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkpackage-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libtelepathy-qt5-devel
|
||||
BuildRequires: telepathy-farstream-devel
|
||||
BuildRequires: telepathy-glib-devel
|
||||
BuildRequires: telepathy-qt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
Requires: ktp-accounts-kcm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -43,7 +52,7 @@ A GUI VoIP client software for KDE which uses the telepathy framework underneath
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -57,18 +66,21 @@ A GUI VoIP client software for KDE which uses the telepathy framework underneath
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/ktp-dialout-ui
|
||||
%{_kde4_libexecdir}/ktp-call-ui
|
||||
%dir %{_kde4_datadir}/ktp-call-ui
|
||||
%{_kde4_datadir}/ktp-call-ui/callwindowui.rc
|
||||
%{_kde4_datadir}/ktp-call-ui/Main.qml
|
||||
%dir %{_kde4_datadir}/ktp-call-ui/core
|
||||
%{_kde4_datadir}/ktp-call-ui/core/*.qml
|
||||
%{_kde4_sharedir}/telepathy/clients/KTp.CallUi.client
|
||||
%{_kde5_bindir}/ktp-dialout-ui
|
||||
%{_libexecdir}/ktp-call-ui
|
||||
%{_datadir}/kxmlgui5/ktp-call-ui/callwindowui.rc
|
||||
%dir %{_kde5_datadir}/ktp-call-ui
|
||||
%{_kde5_datadir}/ktp-call-ui/Main.qml
|
||||
%dir %{_kde5_datadir}/ktp-call-ui/core
|
||||
%{_kde5_datadir}/ktp-call-ui/core/*.qml
|
||||
%{_kde5_sharedir}/telepathy/clients/KTp.CallUi.client
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 17.08.0-1mamba
|
||||
- update to 17.08.0
|
||||
|
||||
* Wed Oct 29 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||
- update to 0.9.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user