dovecot-fts-xapian-rpm/dovecot-fts-xapian.spec

85 lines
2.6 KiB
RPMSpec
Raw Normal View History

2021-08-28 18:25:17 +02:00
%global __brp_check_rpaths %{nil}
2021-08-28 13:12:47 +02:00
Name: dovecot-fts-xapian
2022-03-05 16:22:36 +01:00
Version: 1.5.4b
Release: 4%{?dist}
2021-08-28 13:12:47 +02:00
Summary: Dovecot FTS plugin based on Xapian
License: LGPLv2
URL: https://github.com/grosjo/fts-xapian
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
2022-03-05 19:13:58 +01:00
BuildRequires: xapian-core-devel, libicu-devel, dovecot-devel, sqlite-devel, glibc-devel, libstdc++-devel
BuildRequires: gcc, gcc-c++, make, automake, autoconf, libtool, libgcc
2022-03-05 14:52:48 +01:00
Requires: xapian-core, dovecot, sqlite
2021-08-28 13:12:47 +02:00
%description
This project intends to provide a straightforward, simple and
maintenance free, way to configure FTS plugin for Dovecot,
leveraging the efforts by the Xapian.org team.
This effort came after Dovecot team decided to deprecate
"fts_squat" included in the dovecot core, and due to the
complexity of the Solr plugin capabilitles, un-needed for most
users.
%prep
%autosetup -n fts-xapian-%{version}
autoreconf -vi
2022-02-20 14:31:12 +01:00
%build
%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot
2021-08-28 13:12:47 +02:00
%make_build
%install
%make_install
rm %{buildroot}%{_libdir}/dovecot/lib21_fts_xapian_plugin.la
2021-09-12 23:06:13 +02:00
%post
echo ">>> Inside post <<<"
2021-08-28 13:12:47 +02:00
%files
%license COPYING
%doc AUTHORS README.md
%{_libdir}/dovecot/lib21_fts_xapian_plugin.so
%changelog
* Wed Aug 3 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5.4b-4
- Move %%configure to %%build for package_notes generation
2022-08-01 15:03:43 +02:00
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.4b-3
- Rebuilt for ICU 71.1
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4b-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-03-05 17:00:10 +01:00
* Sat Mar 05 2022 Joan Moreau <jom@grosjo.net> - 1.5.4b
- Minor fixes
2022-03-05 12:55:30 +01:00
* Wed Mar 02 2022 Joan Moreau <jom@grosjo.net> - 1.5.4
- PR #119
- Issue #113, #117
2022-02-20 14:31:12 +01:00
* Sun Feb 20 2022 Joan Moreau <jom@grosjo.net> - 1.5.3
- Issues 112, 115, 116
2021-11-23 21:33:59 +01:00
* Tue Nov 23 2021 Joan Moreau <jom@grosjo.net> - 1.5.2
- Issues 103, 106, 109, 110
2021-11-12 14:28:07 +01:00
* Thu Nov 11 2021 Joan Moreau <jom@grosjo.net> - 1.5.1
- Fixed preprocessor issue
2021-11-10 22:19:10 +01:00
* Wed Nov 10 2021 Joan Moreau <jom@grosjo.net> - 1.5.0
- FreeBSD compatibility
* Mon Nov 1 2021 Joan Moreau <jom@grosjo.net> - 1.4.14-1
- Alignment with Dovecot 2.3.17
- Better memory management for FreeBSD
2021-09-12 23:06:13 +02:00
* Sun Sep 12 2021 Joan Moreau <jom@grosjo.net> - 1.4.13-1
2021-09-12 11:52:58 +02:00
- Rebuild for dovecot 2.3.16
2021-09-12 23:06:13 +02:00
- Epel7 comptability
2021-08-28 13:46:04 +02:00
* Sat Aug 14 2021 Joan Moreau <jom@grosjo.net> - 1.4.12-1
2021-08-28 13:12:47 +02:00
- cf Github
2021-08-28 13:46:04 +02:00
* Sun Jul 4 2021 Joan Moreau <jom@grosjo.net> - 1.4.11-1
2021-08-28 13:12:47 +02:00
- cf Github
* Sat Jun 26 2021 Joan Moreau <jom@grosjo.net> - 1.4.10-1
- cf Github
* Tue Apr 6 2021 Joan Moreau <jom@grosjo.net> - 1.4.9b-1
- Initial RPM