epel9
Irina Boverman 7 years ago
parent 363a1eccb1
commit 4f2663e47a

@ -49,7 +49,8 @@ BuildRequires: %{pythonx}-devel
BuildRequires: python3-devel BuildRequires: python3-devel
%endif %endif
BuildRequires: epydoc BuildRequires: epydoc
%if 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?fedora}
BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: glibc-headers BuildRequires: glibc-headers
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -251,7 +252,7 @@ Obsoletes: python-qpid-proton-doc
%doc %{proton_datadir}/docs/api-py %doc %{proton_datadir}/docs/api-py
%doc %{proton_datadir}/examples/python %doc %{proton_datadir}/examples/python
%if 0%{?fedora} < 29 || 0%{?rhel} > 7 %if 0%{?fedora}
%package -n perl-qpid-proton %package -n perl-qpid-proton
Summary: Perl language bindings for Qpid Proton messaging framework Summary: Perl language bindings for Qpid Proton messaging framework
@ -328,7 +329,7 @@ rm -rf %{buildroot}%{_libdir}/java
rm -rf %{buildroot}%{_libdir}/libproton-jni.so rm -rf %{buildroot}%{_libdir}/libproton-jni.so
rm -rf %{buildroot}%{_datarootdir}/java rm -rf %{buildroot}%{_datarootdir}/java
rm -rf %{buildroot}%{_libdir}/proton.cmake rm -rf %{buildroot}%{_libdir}/proton.cmake
%if 0%{?rhel} && 0%{?rhel} <= 7 %if 0%{?rhel}
rm -rf %{buildroot}%{_libdir}/perl5 rm -rf %{buildroot}%{_libdir}/perl5
rm -rf %{buildroot}%{_libdir}/php rm -rf %{buildroot}%{_libdir}/php
rm -rf %{buildroot}%{_libdir}/ruby rm -rf %{buildroot}%{_libdir}/ruby
@ -387,7 +388,7 @@ rm -fr %{buildroot}%{proton_datadir}/examples/php
%check %check
%if 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?fedora}
# check perl bindings # check perl bindings
pushd proton-c/bindings/perl pushd proton-c/bindings/perl
#make test #make test
@ -395,7 +396,7 @@ popd
%endif %endif
%changelog %changelog
* Thu Mar 8 2018 Irina Boverman <iboverma@redhat.com> - 0.21.0-1 * Tue Mar 13 2018 Irina Boverman <iboverma@redhat.com> - 0.21.0-1
- Rebased to 0.21.0 - Rebased to 0.21.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-4

@ -1,2 +1 @@
SHA512 (qpid-proton-0.18.1.tar.gz) = f51f7c622351255758ca3727d758f0893088d9e2f13d350134b06784e85da476e01cd73f747d20543933fefe202f55d0f56c50015e9d2be6ba9ab819aa85f23c
SHA512 (qpid-proton-0.21.0.tar.gz) = 81facd2d6dc690a5b5d8ed2278177396dba1f4d0868421b05870c4492953762f563a39a6160ab2aee378596e327f27864fc15bbfddfb1e5efdc4a4066610f84d SHA512 (qpid-proton-0.21.0.tar.gz) = 81facd2d6dc690a5b5d8ed2278177396dba1f4d0868421b05870c4492953762f563a39a6160ab2aee378596e327f27864fc15bbfddfb1e5efdc4a4066610f84d

Loading…
Cancel
Save