Merge branch 'rawhide' into epel9

epel9 imports/e9/uriparser-0.9.7-1.el9
Sandro Mani 2 years ago
commit 3a7dd96d60

1
.gitignore vendored

@ -15,3 +15,4 @@ uriparser-0.7.5.tar.gz
/uriparser-0.9.4.tar.bz2 /uriparser-0.9.4.tar.bz2
/uriparser-0.9.5.tar.bz2 /uriparser-0.9.5.tar.bz2
/uriparser-0.9.6.tar.bz2 /uriparser-0.9.6.tar.bz2
/uriparser-0.9.7.tar.bz2

@ -1 +1 @@
SHA512 (uriparser-0.9.6.tar.bz2) = c021ab3f93cc0373c9244edafff042c3d73a3904d69e573c277b04ca4a49cd2e88255214599cf433088b32846c9a628dfb116025188a6bb61a40c236827799aa SHA512 (uriparser-0.9.7.tar.bz2) = 7f69c9806665745c1bafe11f818434e27c2da03af387f009ef46c1427af8c008faa45e6f49bece66e0b96fd17b3924ba0af25476e796972c5e4b651f35f74c13

@ -1,29 +1,17 @@
%if 0%{?el9} %if 0%{?fedora} || 0%{?epel} >= 9
# EL9.0 compat, should be fixed in 9.1
# https://bugzilla.redhat.com/show_bug.cgi?id=2080168
%global mingw32_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw32-/')
%global mingw64_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw64-/')
# EL9.0 only has mingw for x86_64
# https://bugzilla.redhat.com/show_bug.cgi?id=2096010
%ifarch x86_64
%bcond_without mingw %bcond_without mingw
%else %else
%bcond_with mingw %bcond_with mingw
%endif %endif
%else
%bcond_withtout mingw
%endif
Name: uriparser Name: uriparser
Version: 0.9.6 Version: 0.9.7
Release: 5%{?dist} Release: 1%{?dist}
Summary: URI parsing library - RFC 3986 Summary: URI parsing library - RFC 3986
License: BSD License: BSD
URL: https://uriparser.github.io/ URL: https://uriparser.github.io/
Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
# Don't add separate conflicting declaration for inet_ntop
Patch0: uriparser-inet-ntop.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
@ -85,7 +73,6 @@ MinGW Windows %{name} library.
%endif %endif
%prep %prep
%autosetup -p1 %autosetup -p1
@ -107,7 +94,6 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%install %install
%cmake_install %cmake_install
%if %{with mingw} %if %{with mingw}
%mingw_make_install %mingw_make_install
%mingw_debug_install_post %mingw_debug_install_post
@ -156,6 +142,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%changelog %changelog
* Fri Oct 07 2022 Sandro Mani <manisandro@gmail.com> - 0.9.7-1
- Update to 0.9.7
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 0.9.6-5 * Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 0.9.6-5
- Rebuild with mingw-gcc-12 - Rebuild with mingw-gcc-12

Loading…
Cancel
Save