Warning, /sdk/kdesvn/kdesvn_suse.spec is written in an unsupported language. File is not indexed.

0001 #
0002 # spec file for package kdesvn
0003 #
0004 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
0005 #
0006 # All modifications and additions to the file contributed by third parties
0007 # remain the property of their copyright owners, unless otherwise agreed
0008 # upon. The license for this file, and modifications and additions to the
0009 # file, is the same license as for the pristine package itself (unless the
0010 # license for the pristine package is not an Open Source License, in which
0011 # case the license is the MIT License). An "Open Source License" is a
0012 # license that conforms to the Open Source Definition (Version 1.9)
0013 # published by the Open Source Initiative.
0014 
0015 # Please submit bugfixes or comments via http://bugs.opensuse.org/
0016 #
0017 
0018 
0019 Name:           kdesvn
0020 Version:        2.1.0
0021 Release:        0
0022 Summary:        KDE Subversion Client
0023 License:        GPL-2.0+
0024 Group:          Development/Tools/Version Control
0025 Url:            http://projects.kde.org/kdesvn
0026 Source:         %{name}-%{version}.tar.xz
0027 BuildRequires:  extra-cmake-modules
0028 BuildRequires:  subversion-devel
0029 BuildRequires:  kbookmarks-devel
0030 BuildRequires:  kconfig-devel
0031 BuildRequires:  kconfigwidgets-devel
0032 BuildRequires:  kcoreaddons-devel
0033 BuildRequires:  kdbusaddons-devel
0034 BuildRequires:  kdoctools-devel
0035 BuildRequires:  ki18n-devel
0036 BuildRequires:  kiconthemes-devel
0037 BuildRequires:  kitemviews-devel
0038 BuildRequires:  kjobwidgets-devel
0039 BuildRequires:  kio-devel
0040 BuildRequires:  knotifications-devel
0041 BuildRequires:  kservice-devel
0042 BuildRequires:  ktexteditor-devel
0043 BuildRequires:  kwallet-devel
0044 BuildRequires:  kwidgetsaddons-devel
0045 BuildRequires:  pkgconfig(Qt5Sql)
0046 
0047 Obsoletes:      %{name}5 < %{version}
0048 Provides:       %{name}5 = %{version}
0049 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
0050 
0051 %description
0052 kdesvn is a GUI client for subversion repositories.
0053 
0054 %prep
0055 %setup -q
0056 
0057 %build
0058 %cmake_kf5
0059 %make_jobs
0060 
0061 %install
0062 %kf5_makeinstall
0063 rm -rf %{buildroot}%{_kf5_servicesdir}/svn*.protocol
0064 %kf5_post_install
0065 
0066 %files
0067 %defattr(-,root,root)
0068 %doc AUTHORS ChangeLog COPYING COPYING.OpenSSL
0069 %{_kf5_bindir}/kdesvn
0070 %{_kf5_bindir}/kdesvnaskpass
0071 %{_kf5_plugindir}/kdesvnpart.so
0072 %{_kf5_plugindir}/kio_ksvn.so
0073 %{_kf5_plugindir}/kf5/kded/kdesvnd.so
0074 %{_kf5_applicationsdir}/org.kde.kdesvn.desktop
0075 %{_kf5_configkcfgdir}/
0076 %{_kf5_dbusinterfacesdir}/kf5_org.kde.kdesvnd.xml
0077 %{_kf5_sharedir}/dbus-1/services/org.kde.kdesvnd.service
0078 %{_kf5_htmldir}/en/kdesvn
0079 %{_kf5_iconsdir}/hicolor/*/actions/kdesvn*
0080 %{_kf5_iconsdir}/hicolor/*/apps/kdesvn*
0081 %{_kf5_iconsdir}/hicolor/*/places/kdesvn*
0082 %{_kf5_sharedir}/kconf_update/
0083 %{_kf5_sharedir}/kdesvn/
0084 %{_kf5_servicesdir}/
0085 %{_kf5_kxmlguidir}/kdesvn/
0086 %{_kf5_sharedir}/man/man1/kdesvn*
0087 # try to make brb happy ...
0088 %dir %{_kf5_iconsdir}/hicolor/96x96
0089 %dir %{_kf5_iconsdir}/hicolor/*/actions
0090 %dir %{_kf5_iconsdir}/hicolor/*/apps
0091 %dir %{_kf5_iconsdir}/hicolor/*/places
0092 
0093 
0094 %changelog
0095 * Sun Apr 17 2016 ch.ehrlicher@gmx.de
0096 - Initial spec for opensuse / kf5