automatic version update by autodist [release 17.08.0-1mamba;Thu Aug 31 2017]
This commit is contained in:
parent
c86ff73c18
commit
0c851103a8
121
ktp-text-ui.spec
121
ktp-text-ui.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ktp-text-ui
|
Name: ktp-text-ui
|
||||||
Version: 0.9.0
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Telepathy text chat window
|
Summary: KDE Telepathy text chat window
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -7,21 +7,42 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-text-ui-%{version}.tar.bz2
|
Source: http://download.kde.org/stable/applications/%{version}/src/ktp-text-ui-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
BuildRequires: ktp-common-internals-devel
|
BuildRequires: ktp-common-internals-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqjson-devel
|
BuildRequires: libkarchive-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libkauth-devel
|
||||||
BuildRequires: libsoprano-devel
|
BuildRequires: libkcmutils-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkcompletion-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libkdbusaddons-devel
|
||||||
|
BuildRequires: libkdewebkit-devel
|
||||||
|
BuildRequires: libkemoticons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libkiconthemes-devel
|
||||||
|
BuildRequires: libkio-devel
|
||||||
|
BuildRequires: libkitemviews-devel
|
||||||
|
BuildRequires: libkjobwidgets-devel
|
||||||
|
BuildRequires: libknotifications-devel
|
||||||
|
BuildRequires: libknotifyconfig-devel
|
||||||
|
BuildRequires: libkservice-devel
|
||||||
|
BuildRequires: libktextwidgets-devel
|
||||||
|
BuildRequires: libkwallet-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libkwindowsystem-devel
|
||||||
|
BuildRequires: libkxmlgui-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: telepathy-qt-devel
|
BuildRequires: libtelepathy-qt5-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: kde-workspace
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -41,7 +62,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -55,59 +76,67 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/ktp-log-viewer
|
%{_kde5_bindir}/ktp-log-viewer
|
||||||
%{_kde4_libdir}/libktpchat.so
|
%{_kde5_libdir}/libktpchat.so
|
||||||
%{_kde4_libdir}/libktpimagesharer.so
|
%{_kde5_libdir}/libktpimagesharer.so
|
||||||
%{_kde4_libdir}/kde4/kcm_ktp_chat_*.so
|
%{_libdir}/qt5/plugins/kcm_ktp*.so
|
||||||
%{_kde4_libdir}/kde4/kcm_ktp_logviewer_behavior.so
|
%{_libdir}/qt5/plugins/ktptextui_message_filter_*.so
|
||||||
%{_kde4_libdir}/kde4/kcm_ktptextui_message_filter_latex.so
|
%{_libexecdir}/ktp-adiumxtra-protocol-handler
|
||||||
%{_kde4_libdir}/kde4/ktptextui_message_filter_*.so
|
%{_libexecdir}/ktp-text-ui
|
||||||
%{_kde4_libexecdir}/ktp-adiumxtra-protocol-handler
|
%{_datadir}/applications/org.kde.ktplogviewer.desktop
|
||||||
%{_kde4_libexecdir}/ktp-text-ui
|
%{_datadir}/ktp-log-viewer/log-viewer.rc
|
||||||
%dir %{_kde4_datadir}/ktelepathy
|
%{_datadir}/kservices5/kcm_ktptextui_message_filter_emoticons.desktop
|
||||||
%{_kde4_datadir}/ktelepathy/longurl.js
|
%{_datadir}/kxmlgui5/ktp-text-ui/chatwindow.rc
|
||||||
%{_kde4_datadir}/ktelepathy/longurlServices.json
|
%dir %{_kde5_datadir}/ktelepathy
|
||||||
%{_kde4_datadir}/ktelepathy/showBugzillaInfo.js
|
%{_kde5_datadir}/ktelepathy/longurl.js
|
||||||
%{_kde4_datadir}/ktelepathy/Template.html
|
%{_kde5_datadir}/ktelepathy/longurlServices.json
|
||||||
%dir %{_kde4_datadir}/ktelepathy/styles
|
%{_kde5_datadir}/ktelepathy/showBugzillaInfo.js
|
||||||
%dir %{_kde4_datadir}/ktelepathy/styles/SimKete.AdiumMessageStyle
|
%{_kde5_datadir}/ktelepathy/Template.html
|
||||||
%{_kde4_datadir}/ktelepathy/styles/SimKete.AdiumMessageStyle/*
|
%dir %{_kde5_datadir}/ktelepathy/styles
|
||||||
%dir %{_kde4_datadir}/ktelepathy/styles/WoshiChat.AdiumMessageStyle
|
%dir %{_kde5_datadir}/ktelepathy/styles/SimKete.AdiumMessageStyle
|
||||||
%{_kde4_datadir}/ktelepathy/styles/WoshiChat.AdiumMessageStyle/*
|
%{_kde5_datadir}/ktelepathy/styles/SimKete.AdiumMessageStyle/*
|
||||||
%{_kde4_datadir}/ktelepathy/styles/renkoo.AdiumMessageStyle
|
%dir %{_kde5_datadir}/ktelepathy/styles/WoshiChat.AdiumMessageStyle
|
||||||
%{_kde4_datadir}/ktp-log-viewer/log-viewer.rc
|
%{_kde5_datadir}/ktelepathy/styles/WoshiChat.AdiumMessageStyle/*
|
||||||
%{_kde4_datadir}/ktp-text-ui/chatwindow.rc
|
%{_kde5_datadir}/ktelepathy/styles/renkoo.AdiumMessageStyle
|
||||||
%{_kde4_servicetypesdir}/ktptxtui_message_filter.desktop
|
#%{_kde5_datadir}/ktp-log-viewer/log-viewer.rc
|
||||||
%{_kde4_servicesdir}/adiumxtra.protocol
|
#%{_kde5_datadir}/ktp-text-ui/chatwindow.rc
|
||||||
%{_kde4_servicesdir}/ktptextui_*.desktop
|
%{_kde5_servicetypesdir}/ktptxtui_message_filter.desktop
|
||||||
%{_kde4_servicesdir}/kcm_ktp_chat_appearance.desktop
|
%{_kde5_servicesdir}/adiumxtra.protocol
|
||||||
%{_kde4_servicesdir}/kcm_ktp_chat_behavior.desktop
|
%{_kde5_servicesdir}/ktptextui_*.desktop
|
||||||
%{_kde4_servicesdir}/kcm_ktp_chat_messages.desktop
|
%{_kde5_servicesdir}/kcm_ktp_chat_appearance.desktop
|
||||||
%{_kde4_servicesdir}/kcm_ktp_chat_otr.desktop
|
%{_kde5_servicesdir}/kcm_ktp_chat_behavior.desktop
|
||||||
%{_kde4_servicesdir}/kcm_ktp_logviewer_behavior.desktop
|
%{_kde5_servicesdir}/kcm_ktp_chat_messages.desktop
|
||||||
%{_kde4_servicesdir}/kcm_ktptextui_message_filter_latex.desktop
|
%{_kde5_servicesdir}/kcm_ktp_chat_otr.desktop
|
||||||
%{_kde4_sharedir}/telepathy/clients/KTp.TextUi.client
|
%{_kde5_servicesdir}/kcm_ktp_logviewer_behavior.desktop
|
||||||
%{_kde4_xdgappsdir}/ktp-log-viewer.desktop
|
%{_kde5_servicesdir}/kcm_ktptextui_message_filter_latex.desktop
|
||||||
|
%{_kde5_sharedir}/telepathy/clients/KTp.TextUi.client
|
||||||
|
#%{_kde5_xdgappsdir}/ktp-log-viewer.desktop
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
#%files devel
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
#%{_kde4_includedir}/KTp
|
#%{_kde4_includedir}/KTp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.3-1mamba
|
||||||
|
- update to 15.04.3
|
||||||
|
|
||||||
* Sat Nov 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
* Sat Nov 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
- update to 0.9.0
|
- update to 0.9.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user