rebuilt with system libnlopt and libcalcmysky [release 23.4-2mamba;Mon Dec 25 2023]
This commit is contained in:
parent
8ffa76252e
commit
84552774aa
@ -1,8 +1,8 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define buildver %(echo %version | sed "s|[a-z]||")
|
||||
Name: stellarium
|
||||
Version: 23.3
|
||||
Release: 1mamba
|
||||
Version: 23.4
|
||||
Release: 2mamba
|
||||
Summary: Stellarium is a free open source planetarium
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@ -15,9 +15,11 @@ License: GPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQXlsxQt6-devel
|
||||
BuildRequires: libQt6SerialPort-devel
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgps-devel
|
||||
BuildRequires: libnlopt-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
@ -29,7 +31,7 @@ BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtwebchannel-devel
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgps-devel >= 0:3.25-1mamba
|
||||
BuildRequires: libcalcmysky-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
@ -42,7 +44,12 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DCMAKE_CXX_FLAGS="%{optflags} -fPIC"
|
||||
-DCMAKE_CXX_FLAGS="%{optflags} -fPIC" \
|
||||
-DENABLE_QT6=1 \
|
||||
-DENABLE_SHOWMYSKY=ON \
|
||||
-DENABLE_TESTING=0 \
|
||||
-DENABLE_XLSX=1 \
|
||||
-DPREFER_SYSTEM_INDILIB=No
|
||||
|
||||
%make
|
||||
|
||||
@ -73,9 +80,15 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
||||
%{_datadir}/mime/packages/stellarium.xml
|
||||
%dir %{_datadir}/stellarium
|
||||
%{_datadir}/stellarium/*
|
||||
%{_mandir}/man1/stellarium.*
|
||||
%{_mandir}/man1/stellarium.1*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.4-2mamba
|
||||
- rebuilt with system libnlopt and libcalcmysky
|
||||
|
||||
* Sat Dec 23 2023 Automatic Build System <autodist@mambasoft.it> 23.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 19 2023 Automatic Build System <autodist@mambasoft.it> 23.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user