Merge branch 'rawhide' into epel7
This commit is contained in:
commit
5a18de4f49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/dovecot-fts-xapian-1.4.12.tar.gz
|
/dovecot-fts-xapian-1.4.12.tar.gz
|
||||||
|
/dovecot-fts-xapian-1.4.13.tar.gz
|
||||||
|
@ -1,58 +0,0 @@
|
|||||||
%global __brp_check_rpaths %{nil}
|
|
||||||
Name: dovecot-fts-xapian
|
|
||||||
Version: 1.4.12
|
|
||||||
Release: 0.1%{?dist}
|
|
||||||
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
|
|
||||||
BuildRequires: gcc, gcc-c++, make, automake, autoconf, libtool
|
|
||||||
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
|
|
||||||
|
|
||||||
%post
|
|
||||||
echo ">>> Inside post <<<"
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license COPYING
|
|
||||||
%doc AUTHORS README.md
|
|
||||||
%{_libdir}/dovecot/lib21_fts_xapian_plugin.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Sep 12 2021 Joan Moreau <jom@grosjo.net> - 1.4.12-2
|
|
||||||
- Rebuild for dovecot 2.3.16
|
|
||||||
* Sat Aug 14 2021 Joan Moreau <jom@grosjo.net> - 1.4.12-1
|
|
||||||
- cf Github
|
|
||||||
* Sun Jul 4 2021 Joan Moreau <jom@grosjo.net> - 1.4.11-1
|
|
||||||
- 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
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dovecot-fts-xapian-1.4.12.tar.gz) = 820563de646cc367fcc3d0cce2b2c0ef54541e7210f25a751d569e1e58b0f8320be9401a61b9df7487710a4ae0ddd701b95324570c7d46250251bc4469538e2c
|
SHA512 (dovecot-fts-xapian-1.4.13.tar.gz) = 01302feffd8dd0c09bfc5e247b6eb0e51390ce4f29c0fc705f8b76cd362ea8678ed2d534f1e832f7760d55effbbd72ba1c43ae0d91e20cd3e96b703fb3126def
|
||||||
|
Loading…
Reference in New Issue
Block a user