update to 1.1.1 [release 1.1.1-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
91d9321649
commit
48093f471a
@ -1,6 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define buildver %(echo %version | sed "s|[a-z]||")
|
||||
Name: stellarium
|
||||
Version: 0.22.2
|
||||
Version: 1.1.1
|
||||
Release: 1mamba
|
||||
Summary: Stellarium is a free open source planetarium
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -8,25 +9,23 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://stellarium.org/
|
||||
Source: https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.gz
|
||||
#Source: http://downloads.sourceforge.net/project/stellarium/Stellarium-sources/%{version}/stellarium-%{version}.tar.gz
|
||||
#Source1: stellarium.desktop
|
||||
Source: https://github.com/Stellarium/stellarium/releases/download/v%{majver}/stellarium-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Charts-devel
|
||||
BuildRequires: libQt5Multimedia-devel
|
||||
BuildRequires: libQt5Positioning-devel
|
||||
BuildRequires: libQt5SerialPort-devel
|
||||
BuildRequires: libQt5WebChannel-devel
|
||||
BuildRequires: libQt5WebEngine-devel
|
||||
BuildRequires: libQt6SerialPort-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgps-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtscript-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtcharts-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtmultimedia-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgps-devel >= 3.21-1mamba
|
||||
BuildRequires: cmake
|
||||
@ -37,10 +36,11 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{majver}
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%cmake -d build \
|
||||
-DCMAKE_CXX_FLAGS="%{optflags} -fPIC"
|
||||
|
||||
%make
|
||||
|
||||
@ -63,6 +63,8 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/stellarium
|
||||
%{_libdir}/libShowMySky-Qt6.so
|
||||
%{_libdir}/libShowMySky-Qt6.so.*
|
||||
%{_datadir}/applications/org.stellarium.Stellarium.desktop
|
||||
%{_datadir}/metainfo/org.stellarium.Stellarium.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/stellarium.png
|
||||
@ -72,6 +74,9 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
||||
%{_mandir}/man1/stellarium.*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
||||
- update to 1.1.1
|
||||
|
||||
* Mon Jul 18 2022 Automatic Build System <autodist@mambasoft.it> 0.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user