|
|
@ -1,16 +1,20 @@
|
|
|
|
# mingw not yet complete on EL9
|
|
|
|
# MinGW ist x86_64 only in EPEL9+
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
|
|
|
%bcond_without mingw
|
|
|
|
|
|
|
|
%else
|
|
|
|
%bcond_with mingw
|
|
|
|
%bcond_with mingw
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_without mingw
|
|
|
|
%bcond_without mingw
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: librttopo
|
|
|
|
Name: librttopo
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.1.0
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Summary: Create and manage SQL/MM topologies
|
|
|
|
Summary: Create and manage SQL/MM topologies
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://git.osgeo.org/gitea/rttopo/librttopo
|
|
|
|
URL: https://git.osgeo.org/gitea/rttopo/librttopo
|
|
|
|
Source0: https://git.osgeo.org/gitea/rttopo/librttopo/archive/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://git.osgeo.org/gitea/rttopo/librttopo/archive/%{name}-%{version}.tar.gz
|
|
|
|
# Use pkgconfig to find geos
|
|
|
|
# Use pkgconfig to find geos
|
|
|
@ -24,11 +28,11 @@ BuildRequires: libtool
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with mingw}
|
|
|
|
%if %{with mingw}
|
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
|
|
|
BuildRequires: mingw32-filesystem
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-geos
|
|
|
|
BuildRequires: mingw32-geos
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: mingw64-filesystem >= 95
|
|
|
|
BuildRequires: mingw64-filesystem
|
|
|
|
BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-geos
|
|
|
|
BuildRequires: mingw64-geos
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -63,10 +67,10 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n mingw64-%{name}
|
|
|
|
%description -n mingw64-%{name}
|
|
|
|
MinGW Windows %{name} library.
|
|
|
|
MinGW Windows %{name} library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?mingw_debug_package}
|
|
|
|
%{?mingw_debug_package}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -95,6 +99,7 @@ MINGW64_CONFIGURE_ARGS="PKGCONFIG=%{mingw64_target}-pkg-config" \
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install -C build_native
|
|
|
|
%make_install -C build_native
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with mingw}
|
|
|
|
%if %{with mingw}
|
|
|
|
%mingw_make_install
|
|
|
|
%mingw_make_install
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -137,6 +142,27 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.0-15
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-15
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-14
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 1.1.0-9
|
|
|
|
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 1.1.0-9
|
|
|
|
- Rebuild with mingw-gcc-12
|
|
|
|
- Rebuild with mingw-gcc-12
|
|
|
|
|
|
|
|
|