epel9
Irina Boverman 7 years ago
parent 507a5bfe6d
commit 3b96ca9bbb

@ -20,7 +20,7 @@
Name: qpid-proton Name: qpid-proton
Version: 0.24.0 Version: 0.24.0
Release: 2%{?dist} Release: 3%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: A high performance, lightweight messaging library Summary: A high performance, lightweight messaging library
License: ASL 2.0 License: ASL 2.0
@ -312,7 +312,7 @@ cd ../buildpython3
#CPROTON_BUILD=$PWD . ./config.sh #CPROTON_BUILD=$PWD . ./config.sh
chmod +x %{buildroot}%{python2_sitearch}/_cproton.so chmod +x %{buildroot}%{python2_sitearch}/_cproton.so
%if 0%{?fedora} && 0%{?fedora} >= 29 %if 0%{?fedora} || 0%{?rhel} > 7
chmod +x %{buildroot}%{python3_sitearch}/_cproton.so chmod +x %{buildroot}%{python3_sitearch}/_cproton.so
%endif %endif
#find %{buildroot}%{proton_datadir}/examples/ -type f | xargs chmod -x #find %{buildroot}%{proton_datadir}/examples/ -type f | xargs chmod -x
@ -394,6 +394,9 @@ rm -fr %{buildroot}%{proton_datadir}/examples/php
%check %check
%changelog %changelog
* Tue Jul 31 2018 Irina Boverman <iboverma@redhat.com> - 0.24.0-3
- Updated spec for %{python3_sitearch}/_cproton.so
* Thu Jul 26 2018 Irina Boverman <iboverma@redhat.com> - 0.24.0-2 * Thu Jul 26 2018 Irina Boverman <iboverma@redhat.com> - 0.24.0-2
- Updated to build both python2- and python3-qpid-proton packages - Updated to build both python2- and python3-qpid-proton packages

Loading…
Cancel
Save