remove the sphinx-build in prep

(cherry picked from commit fe29dd7c616f1240e8b12ee274ddad5173aabe7e)
This commit is contained in:
huangduirong 2022-10-10 14:24:24 +08:00 committed by openeuler-sync-bot
parent aa9d2fcda2
commit daeba4c91b

View File

@ -7,7 +7,7 @@
Name: rsyslog Name: rsyslog
Version: 8.2110.0 Version: 8.2110.0
Release: 10 Release: 11
Summary: The rocket-fast system for log processing Summary: The rocket-fast system for log processing
License: (GPLv3+ and ASL 2.0) License: (GPLv3+ and ASL 2.0)
URL: http://www.rsyslog.com/ URL: http://www.rsyslog.com/
@ -44,7 +44,7 @@ Patch6008: backport-Fix-memory-leak-when-free-action-worker-data-table.patc
BuildRequires: gcc autoconf automake bison dos2unix flex pkgconfig python3-docutils libtool BuildRequires: gcc autoconf automake bison dos2unix flex pkgconfig python3-docutils libtool
BuildRequires: libgcrypt-devel libuuid-devel zlib-devel krb5-devel libnet-devel gnutls-devel BuildRequires: libgcrypt-devel libuuid-devel zlib-devel krb5-devel libnet-devel gnutls-devel
BuildRequires: libfastjson-devel >= 0.99.8 libestr-devel >= 0.1.9 python-sphinx BuildRequires: libfastjson-devel >= 0.99.8 libestr-devel >= 0.1.9
BuildRequires: mariadb-connector-c-devel net-snmp-devel qpid-proton-c-devel libcurl-devel BuildRequires: mariadb-connector-c-devel net-snmp-devel qpid-proton-c-devel libcurl-devel
%if %{systemd_lived} == 1 %if %{systemd_lived} == 1
BuildRequires: systemd-devel >= 204-8 BuildRequires: systemd-devel >= 204-8
@ -253,8 +253,6 @@ of source ports.
%prep %prep
%setup -q -a 1 -T -c %setup -q -a 1 -T -c
sphinx-build -b html source build
rm -r LICENSE README.md source
mv build doc mv build doc
%autosetup -n %{name}-%{version} -D -p1 %autosetup -n %{name}-%{version} -D -p1
@ -505,6 +503,12 @@ done
%{_mandir}/man1/rscryutil.1.gz %{_mandir}/man1/rscryutil.1.gz
%changelog %changelog
* Mon Oct 10 2022 huangduirong <huangduirong@huawei.com> - 8.2110.0-11
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove the sphinx-build in prep
* Thu Aug 04 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 8.2110.0-10 * Thu Aug 04 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 8.2110.0-10
- backport patches from upstream and enable check - backport patches from upstream and enable check