|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libspatialite
|
|
|
|
|
Version: 5.0.1
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Summary: Enables SQLite to support spatial data
|
|
|
|
|
|
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
@ -71,6 +71,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package -n mingw32-%{name}
|
|
|
|
|
Summary: MinGW Windows libspatialite library
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n mingw32-%{name}
|
|
|
|
|
MinGW Windows libspatialite library.
|
|
|
|
@ -78,6 +79,7 @@ MinGW Windows libspatialite library.
|
|
|
|
|
|
|
|
|
|
%package -n mingw64-%{name}
|
|
|
|
|
Summary: MinGW Windows libspatialite library
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n mingw64-%{name}
|
|
|
|
|
MinGW Windows libspatialite library.
|
|
|
|
@ -161,6 +163,9 @@ make check -C build_native %{?_smp_mflags} || :
|
|
|
|
|
%{mingw64_libdir}/pkgconfig/spatialite.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 5.0.1-12
|
|
|
|
|
- Make mingw subpackages noarch
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 5.0.1-11
|
|
|
|
|
- Add mingw subpackage
|
|
|
|
|
|
|
|
|
|