forked from pool/marble
Accepting request 496047 from KDE:Applications
KDE Applications 17.04.1 OBS-URL: https://build.opensuse.org/request/show/496047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/marble?expand=0&rev=88
This commit is contained in:
commit
0ae7324337
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:522006e0042fb4bf405a7bc90e015fa6e8fb863652ea81b64f53061c6b9ebe21
|
||||
size 24403808
|
3
marble-17.04.1.tar.xz
Normal file
3
marble-17.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ee0005a9aa416f5545077a241fe138864d7495085a91a25af4d421d8a328c3
|
||||
size 52299556
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 20:37:32 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.1.php
|
||||
- Changes since 17.04.0:
|
||||
* Fix installation folder for qm files in KDE Apps release settings
|
||||
* Support also translated doc added in the KDE Application tarball
|
||||
* let releaseme know to skip po install in it's builds, (used by KDE neon)
|
||||
* Update update-version-number to include install/windows/marble-common.iss
|
||||
* Add missing include of CMakeFindDependencyMacro
|
||||
* Version bump to 0.27.1 (stable release)
|
||||
* Support translation catalogs added in KDE Application release tarball
|
||||
* Use windeployqt instead of manual Qt dependency hunting
|
||||
* Update version number for latest stable release
|
||||
* Move win/mac installation files to common dir. Split iss files.
|
||||
* Use a Marble start menu folder, install website link
|
||||
* Sync windows installer version
|
||||
* Switch from NSIS to Inno Setup
|
||||
* Fix MSVC compilation (fails with C2308, concatenating mismatched strings)
|
||||
* No need for fabs (fixes MSVC compilation)
|
||||
* Remove extra qualification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:19 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:07 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:51 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:43:52 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
22
marble.spec
22
marble.spec
@ -15,16 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define _so -26
|
||||
%define _so -27
|
||||
%define _so_astro 1
|
||||
Name: marble
|
||||
Version: 16.12.3
|
||||
Version: 17.04.1
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Generic map viewer
|
||||
# License note: the tools directory contains GPL-3 tools, but they are neither built nor installed by the package
|
||||
License: LGPL-2.1+
|
||||
Group: Amusements/Teaching/Other
|
||||
Url: http://edu.kde.org
|
||||
@ -71,6 +73,7 @@ Requires: marble-frontend = %{version}
|
||||
Recommends: %{name}-doc = %{version}
|
||||
Obsoletes: marble5 < %{version}
|
||||
Provides: marble5 < %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -147,6 +150,10 @@ Provides: libastro-qt5%{_so_astro} = %{version}
|
||||
%description -n libastro%{_so_astro}
|
||||
The astronomy library for the satellites plugin.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n marble-%{version}
|
||||
|
||||
@ -160,6 +167,10 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name --with-qt
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libmarblewidget-qt5%{_so} -p /sbin/ldconfig
|
||||
@ -232,4 +243,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%{_datadir}/plasma/plasmoids/
|
||||
%{_datadir}/plasma/wallpapers/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user