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

67 lines
1.9 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
2021-11-12 14:28:07 +01:00
Version: 1.5.1
2021-09-12 23:06:13 +02:00
Release: 1%{?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
BuildRequires: xapian-core-devel, libicu-devel, dovecot-devel
2021-08-28 17:33:44 +02:00
BuildRequires: gcc, gcc-c++, make, automake, autoconf, libtool
2021-08-28 13:12:47 +02:00
Requires: xapian-core, dovecot
%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
%configure --enable-static=no --with-dovecot=%{_libdir}/dovecot
%build
%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
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