commit
c8cb26118c
@ -0,0 +1 @@
|
||||
SOURCES/kimageannotator-0.6.1.tar.gz
|
@ -0,0 +1 @@
|
||||
c2fad014312e181e9556b571f9611fa7c5ffa465 SOURCES/kimageannotator-0.6.1.tar.gz
|
@ -0,0 +1,105 @@
|
||||
%global appname kImageAnnotator
|
||||
%global libname lib%{appname}
|
||||
|
||||
Name: kimageannotator
|
||||
Version: 0.6.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL-3.0-or-later
|
||||
Summary: Library and a tool for annotating images
|
||||
URL: https://github.com/ksnip/%{appname}
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake(kColorPicker)
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: cmake(Qt5X11Extras)
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja-build
|
||||
|
||||
%description
|
||||
Library and a tool for annotating images. Part of KSnip project.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{appname}-%{version} -p1
|
||||
|
||||
%build
|
||||
%cmake -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS:BOOL=OFF \
|
||||
-DBUILD_EXAMPLE:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang %{appname} --with-qt
|
||||
|
||||
%files -f %{appname}.lang
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE
|
||||
%{_libdir}/%{libname}.so.0*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{appname}/
|
||||
%{_libdir}/cmake/%{appname}/
|
||||
%{_libdir}/%{libname}.so
|
||||
|
||||
%changelog
|
||||
* Wed Jul 26 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.6.1-1
|
||||
- Rebuilt for MSVSphere 9.2
|
||||
|
||||
* Wed Mar 15 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.6.1-1
|
||||
- Updated to version 0.6.1.
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon May 23 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.6.0-1
|
||||
- Updated to version 0.6.0.
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Nov 23 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.5.3-1
|
||||
- Updated to version 0.5.3.
|
||||
|
||||
* Tue Sep 14 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.5.2-1
|
||||
- Updated to version 0.5.2.
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon May 31 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.5.1-1
|
||||
- Updated to version 0.5.1.
|
||||
|
||||
* 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
|
||||
- Updated to version 0.4.2.
|
||||
|
||||
* Mon Feb 15 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.1-1
|
||||
- Updated to version 0.4.1.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Dec 14 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.0-1
|
||||
- Updated to version 0.4.0.
|
||||
|
||||
* Fri Jul 31 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.3.2-1
|
||||
- Initial SPEC release.
|
Loading…
Reference in new issue