X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7716d5e1c34c0fec04e4c09977fb585edff82af7..4b1778c8941bd098012492469223a0953731522c:/mingw-viking.spec.in diff --git a/mingw-viking.spec.in b/mingw-viking.spec.in index f6ac8abe..fcc5684f 100644 --- a/mingw-viking.spec.in +++ b/mingw-viking.spec.in @@ -12,7 +12,7 @@ Source0: %{_pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# Only 32bit ATM +# 32bit version only in this file. See mingw64-viking.spec for the 64bit version # Programs to enable the cross build BuildRequires: mingw32-filesystem @@ -43,6 +43,7 @@ BuildRequires: mingw32-libmagic1 BuildRequires: mingw32-libbz2-1 BuildRequires: mingw32-sqlite-devel BuildRequires: mingw32-libzip-devel +BuildRequires: mingw32-libnettle-devel # Libs for runtime (and thus also available for the NSIS installer to include the dependencies) Requires: mingw32-gtk2 @@ -52,24 +53,16 @@ Requires: mingw32-libgexiv2 Requires: mingw32-libstdc++6 Requires: mingw32-libsqlite3-0 Requires: mingw32-libzip4 +Requires: mingw32-libnettle # Currently running makensis in seperate script - so you will need it then #Requires: mingw32-cross-nsis - %description Viking is a free/open source program to manage GPS data. You can import, plot and create tracks, routes and waypoints, show OSM and other maps, see real-time GPS position, control items, etc. Other advanced capabilities include Geotagging Images, generate Maps (using Mapnik), Upload and Download tracks from OSM, Routing from OSRM or Google, Name Searches from OSM Nominatim or Google and more. It is written in mainly in C with some C++ and uses the GTK+2 toolkit. -# -# TODO 64bit version - possibly like this... -# -#%package -n mingw64-%{_pkg_name} -#Summary: %{summary} -# -#%description -n mingw64-%{_pkg_name} -#%{description} %prep %setup -q -n %{_pkg_name}-%{version}