Move %configure to %build for package_notes generation

This commit is contained in:
Mamoru TASAKA 2022-08-03 23:53:02 +09:00
parent 6d5888c49f
commit 615b34af40

View File

@ -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 <mtasaka@fedoraproject.org> - 1.5.4b-4
- Move %%configure to %%build for package_notes generation
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.4b-3
- Rebuilt for ICU 71.1