Compare commits

..

1 Commits
epel9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/librttopo-1.1.0.tar.gz
SOURCES/librttopo-1.1.0.tar.gz

@ -0,0 +1 @@
043408c207d9f047a2a77cae236d9405bc4a72be SOURCES/librttopo-1.1.0.tar.gz

@ -1,16 +1,20 @@
# mingw not yet complete on EL9
# MinGW ist x86_64 only in EPEL9+
%if 0%{?rhel} >= 9
%ifarch x86_64
%bcond_without mingw
%else
%bcond_with mingw
%endif
%else
%bcond_without mingw
%endif
Name: librttopo
Version: 1.1.0
Release: 9%{?dist}
Release: 15%{?dist}
Summary: Create and manage SQL/MM topologies
License: GPLv2+
License: GPL-2.0-or-later
URL: https://git.osgeo.org/gitea/rttopo/librttopo
Source0: https://git.osgeo.org/gitea/rttopo/librttopo/archive/%{name}-%{version}.tar.gz
# Use pkgconfig to find geos
@ -24,11 +28,11 @@ BuildRequires: libtool
BuildRequires: make
%if %{with mingw}
BuildRequires: mingw32-filesystem >= 95
BuildRequires: mingw32-filesystem
BuildRequires: mingw32-gcc
BuildRequires: mingw32-geos
BuildRequires: mingw64-filesystem >= 95
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-gcc
BuildRequires: mingw64-geos
%endif
@ -63,10 +67,10 @@ BuildArch: noarch
%description -n mingw64-%{name}
MinGW Windows %{name} library.
%endif
%{?mingw_debug_package}
%endif
%prep
@ -95,6 +99,7 @@ MINGW64_CONFIGURE_ARGS="PKGCONFIG=%{mingw64_target}-pkg-config" \
%install
%make_install -C build_native
%if %{with mingw}
%mingw_make_install
%endif
@ -137,6 +142,27 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%endif
%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
- Rebuild with mingw-gcc-12

@ -1 +0,0 @@
SHA512 (librttopo-1.1.0.tar.gz) = 624c2aeff16737d0bec28f8b38427351a3af20658a077d280a1b2422697419394f36832db9459bf25c7d699bc002eaec499dcbd65bca7d2b3f8b92e78650dea3
Loading…
Cancel
Save