Move %configure to %build for package_notes generation
This commit is contained in:
parent
6d5888c49f
commit
615b34af40
@ -1,7 +1,7 @@
|
|||||||
%global __brp_check_rpaths %{nil}
|
%global __brp_check_rpaths %{nil}
|
||||||
Name: dovecot-fts-xapian
|
Name: dovecot-fts-xapian
|
||||||
Version: 1.5.4b
|
Version: 1.5.4b
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Dovecot FTS plugin based on Xapian
|
Summary: Dovecot FTS plugin based on Xapian
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -26,10 +26,10 @@ users.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n fts-xapian-%{version}
|
%autosetup -n fts-xapian-%{version}
|
||||||
autoreconf -vi
|
autoreconf -vi
|
||||||
%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -46,6 +46,9 @@ echo ">>> Inside post <<<"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.4b-3
|
||||||
- Rebuilt for ICU 71.1
|
- Rebuilt for ICU 71.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user