|
|
|
@ -8,10 +8,9 @@
|
|
|
|
|
|
|
|
|
|
Name: qpid-proton
|
|
|
|
|
Version: 0.38.0
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: A high performance, lightweight messaging library
|
|
|
|
|
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://qpid.apache.org/proton/
|
|
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
@ -159,7 +158,7 @@ Obsoletes: qpid-proton-cpp-devel-docs
|
|
|
|
|
|
|
|
|
|
%files cpp-docs
|
|
|
|
|
%license %{proton_licensedir}/LICENSE.txt
|
|
|
|
|
%doc %{proton_datadir}/docs/api-cpp
|
|
|
|
|
%{proton_datadir}/docs/api-cpp
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/*.cpp
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/*.hpp
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/README.dox
|
|
|
|
@ -212,6 +211,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%patch -p1 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -221,7 +221,6 @@ cd BLD
|
|
|
|
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
|
|
|
|
"-DCMAKE_C_FLAGS=$CFLAGS -Wno-deprecated-declarations" \
|
|
|
|
|
-DENABLE_FUZZ_TESTING=NO \
|
|
|
|
|
-DENABLE_PYTHON_ISOLATED=NO \
|
|
|
|
|
..
|
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -314,8 +313,8 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 0.38.0-10
|
|
|
|
|
- convert license to SPDX
|
|
|
|
|
* Mon Jan 06 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.38.0-9
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|