automatic version update by autodist [release 24.08.0-1mamba;Sun Aug 25 2024]
This commit is contained in:
parent
062065afe5
commit
f439eb77fa
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kosmindoormap
|
||||
Version: 24.05.2
|
||||
Version: 24.08.0
|
||||
Release: 1mamba
|
||||
Summary: A library and QML component for rendering multi-level OSM indoor maps
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -21,6 +21,7 @@ BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkopeninghours-devel
|
||||
BuildRequires: libkpublictransport-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -78,6 +79,7 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKOSM.so.*
|
||||
%{_libdir}/libKOSMIndoorMap.so.*
|
||||
%{_libdir}/libKOSMIndoorRouting.so.*
|
||||
%dir %{_qt6_qmldir}/org/kde/osm/editorcontroller
|
||||
%{_qt6_qmldir}/org/kde/osm/editorcontroller/*
|
||||
%dir %{_kf6_qmldir}/org/kde/kosmindoormap
|
||||
@ -91,17 +93,27 @@ exit 0
|
||||
%{_includedir}/KOSM/*
|
||||
%dir %{_includedir}/KOSMIndoorMap
|
||||
%{_includedir}/KOSMIndoorMap/*
|
||||
%dir %{_includedir}/KOSMIndoorRouting
|
||||
%{_includedir}/KOSMIndoorRouting/*
|
||||
%dir %{_includedir}/kosmindoorrouting
|
||||
%{_includedir}/kosmindoorrouting/*
|
||||
%dir %{_includedir}/kosm
|
||||
%{_includedir}/kosm/*
|
||||
%dir %{_includedir}/kosmindoormap
|
||||
%{_includedir}/kosmindoormap/*
|
||||
%{_includedir}/kosmindoormap_version.h
|
||||
%dir %{_libdir}/cmake/KOSMIndoorMap
|
||||
%{_libdir}/cmake/KOSMIndoorMap/KOSMIndoorMap*.cmake
|
||||
%{_libdir}/libKOSM.so
|
||||
%{_libdir}/libKOSMIndoorMap.so
|
||||
%{_libdir}/libKOSMIndoorRouting.so
|
||||
%dir %{_qt6_qmldir}/org/kde/kosmindoorrouting
|
||||
%{_qt6_qmldir}/org/kde/kosmindoorrouting/*
|
||||
%dir %{_libdir}/cmake/KOSMIndoorMap
|
||||
%{_libdir}/cmake/KOSMIndoorMap/KOSMIndoorMap*.cmake
|
||||
|
||||
%changelog
|
||||
* Sun Aug 25 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user