automatic version update by autodist [release 17.08.0-1mamba;Thu Aug 31 2017]
This commit is contained in:
parent
a5f4df4ef5
commit
6df157b234
@ -1,2 +1,4 @@
|
||||
# ktp-kded-module
|
||||
|
||||
Telepathy integration module for the KDE Plasma Desktop.
|
||||
|
||||
|
110
ktp-kded-module.spec
Normal file
110
ktp-kded-module.spec
Normal file
@ -0,0 +1,110 @@
|
||||
Name: ktp-kded-module
|
||||
Version: 17.08.0
|
||||
Release: 1mamba
|
||||
Summary: Telepathy integration module for the KDE Plasma Desktop
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/ktp-kded-module-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ktp-common-internals-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkidletime-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtelepathy-qt5-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: ktp-kded-integration-module
|
||||
Obsoletes: ktp-kded-integration-module
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
Telepathy integration module for the KDE Plasma Desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/plugins/kcm_ktp_integration_module.so
|
||||
%{_libdir}/qt5/plugins/kded_ktp_integration_module.so
|
||||
%{_datadir}/kservices5/kcm_ktp_integration_module.desktop
|
||||
%{_datadir}/kservices5/kded/ktp_integration_module.desktop
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.*.service
|
||||
%doc 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
|
||||
|
||||
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||
- update to 0.9.0
|
||||
|
||||
* Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
|
||||
- update to 0.8.1
|
||||
|
||||
* Sun Oct 07 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.1-1mamba
|
||||
- update to 0.5.1
|
||||
|
||||
* Tue Aug 28 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.0-1mamba
|
||||
- update to 0.5.0
|
||||
|
||||
* Fri Jul 27 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.4.1-1mamba
|
||||
- update to 0.4.1
|
||||
|
||||
* Thu Jun 21 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.4.0-1mamba
|
||||
- update to 0.4.0
|
||||
|
||||
* Tue Apr 10 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.3.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user