automatic version update by autodist [release 0.7.0-1mamba;Fri Jan 26 2024]
This commit is contained in:
parent
4c1752c581
commit
d7a4b3ed1c
@ -1,5 +1,5 @@
|
|||||||
Name: kimageannotator
|
Name: kimageannotator
|
||||||
Version: 0.6.1
|
Version: 0.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tool for annotating images
|
Summary: Tool for annotating images
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
@ -53,6 +53,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
# Symlinks for backwards compatibility
|
||||||
|
mkdir -p %{buildroot}%{_libdir}/cmake/kImageAnnotator
|
||||||
|
ln -s ../kImageAnnotator-Qt5/kImageAnnotator-Qt5Config.cmake %{buildroot}%{_libdir}/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake
|
||||||
|
ln -s ../kImageAnnotator-Qt5/kImageAnnotator-Qt5Config-version.cmake %{buildroot}%{_libdir}/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake
|
||||||
|
ln -s ../kImageAnnotator-Qt5/kImageAnnotator-targets.cmake %{buildroot}%{_libdir}/cmake/kImageAnnotator/
|
||||||
|
ln -s ../kImageAnnotator-Qt5/kImageAnnotator-targets-noconfig.cmake %{buildroot}%{_libdir}/cmake/kImageAnnotator/
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -63,19 +70,25 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name} -f %{name}5_qt.lang
|
%files -n lib%{name} -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libkImageAnnotator.so.*
|
%{_libdir}/libkImageAnnotator-Qt5.so.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/kImageAnnotator
|
%dir %{_includedir}/kImageAnnotator-Qt5
|
||||||
%{_includedir}/kImageAnnotator/KImageAnnotator*.h
|
%dir %{_includedir}/kImageAnnotator-Qt5/kImageAnnotator
|
||||||
|
%{_includedir}/kImageAnnotator-Qt5/kImageAnnotator/*
|
||||||
|
%{_libdir}/libkImageAnnotator-Qt5.so
|
||||||
|
%dir %{_libdir}/cmake/kImageAnnotator-Qt5
|
||||||
|
%{_libdir}/cmake/kImageAnnotator-Qt5/kImageAnnotator*.cmake
|
||||||
%dir %{_libdir}/cmake/kImageAnnotator
|
%dir %{_libdir}/cmake/kImageAnnotator
|
||||||
%{_libdir}/cmake/kImageAnnotator/kImageAnnotator*.cmake
|
%{_libdir}/cmake/kImageAnnotator/*.cmake
|
||||||
%{_libdir}/libkImageAnnotator.so
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 0.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user