|
|
@ -3,7 +3,7 @@
|
|
|
|
%global libname lib%{appname}
|
|
|
|
%global libname lib%{appname}
|
|
|
|
|
|
|
|
|
|
|
|
Name: kimageannotator
|
|
|
|
Name: kimageannotator
|
|
|
|
Version: 0.4.2
|
|
|
|
Version: 0.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPLv3+
|
|
|
@ -11,16 +11,16 @@ Summary: Library and a tool for annotating images
|
|
|
|
URL: https://github.com/ksnip/%{appname}
|
|
|
|
URL: https://github.com/ksnip/%{appname}
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
|
|
|
|
|
|
|
BuildRequires: cmake(kColorPicker)
|
|
|
|
BuildRequires: cmake(kColorPicker)
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Library and a tool for annotating images. Part of KSnip project.
|
|
|
|
Library and a tool for annotating images. Part of KSnip project.
|
|
|
@ -57,6 +57,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%{_libdir}/%{libname}.so
|
|
|
|
%{_libdir}/%{libname}.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 25 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.5.0-1
|
|
|
|
|
|
|
|
- Updated to version 0.5.0.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 23 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.2-1
|
|
|
|
* Tue Mar 23 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.2-1
|
|
|
|
- Updated to version 0.4.2.
|
|
|
|
- Updated to version 0.4.2.
|
|
|
|
|
|
|
|
|
|
|
|