automatic version update by autodist [release 24.08.1-1mamba;Fri Sep 13 2024]
This commit is contained in:
parent
221a988ebb
commit
81b74c2317
45
marble.spec
45
marble.spec
@ -1,5 +1,5 @@
|
|||||||
Name: marble
|
Name: marble
|
||||||
Version: 24.05.2
|
Version: 24.08.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free open source geographical map program
|
Summary: A free open source geographical map program
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
@ -13,11 +13,12 @@ Patch1: marble-15.12.2-gcc-5.3.0-std_isnan.patch
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libQt5Positioning-devel
|
||||||
%ifnarch arm
|
BuildRequires: libQt5SerialPort-devel
|
||||||
|
BuildRequires: libQt5Svg-devel
|
||||||
|
BuildRequires: libQt5WebChannel-devel
|
||||||
BuildRequires: libQt5WebEngine-devel
|
BuildRequires: libQt5WebEngine-devel
|
||||||
%endif
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libattica5-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgps-devel
|
BuildRequires: libgps-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkauth-devel
|
||||||
@ -30,7 +31,6 @@ BuildRequires: libkcrash-devel
|
|||||||
BuildRequires: libki18n-devel
|
BuildRequires: libki18n-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkio-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkjobwidgets-devel
|
||||||
BuildRequires: libknewstuff-devel
|
|
||||||
BuildRequires: libkpackage-devel
|
BuildRequires: libkpackage-devel
|
||||||
BuildRequires: libkparts-devel
|
BuildRequires: libkparts-devel
|
||||||
BuildRequires: libkrunner-devel
|
BuildRequires: libkrunner-devel
|
||||||
@ -41,11 +41,15 @@ BuildRequires: libkwindowsystem-devel
|
|||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libplasma-framework-devel
|
BuildRequires: libplasma-framework-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libprotobuf-devel
|
||||||
|
BuildRequires: libshapelib-devel
|
||||||
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libwlocate-devel
|
BuildRequires: libwlocate-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgps-devel >= 0:3.25-1mamba
|
BuildRequires: libgps-devel >= 0:3.25-1mamba
|
||||||
BuildRequires: libprotobuf-devel
|
BuildRequires: libprotobuf-devel
|
||||||
@ -115,24 +119,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
|
||||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
|
||||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%post -n libmarble -p /sbin/ldconfig
|
|
||||||
%postun -n libmarble -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf6_bindir}/marble
|
%{_kf6_bindir}/marble
|
||||||
@ -188,6 +174,15 @@ exit 0
|
|||||||
#%doc docs/*
|
#%doc docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.08.0-2mamba
|
||||||
|
- rebuilt with libshapelib, specfile cleanups
|
||||||
|
|
||||||
|
* Fri Aug 23 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
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user