automatic version update by autodist [release 0.19.1-1mamba;Sat Jul 20 2019]
This commit is contained in:
parent
2835262103
commit
61d41bfa33
@ -1,6 +1,6 @@
|
|||||||
%define buildver %(echo %version | sed "s|[a-z]||")
|
%define buildver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: stellarium
|
Name: stellarium
|
||||||
Version: 0.16.1
|
Version: 0.19.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Stellarium is a free open source planetarium
|
Summary: Stellarium is a free open source planetarium
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://www.stellarium.org
|
URL: http://www.stellarium.org
|
||||||
Source: http://downloads.sourceforge.net/project/stellarium/Stellarium-sources/%{version}/stellarium-%{version}.tar.gz
|
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
|
Source1: stellarium.desktop
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -35,11 +36,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates nd go
|
Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates nd go
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{buildver}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build
|
||||||
-DQT_PHONON_INCLUDE_DIR:PATH=%{_includedir}
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -63,15 +63,24 @@ Stellarium is a free open source planetarium for your computer. It shows a reali
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/stellarium
|
%{_bindir}/stellarium
|
||||||
%{_datadir}/applications/stellarium.desktop
|
%{_datadir}/applications/stellarium.desktop
|
||||||
%{_datadir}/appdata/stellarium.appdata.xml
|
%{_datadir}/metainfo/stellarium.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/stellarium.png
|
%{_datadir}/icons/hicolor/*/apps/stellarium.png
|
||||||
#%{_datadir}/icons/stellarium.ico
|
%{_datadir}/mime/packages/stellarium.xml
|
||||||
%{_datadir}/pixmaps/stellarium.xpm
|
%{_datadir}/pixmaps/stellarium.xpm
|
||||||
%dir %{_datadir}/stellarium
|
%dir %{_datadir}/stellarium
|
||||||
%{_datadir}/stellarium/*
|
%{_datadir}/stellarium/*
|
||||||
%{_mandir}/man1/stellarium.*
|
%{_mandir}/man1/stellarium.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 02 2019 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user