automatic version update by autodist [release 17.08.0-1mamba;Thu Aug 31 2017]

This commit is contained in:
Automatic Build System 2024-01-06 03:14:15 +01:00
parent 651adaef43
commit 3a3b43cb47

View File

@ -1,5 +1,5 @@
Name: ktp-filetransfer-handler
Version: 0.9.0
Version: 17.08.0
Release: 1mamba
Summary: KDE Telepathy file transfer handler
Group: Graphical Desktop/Applications/Networking
@ -7,19 +7,26 @@ 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-filetransfer-handler-%{version}.tar.bz2
Source: http://download.kde.org/stable/applications/%{version}/src/ktp-filetransfer-handler-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: ktp-common-internals-devel
BuildRequires: libgcc
BuildRequires: libqt4-devel
BuildRequires: libkcompletion-devel
BuildRequires: libkconfig-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libki18n-devel
BuildRequires: libkio-devel
BuildRequires: libkjobwidgets-devel
BuildRequires: libkservice-devel
BuildRequires: libkwallet-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: telepathy-qt-devel
BuildRequires: libtelepathy-qt5-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: kde-workspace
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
@ -37,7 +44,7 @@ It doesn't set any filter on the mime type, therefore, it should catch all the f
%setup -q
%build
%cmake_kde4 -d build
%cmake_kde5 -d build
%make
%install
@ -51,12 +58,18 @@ It doesn't set any filter on the mime type, therefore, it should catch all the f
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde4_libexecdir}/ktp-filetransfer-handler
%{_kde4_sharedir}/telepathy/clients/KTp.FileTransferHandler.client
%{_libexecdir}/ktp-filetransfer-handler
%{_datadir}/telepathy/clients/KTp.FileTransferHandler.client
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.FileTransferHandler.service
%doc AUTHORS COPYING
%changelog
* Thu Aug 31 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
- automatic version update by autodist
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.3-1mamba
- update to 15.04.3
* Wed Oct 29 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
- automatic version update by autodist