# # spec file for package kimagemapeditor # # Copyright (c) 2018 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/ # %bcond_without lang Name: kimagemapeditor Version: 17.12.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: HTML Image Map Editor License: GPL-2.0+ Group: Productivity/Publishing/HTML/Editors Url: http://quanta.sf.net Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: update-desktop-files BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5KDELibs4Support) BuildRequires: cmake(KF5KHtml) BuildRequires: cmake(KF5Parts) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) %if %{with lang} Recommends: %{name}-lang %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A tool to edit image maps of HTML files %if %{with lang} %lang_package %endif %prep %setup -q %build %cmake_kf5 -d build %make_jobs %install %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name %kf5_find_htmldocs %endif %suse_update_desktop_file -r org.kde.kimagemapeditor Office WebDevelopment %fdupes -s %{buildroot} %files %defattr(-,root,root) %{_kf5_configdir}/kimagemapeditor.categories %{_kf5_bindir}/kimagemapeditor %{_kf5_plugindir}/kimagemapeditor.so %{_kf5_applicationsdir}/org.kde.kimagemapeditor.desktop %{_kf5_htmldir}/en/kimagemapeditor/ %{_kf5_iconsdir}/hicolor/*/*/* %{_kf5_kxmlguidir}/kimagemapeditor/ %{_kf5_servicesdir}/kimagemapeditorpart.desktop %{_kf5_sharedir}/kimagemapeditor/ %{_kf5_appstreamdir}/org.kde.kimagemapeditor.appdata.xml %if %{with lang} %files lang -f %{name}.lang %doc COPYING* %endif %changelog