forked from pool/marble
315 lines
8.6 KiB
RPMSpec
315 lines
8.6 KiB
RPMSpec
#
|
|
# spec file for package marble
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
%define with_qt5 0
|
|
|
|
%if 0{?with_qt5}
|
|
%define _so -qt522
|
|
%else
|
|
%define _so 22
|
|
%endif
|
|
|
|
Name: marble
|
|
Version: 15.07.90
|
|
Release: 0
|
|
Summary: Generic map viewer
|
|
License: LGPL-2.1+
|
|
Group: Amusements/Teaching/Other
|
|
Url: http://edu.kde.org
|
|
Source0: %{name}-%{version}.tar.xz
|
|
BuildRequires: fdupes
|
|
BuildRequires: gpsd-devel
|
|
%if 0{?with_qt5}
|
|
BuildRequires: kconfig-devel
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5SerialPort) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
|
|
BuildRequires: kf5-filesystem
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kwallet-devel
|
|
BuildRequires: knewstuff-devel
|
|
BuildRequires: kparts-devel
|
|
BuildRequires: kcoreaddons-devel
|
|
BuildRequires: kdoctools-devel
|
|
BuildRequires: ki18n-devel
|
|
BuildRequires: phonon4qt5-devel
|
|
BuildRequires: kservice-devel
|
|
BuildRequires: krunner-devel
|
|
BuildRequires: perl
|
|
BuildRequires: libquazip-qt5-devel
|
|
%else
|
|
BuildRequires: libkde4-devel
|
|
BuildRequires: perl
|
|
BuildRequires: quazip-devel
|
|
%endif
|
|
Requires: %{name}-data = %{version}
|
|
Requires: libastro2 = %{version}
|
|
Requires: libmarblewidget%{_so} = %{version}
|
|
Requires: marble-frontend = %{version}
|
|
Recommends: %{name}-doc = %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Marble is a viewer of map data.
|
|
|
|
%package qt
|
|
Summary: Qt Frontend for Marble
|
|
Group: Amusements/Teaching/Other
|
|
Requires: %{name} = %{version}
|
|
Provides: marble-frontend = %{version}
|
|
Conflicts: otherproviders(marble-frontend)
|
|
|
|
%description qt
|
|
The Qt frontend for the Marble map viewer
|
|
|
|
%package kde
|
|
Summary: The KDE optimized frontend for Marble
|
|
Group: Amusements/Teaching/Other
|
|
Requires: %{name} = %{version}
|
|
Provides: marble-frontend = %{version}
|
|
Conflicts: otherproviders(marble-frontend)
|
|
%if 0{?with_qt5}
|
|
Supplements: packageand(marble:plasma5-desktop)
|
|
%else
|
|
Supplements: packageand(marble:kdebase4-workspace)
|
|
%endif
|
|
|
|
%description kde
|
|
The KDE frontend for the Marble map viewer
|
|
|
|
%package data
|
|
Summary: Generic map viewer: data
|
|
Group: Amusements/Teaching/Other
|
|
Requires: %{name} = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description data
|
|
Marble is a viewer of map data. This package contains its data.
|
|
|
|
%package devel
|
|
Summary: Generic map viewer: Build Environment
|
|
Group: Development/Libraries/KDE
|
|
Requires: libmarblewidget%{_so} = %{version}
|
|
|
|
%description devel
|
|
Development headers and libraries for Marble.
|
|
|
|
%package doc
|
|
Summary: Marble documentation
|
|
Group: Amusements/Teaching/Other
|
|
Requires: %{name} = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
Marble is a viewer of map data. This package contains its documentation.
|
|
|
|
%package -n libmarblewidget%{_so}
|
|
Summary: Generic map viewer: Shared Library
|
|
Group: Development/Libraries/KDE
|
|
|
|
%description -n libmarblewidget%{_so}
|
|
The shared library for the MarbleWidget shared library.
|
|
|
|
%package -n libastro2
|
|
Summary: Astronomy: Shared Library
|
|
Group: Development/Libraries/KDE
|
|
|
|
%description -n libastro2
|
|
The Astronomy shared library for the MarbleWidget shared library.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%ifarch ppc ppc64
|
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|
%endif
|
|
|
|
%if 0{?with_qt5}
|
|
export SUSE_ASNEEDED=0
|
|
%ifarch ppc ppc64
|
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|
%endif
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \
|
|
-DCMAKE_INSTALL_PREFIX=%{_kf5_prefix} \
|
|
-DCMAKE_PREFIX_PATH=%{_kf5_prefix} \
|
|
-DKDE_INSTALL_LIBDIR=%{_lib} \
|
|
-DKDE_INSTALL_SYSCONFDIR=%{_kf5_sysconfdir} \
|
|
-DKDE_INSTALL_QTPLUGINDIR=%{_lib}/qt5/plugins \
|
|
-DKDE_INSTALL_PLUGINDIR=%{_lib}/qt5/plugins \
|
|
-DKDE_INSTALL_QMLDIR=%{_lib}/qt5/qml \
|
|
-DKDE_INSTALL_QTQUICKIMPORTSDIR=%{_lib}/qt5/imports \
|
|
-DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \
|
|
-DBUILD_TESTING=OFF \
|
|
-DBUILD_MARBLE_TESTS=NO \
|
|
%ifarch x86_64
|
|
-DLIB_SUFFIX=64 \
|
|
%endif
|
|
-DWITH_KF5=TRUE \
|
|
..
|
|
%else
|
|
%cmake_kde4 -d build
|
|
%endif
|
|
|
|
%make_jobs
|
|
|
|
%install
|
|
%if 0{?with_qt5}
|
|
%kf5_makeinstall -C build
|
|
%fdupes -s %{buildroot}
|
|
rm -rf %{buildroot}%{_kf5_applicationsdir}/marble-mobile.desktop
|
|
rm -rf %{buildroot}%{_kf5_applicationsdir}/marble-touch.desktop
|
|
%else
|
|
%kde4_makeinstall -C build
|
|
rm -rf %{buildroot}%{_kde4_applicationsdir}/marble-mobile.desktop
|
|
rm -rf %{buildroot}%{_kde4_applicationsdir}/marble-touch.desktop
|
|
%kde_post_install
|
|
%fdupes -s %{buildroot}
|
|
%endif
|
|
rm -rf %{buildroot}/designer
|
|
rm -rf %{buildroot}%{_bindir}/marble-mobile
|
|
rm -rf %{buildroot}%{_bindir}/marble-touch
|
|
|
|
%post -n libmarblewidget%{_so} -p /sbin/ldconfig
|
|
|
|
%postun -n libmarblewidget%{_so} -p /sbin/ldconfig
|
|
|
|
%post -n libastro2 -p /sbin/ldconfig
|
|
|
|
n libastro2 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc CREDITS ChangeLog COPYING* LICENSE* MANIFESTO.txt
|
|
%{_datadir}/marble/
|
|
%{_datadir}/appdata/
|
|
%{_libdir}/marble/
|
|
%{_libdir}/libmarbledeclarative.so
|
|
%dir %{_libdir}/plugins/
|
|
%{_libdir}/plugins/designer/
|
|
%exclude %{_datadir}/marble/data
|
|
%if 0{?with_qt5}
|
|
%{_kf5_iconsdir}/hicolor/*/apps/marble.*
|
|
%_kf5_plugindir/libmarble*so
|
|
%_kf5_plugindir/libplasma_runner_marble.so
|
|
%_kf5_servicesdir/*desktop
|
|
%_kf5_kxmlguidir/marble/
|
|
%_kf5_configkcfgdir/
|
|
%_kf5_applicationsdir/marble_geo.desktop
|
|
%_kf5_applicationsdir/marble_gpx.desktop
|
|
%_kf5_applicationsdir/marble_kml.desktop
|
|
%_kf5_applicationsdir/marble_kmz.desktop
|
|
%_kf5_applicationsdir/marble_osm.desktop
|
|
%_kf5_applicationsdir/marble_worldwind.desktop
|
|
%else
|
|
%{_kde4_applicationsdir}/marble.desktop
|
|
%{_kde4_applicationsdir}/marble_gpx.desktop
|
|
%{_kde4_applicationsdir}/marble_kml.desktop
|
|
%{_kde4_applicationsdir}/marble_osm.desktop
|
|
%{_kde4_applicationsdir}/marble_kmz.desktop
|
|
%{_kde4_applicationsdir}/marble_geo.desktop
|
|
%{_kde4_applicationsdir}/marble_worldwind.desktop
|
|
%{_kde4_configkcfgdir}/marble.kcfg
|
|
%{_kde4_datadir}/appdata/marble.appdata.xml
|
|
%{_kde4_datadir}/mime/packages/geo.xml
|
|
%{_kde4_iconsdir}/hicolor/*/apps/marble.*
|
|
%{_kde4_libdir}/qt4/plugins/imports/org/kde/edu/marble/
|
|
%{_kde4_modulesdir}/libmarble_part.so
|
|
%{_kde4_modulesdir}/marblethumbnail.so
|
|
%{_kde4_modulesdir}/plasma_applet_worldclock.so
|
|
%{_kde4_modulesdir}/plasma_runner_marble.so
|
|
%{_kde4_modulesdir}/plugins/designer/*
|
|
%{_kde4_modulesdir}/plugins/marble/
|
|
%{_kde4_servicesdir}/*.desktop
|
|
%{_kde4_appsdir}/marble/
|
|
%endif
|
|
%_bindir/marble-maps
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%doc BUGS CODING
|
|
%{_includedir}/marble/
|
|
%{_includedir}/astro/
|
|
%if 0{?with_qt5}
|
|
%{_kf5_libdir}/libmarblewidget-qt5.so
|
|
%{_kf5_libdir}/libastro.so
|
|
%else
|
|
%{_kde4_libdir}/libmarblewidget.so
|
|
%{_kde4_libdir}/libastro.so
|
|
%{_kde4_appsdir}/cmake/modules/FindMarble.cmake
|
|
%endif
|
|
|
|
|
|
%files data
|
|
%defattr(-,root,root)
|
|
%{_datadir}/marble/data
|
|
|
|
%files doc
|
|
%defattr(-,root,root)
|
|
%if 0{?with_qt5}
|
|
%{_kf5_htmldir}/en/marble/
|
|
%else
|
|
%{_kde4_htmldir}/en/marble/
|
|
%endif
|
|
|
|
%files -n libmarblewidget%{_so}
|
|
%defattr(-,root,root)
|
|
%if 0{?with_qt5}
|
|
%{_kf5_libdir}/libmarblewidget-qt5.so.*
|
|
%else
|
|
%{_kde4_libdir}/libmarblewidget.so.*
|
|
%endif
|
|
|
|
%files -n libastro2
|
|
%defattr(-,root,root)
|
|
%{_kf5_libdir}/libastro.so.*
|
|
|
|
%files qt
|
|
%defattr(-,root,root)
|
|
%if 0{?with_qt5}
|
|
%{_kf5_applicationsdir}/marble-qt.desktop
|
|
%else
|
|
%{_kde4_applicationsdir}/marble-qt.desktop
|
|
%endif
|
|
%{_bindir}/marble-qt
|
|
|
|
%files kde
|
|
%defattr(-,root,root)
|
|
%if 0{?with_qt5}
|
|
%{_kf5_applicationsdir}/marble.desktop
|
|
%else
|
|
%{_kde4_applicationsdir}/marble.desktop
|
|
%endif
|
|
%{_bindir}/marble
|
|
|
|
%changelog
|