|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
%global proton_datadir %{_datadir}/proton
|
|
|
|
|
%global gem_name qpid_proton
|
|
|
|
|
%global __cmake_in_source_build 1
|
|
|
|
|
|
|
|
|
|
%global __provides_exclude_from ^%{proton_datadir}/examples/.*$
|
|
|
|
@ -8,8 +7,8 @@
|
|
|
|
|
%undefine __brp_mangle_shebangs
|
|
|
|
|
|
|
|
|
|
Name: qpid-proton
|
|
|
|
|
Version: 0.37.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.38.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A high performance, lightweight messaging library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://qpid.apache.org/proton/
|
|
|
|
@ -33,15 +32,17 @@ BuildRequires: doxygen
|
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-rpm-macros
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: glibc-headers
|
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
|
BuildRequires: jsoncpp-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
|
BuildRequires: libuv-devel
|
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
|
#BuildRequires: opentelemetry-cpp-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Proton is a high performance, lightweight messaging library. It can be used in
|
|
|
|
@ -77,6 +78,7 @@ Obsoletes: perl-qpid-proton
|
|
|
|
|
Summary: C++ libraries for Qpid Proton
|
|
|
|
|
Requires: qpid-proton-c%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: jsoncpp
|
|
|
|
|
#Requires: opentelemetry-cpp
|
|
|
|
|
|
|
|
|
|
%description cpp
|
|
|
|
|
%{summary}.
|
|
|
|
@ -163,6 +165,7 @@ Obsoletes: qpid-proton-cpp-devel-docs
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/README.dox
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/CMakeLists.txt
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/ssl-certs
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/tracing.dox
|
|
|
|
|
%doc %{proton_datadir}/examples/cpp/tutorial.dox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -178,8 +181,8 @@ Requires: python3
|
|
|
|
|
%{python3_sitearch}/__pycache__/*
|
|
|
|
|
%{python3_sitearch}/*.so
|
|
|
|
|
%{python3_sitearch}/*.py*
|
|
|
|
|
%{python3_sitearch}/*.egg-info
|
|
|
|
|
%{python3_sitearch}/proton
|
|
|
|
|
%{python3_sitearch}/python_qpid_proton-%{version}.dist-info/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-qpid-proton-docs
|
|
|
|
@ -199,32 +202,13 @@ Obsoletes: python-qpid-proton-doc
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Qpid Proton Tests
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
%doc %{proton_datadir}/tests
|
|
|
|
|
|
|
|
|
|
%package -n rubygem-%{gem_name}
|
|
|
|
|
Summary: Ruby language bindings for the Qpid Proton messaging framework
|
|
|
|
|
Requires: qpid-proton-c = %{version}-%{release}
|
|
|
|
|
Obsoletes: rubygem-%{gem_name}-doc
|
|
|
|
|
|
|
|
|
|
%description -n rubygem-%{gem_name}
|
|
|
|
|
Proton is a high performance, lightweight messaging library. It can be used in
|
|
|
|
|
the widest range of messaging applications including brokers, client libraries,
|
|
|
|
|
routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging
|
|
|
|
|
standard.
|
|
|
|
|
|
|
|
|
|
%files -n rubygem-%{gem_name}
|
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
|
%{gem_libdir}
|
|
|
|
|
%{gem_extdir_mri}
|
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
%doc %{gem_instdir}/examples
|
|
|
|
|
%doc %{gem_instdir}/tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
@ -232,51 +216,47 @@ standard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
mkdir build
|
|
|
|
|
cd build
|
|
|
|
|
mkdir -p BLD
|
|
|
|
|
cd BLD
|
|
|
|
|
%cmake \
|
|
|
|
|
-DSYSINSTALL_BINDINGS=ON \
|
|
|
|
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
|
|
|
|
"-DCMAKE_C_FLAGS=$CFLAGS -Wno-deprecated-declarations" \
|
|
|
|
|
-DENABLE_FUZZ_TESTING=NO \
|
|
|
|
|
..
|
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
|
(cd python/dist; %py3_build)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
cd build
|
|
|
|
|
cd BLD
|
|
|
|
|
%make_install
|
|
|
|
|
(cd python/dist; %py3_install)
|
|
|
|
|
|
|
|
|
|
chmod +x %{buildroot}%{python3_sitearch}/_cproton.so
|
|
|
|
|
(cd python/dist
|
|
|
|
|
# Need to remove anything built by the python cmake build in proton
|
|
|
|
|
# so that we rebuild from scratch
|
|
|
|
|
rm -rf build
|
|
|
|
|
# Need to do the python package build here as we rely on the qpid-proton-core
|
|
|
|
|
# library to be installed so we don't duplicate it inside the extension
|
|
|
|
|
# That is also why we have to point pkg-config at the installed library
|
|
|
|
|
PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig %py3_build_wheel
|
|
|
|
|
%py3_install_wheel python_qpid_proton-%{version}-cp39-cp39-linux_%{_arch}.whl
|
|
|
|
|
# We seem to need to strip the build extension otherwise it seems to embed a reference to
|
|
|
|
|
# the buildroot in the debug info which fails the rpmbuild - probably because we massaged
|
|
|
|
|
# the pkgconfig path above
|
|
|
|
|
strip %{buildroot}%{python3_sitearch}/_cproton*.so)
|
|
|
|
|
|
|
|
|
|
install -dm 755 %{buildroot}%{proton_licensedir}
|
|
|
|
|
install -pm 644 %{SOURCE1} %{buildroot}%{proton_licensedir}
|
|
|
|
|
install -pm 644 %{buildroot}%{proton_datadir}/LICENSE.txt %{buildroot}%{proton_licensedir}
|
|
|
|
|
rm -f %{buildroot}%{proton_datadir}/LICENSE.txt
|
|
|
|
|
|
|
|
|
|
cd ruby/gem/
|
|
|
|
|
mkdir -p %{buildroot}%{gem_instdir}
|
|
|
|
|
install -dm 755 %{buildroot}%{gem_dir}/specifications
|
|
|
|
|
mkdir -p %{buildroot}%{gem_extdir_mri}
|
|
|
|
|
cp -a %{buildroot}%{ruby_vendorarchdir}/cproton.so %{buildroot}%{gem_extdir_mri}/
|
|
|
|
|
touch %{buildroot}%{gem_extdir_mri}/gem.build_complete
|
|
|
|
|
chmod 644 %{buildroot}%{gem_extdir_mri}/gem.build_complete
|
|
|
|
|
cp -a examples tests lib %{buildroot}%{gem_instdir}/
|
|
|
|
|
install -pm 644 %{gem_name}.gemspec %{buildroot}%{gem_spec}
|
|
|
|
|
|
|
|
|
|
# clean up files that are not shipped
|
|
|
|
|
rm -rf %{buildroot}%{_exec_prefix}/bindings
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/java
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/libproton-jni.so
|
|
|
|
|
rm -rf %{buildroot}%{_datarootdir}/java
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/proton.cmake
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/ruby
|
|
|
|
|
rm -rf %{buildroot}%{_datarootdir}/ruby
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/CMakeFiles
|
|
|
|
|
rm -f %{buildroot}%{proton_datadir}/examples/Makefile
|
|
|
|
|
rm -f %{buildroot}%{proton_datadir}/examples/*.cmake
|
|
|
|
@ -326,7 +306,6 @@ rm -fr %{buildroot}%{proton_datadir}/examples/engine/java
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/go
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/java
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/javascript
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/ruby
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/perl
|
|
|
|
|
rm -fr %{buildroot}%{proton_datadir}/examples/php
|
|
|
|
|
rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
|
|
|
|
@ -334,8 +313,11 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 18 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.37.0-2
|
|
|
|
|
* Sat Nov 18 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.38.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Mar 31 2023 Kim van der Riet <kvanderr@redhat.com> - 0.38.0-1
|
|
|
|
|
- Rebased to 0.38.0, opentelemetry-cpp not included as no pkgs in centos yet.
|
|
|
|
|
|
|
|
|
|
* Tue Jul 12 2022 Irina Boverman <iboverma@redhat.com> - 0.37.0-1
|
|
|
|
|
- Initial build for EPEL 9
|
|
|
|
|