File kompare.spec of Package kompare
#
# spec file for package kompare
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kompare
BuildRequires: libkomparediff2-devel
BuildRequires: extra-cmake-modules
BuildRequires: kcodecs-devel
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: kiconthemes-devel
BuildRequires: kjobwidgets-devel
BuildRequires: kparts-devel
BuildRequires: ktexteditor-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Widgets)
Summary: File Comparator
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/Other
Url: http://www.kde.org/
Version: 15.04.3
Release: 0
Source0: %{name}-%{version}.tar.xz
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Tool to visualize changes between two versions of a file.
%package devel
Summary: Development files for the File Comparator
Group: Development/Tools/Other
Requires: %{name} = %{version}
%description devel
Development files for the File Comparator package
%prep
%setup -q -n %{name}-%{version}
%build
%ifarch ppc64
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
%endif
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
%make_jobs
%install
%kf5_makeinstall -C build
%suse_update_desktop_file -r kompare Utility TextEditor
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kf5_bindir}/kompare
%{_kf5_plugindir}/
%{_kf5_libdir}/libkomparedialogpages.so.*
%{_kf5_libdir}/libkompareinterface.so.*
%{_kf5_applicationsdir}/kompare.desktop
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/*/
%{_kf5_iconsdir}/hicolor/*/*/kompare.*
%{_kf5_sharedir}/kompare/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%files devel
%defattr(-,root,root)
%{_kf5_prefix}/include/kompare/
%{_kf5_libdir}/libkompareinterface.so
%changelog