Compare commits

..

1 Commits
epel9 ... i10ce

Author SHA1 Message Date
Arkady L. Shane eff61021c1
import libkml-1.3.0-50.el10
1 month ago

5
.gitignore vendored

@ -1,3 +1,2 @@
libkml-0.6.1.tar.gz
/libkml-1.3.0.tar.gz
/minizip-1.3.0.tar.gz
SOURCES/libkml-1.3.0.tar.gz
SOURCES/minizip-1.3.0.tar.gz

@ -0,0 +1,2 @@
cbf2fdb362e30904903068addca7b7eb18a60bac SOURCES/libkml-1.3.0.tar.gz
bece0bf0bc6044e9cbd1e3824d5b6f21a0aaf153 SOURCES/minizip-1.3.0.tar.gz

@ -11,10 +11,11 @@
Name: libkml
Version: 1.3.0
Release: 41%{?dist}
Release: 50%{?dist}
Summary: Reference implementation of OGC KML 2.2
License: BSD
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
URL: https://github.com/libkml/libkml
Source0: https://github.com/libkml/libkml/archive/%{version}/libkml-%{version}.tar.gz
# TODO: Port to minizip-2.x, meanwhile bundle version 1.3.0
@ -156,6 +157,7 @@ MinGW Windows Python 3 %{name} library.
%{?mingw_debug_package}
%endif
%prep
%autosetup -p1 -a1
@ -183,8 +185,8 @@ popd
%endif
-DCMAKE_INSTALL_DIR=%{_libdir}/cmake/%{name} \
-DINCLUDE_INSTALL_DIR=%{_includedir}/kml \
-DPYTHON_LIBRARY=%{_libdir}/libpython%{python3_version}$(python3-config --abiflags).so \
-DPYTHON_INCLUDE_DIR=%{_includedir}/python%{python3_version}$(python3-config --abiflags)/ \
-DPYTHON_LIBRARY=%{_usr}/%{_lib}/libpython%{python3_version}$(python3-config --abiflags).so \
-DPYTHON_INCLUDE_DIR=%{_usr}/include/python%{python3_version}$(python3-config --abiflags)/ \
-DPYTHON_INSTALL_DIR=%{python3_sitearch} \
-DMINIZIP_INCLUDE_DIR=$PWD -DMINIZIP_LIBRARY=$PWD/minizip/%{_vpath_builddir}/libminizip.a \
-DBUILD_TESTING=ON \
@ -215,6 +217,7 @@ export MINGW64_CMAKE_ARGS="\
%mingw_make_build
%endif
%install
%cmake_install
@ -223,6 +226,7 @@ export MINGW64_CMAKE_ARGS="\
%mingw_debug_install_post
%endif
%check
%ctest
@ -277,7 +281,37 @@ export MINGW64_CMAKE_ARGS="\
%endif
%changelog
* Sat Sep 25 2022 Tom Rix <trix@redhat.com> - 1.3.0-41
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.0-50
- Rebuilt for MSVSphere 10
* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.0-50
- convert license to SPDX
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.3.0-48
- Rebuilt for Python 3.13
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.3.0-44
- Rebuilt for Python 3.12
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 19 2022 Sandro Mani <manisandro@gmail.com> - 1.3.0-42
- Rebuild (python-3.11)
* Sat Sep 24 2022 Tom Rix <trix@redhat.com> - 1.3.0-41
- Add mingw build conditional
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-40

@ -1,2 +0,0 @@
SHA512 (libkml-1.3.0.tar.gz) = aa48158103d3af764bf98c1fb4cf3e1356b9cc6c8e79d80b96850916f0a8ccb1dac3a46427735dd0bf20647daa047d10e722ac3da2a214d4c1559bf6d5d7c853
SHA512 (minizip-1.3.0.tar.gz) = 4dab3635c09ba3f3832867b4e03ba9d45b6f1e87b98083a50164e6477b765c927fbf5256fe92860b38690f389ef6e07f56cba020b83bfee86e2b30afc816b906
Loading…
Cancel
Save