File OpenCPN-UKTides_pi.spec of Package OpenCPN-UKTides_pi
Summary: UK Tides PlugIn for OpenCPN 5.x.x
Name: OpenCPN-UKTides_pi
Version: 5.2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Group: Productivity/Other
URL: http://opencpn.org/
Distribution: OpenSuse
License: GPL-2.0
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: gtk3-devel
BuildRequires: wxWidgets-3_0-nostl-devel
BuildRequires: gettext-runtime
BuildRequires: gettext-tools
BuildRequires: libbz2-devel
BuildRequires: gpsd-devel
BuildRequires: portaudio-devel
BuildRequires: tinyxml-devel
BuildRequires: rpm-build
BuildRequires: lsb-release
BuildRequires: openSUSE-release
Requires: OpenCPN-5.x-Base
Source0: UKTides_pi-%{version}.tar.xz
%description
OpenCPN is a free software (GPLv2) project to create a concise chartplotter
and navigation software for use as an underway or planning tool. OpenCPN
is developed by a team of active sailors using real world conditions for
program testing and refinement. With some additional Plugins.
Using data from the UK Hydrographic Office, this plugin provides times of High and Low Water for over 600 locations around the UK. Predictions up to seven days in the future are available.
An Internet connection is needed to provide access to the data.
Download the locations and right-click close to a tidal station to show the predictions.
%prep
%setup -n UKTides_pi-%{version}
%build
mkdir build
cd build
cmake -DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DUSE_RPMBUILD=ON \
-DBUILD_TYPE:STRING=pkg \
-DUSE_GL=ON \
-DCFLAGS="-O2 -march=native" \
../
make
%install
cd build
%{__make} DESTDIR=%{buildroot} install
%find_lang opencpn --all-name
%files -f build/opencpn.lang
%defattr(-, root, root)
%{_prefix}/lib64/opencpn/
%{_prefix}/share
%changelog
* Sat Jan 30 2021 Dominig
- move to dominig fork to allows for OBS building (cmake issue with git requirement)
* Wed Apr 24 2019 dominig
- Creation 5.2.0