From 615b34af403f6eedeae1eddd3139f80fe739303f Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Wed, 3 Aug 2022 23:53:02 +0900 Subject: [PATCH] Move %configure to %build for package_notes generation --- dovecot-fts-xapian.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dovecot-fts-xapian.spec b/dovecot-fts-xapian.spec index bd207a1..17ea51e 100644 --- a/dovecot-fts-xapian.spec +++ b/dovecot-fts-xapian.spec @@ -1,7 +1,7 @@ %global __brp_check_rpaths %{nil} Name: dovecot-fts-xapian Version: 1.5.4b -Release: 3%{?dist} +Release: 4%{?dist} Summary: Dovecot FTS plugin based on Xapian License: LGPLv2 @@ -26,10 +26,10 @@ users. %prep %autosetup -n fts-xapian-%{version} autoreconf -vi -%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot %build +%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot %make_build %install @@ -46,6 +46,9 @@ echo ">>> Inside post <<<" %changelog +* Wed Aug 3 2022 Mamoru TASAKA - 1.5.4b-4 +- Move %%configure to %%build for package_notes generation + * Mon Aug 01 2022 Frantisek Zatloukal - 1.5.4b-3 - Rebuilt for ICU 71.1