Package kde5-kolourpaint: Specfile

%define rname kolourpaint

%define sover 5
%define libkolourpaint libkolourpaint_lgpl%sover

Name: kde5-%rname
Version: 16.08.3
Release: alt1.M80C.2
%K5init

Group: Graphics
Summary: Paint program
Url: http://www.kde.org
License: GPLv2+ / LGPLv2+

Source: %rname-%version.tar

# Automatically added by buildreq on Fri Sep 23 2016 (-bi)
# optimized out: cmake cmake-modules docbook-dtds docbook-style-xsl elfutils gcc-c++ gtk-update-icon-cache kf5-karchive-devel kf5-kauth-devel kf5-kbookmarks-devel kf5-kcodecs-devel kf5-kcompletion-devel kf5-kconfig-devel kf5-kconfigwidgets-devel kf5-kcoreaddons-devel kf5-kcrash-devel kf5-kdbusaddons-devel kf5-kdelibs4support kf5-kdesignerplugin-devel kf5-kdoctools kf5-kdoctools-devel kf5-kemoticons-devel kf5-kguiaddons-devel kf5-ki18n-devel kf5-kiconthemes-devel kf5-kinit-devel kf5-kitemmodels-devel kf5-kitemviews-devel kf5-kjobwidgets-devel kf5-knotifications-devel kf5-kparts-devel kf5-kservice-devel kf5-ktextwidgets-devel kf5-kunitconversion-devel kf5-kwidgetsaddons-devel kf5-kwindowsystem-devel kf5-kxmlgui-devel kf5-solid-devel kf5-sonnet-devel libEGL-devel libGL-devel libdbusmenu-qt52 libgpg-error libjson-c libqt5-core libqt5-dbus libqt5-gui libqt5-network libqt5-printsupport libqt5-svg libqt5-widgets libqt5-x11extras libqt5-xml libstdc++-devel libxcbutil-keysyms perl python-base python-modules python3 python3-base qt5-base-devel rpm-build-python3 xml-common xml-utils
#BuildRequires: extra-cmake-modules kde5-libksane-devel kf5-kdelibs4support-devel kf5-kdoctools-devel-static kf5-kio-devel python-module-google python3-dev ruby ruby-stdlibs
BuildRequires(pre): rpm-build-kf5 rpm-build-ubt
BuildRequires: extra-cmake-modules qt5-base-devel
BuildRequires: kde5-libksane-devel kf5-kdelibs4support-devel kf5-kdoctools-devel-static kf5-kio-devel

# Support image format for saving
Requires: kf5-kdelibs4support
Requires: qt5-imageformats

%description
An easy-to-use paint program designed for everyday tasks like drawing
simple diagrams/logos/icons and editing screenshots.

%package common
Summary: %name common package
Group: System/Configuration/Other
BuildArch: noarch
Requires: kf5-filesystem
%description common
%name common package

%package devel
Group: Development/KDE and QT
Summary: Development files for %name
%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%package -n %libkolourpaint
Group: System/Libraries
Summary: KF5 library
Requires: %name-common = %version-%release
%description -n %libkolourpaint
KF5 library


%prep
%setup -n %rname-%version

%build
%K5build

%install
%K5install
%K5install_move data kolourpaint
%find_lang %name --with-kde --all-name

%files common -f %name.lang
%doc COPYING*

%files
%_K5bin/kolourpaint
%_K5data/kolourpaint/
%_K5xmlgui/kolourpaint/
%_K5xdgapp/org.kde.kolourpaint.desktop
%_K5icon/*/*/apps/kolourpaint.*

#%files devel
#%_K5inc/kolourpaint_version.h
#%_K5inc/kolourpaint/
#%_K5link/lib*.so
#%_K5lib/cmake/kolourpaint
#%_K5archdata/mkspecs/modules/qt_kolourpaint.pri

%files -n %libkolourpaint
%_K5lib/libkolourpaint_lgpl.so.%sover
%_K5lib/libkolourpaint_lgpl.so.*

%changelog
* Tue Jan 29 2019 Andrey Cherepanov <cas@altlinux.org> 16.08.3-alt1.M80C.2
- Add requirements to support image format for saving.

* Wed Oct 24 2018 Andrey Cherepanov <cas@altlinux.org> 16.08.3-alt1.M80C.1
- Backport to c8 branch.

* Mon Dec 05 2016 Sergey V Turchin <zerg@altlinux.org> 16.08.3-alt1%ubt
- new version

* Fri Sep 23 2016 Sergey V Turchin <zerg@altlinux.org> 16.08.1-alt1
- initial build