File OpenCPN-ocpndebugger_pi.spec of Package OpenCPN-ocpndebugger_pi
Summary: Debugger PlugIn for OpenCPN 5.x.x
Name: OpenCPN-ocpndebugger_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: lsb-release
BuildRequires: openSUSE-release
BuildRequires: gettext-runtime
BuildRequires: gettext-tools
BuildRequires: libbz2-devel
BuildRequires: gpsd-devel
BuildRequires: portaudio-devel
BuildRequires: tinyxml-devel
BuildRequires: rpm-build
Requires: OpenCPN-5.x-Base
Source0: ocpndebugger_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.
Shows the messages travelling through the plugin API
This plugin is aimed mainly at the developers and to help troubleshoot problems with NMEA data streams.
http://opencpn.org/ocpn/downloadplugins
Source
https://github.com/nohal/ocpndebugger_pi
%prep
%setup -n ocpndebugger_pi-%{version}
%build
mkdir build
cd build
cmake -DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-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}/lib/opencpn/
%{_prefix}/share/opencpn
%changelog
* Wed Aug 30 2017 Dominig
- upgrade to OpenCPN 4.8
* Thu Mar 23 2017 Dominig
- upgrade to OpenCPN 4.6 and move to git source service
* Fri Jul 01 2016 Dominig
- update OpenCPN 4.4.0
* Mon Feb 29 2016 Dominig
- Update 4.2.0
* Tue Jun 2 2015 dominig
- Creation 4.0.0