From d192032ecc8d1368777baa438bd58498acd807c4 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 22 Nov 2022 19:33:40 +0800 Subject: [PATCH] update man pages suffix --- libldb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libldb.spec b/libldb.spec index b00a9a2..57feeac 100644 --- a/libldb.spec +++ b/libldb.spec @@ -199,12 +199,12 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %{_libdir}/libldb.so %{_libdir}/pkgconfig/ldb.pc -%{_mandir}/man3/ldb*.gz -%{_mandir}/man3/ldif*.gz +%{_mandir}/man3/ldb* +%{_mandir}/man3/ldif* %files -n python-ldb-devel-common %{_includedir}/pyldb.h -%{_mandir}/man*/Py*.gz +%{_mandir}/man*/Py* %if %{with python3} %files -n python3-ldb -- Gitee