Compare commits
29 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7e187b62d9 | ||
|
8b8f13f062 | ||
|
e9ee1b50d0 | ||
|
44ec0de785 | ||
|
7cbfabd152 | ||
|
615b34af40 | ||
|
6d5888c49f | ||
|
0211743d71 | ||
|
e999187b29 | ||
|
343d1d59b2 | ||
|
107ac7d022 | ||
|
ecaec13a67 | ||
|
d445625691 | ||
|
fb49aa70c0 | ||
|
03aeeb8252 | ||
|
aa5fd8462a | ||
|
4967a8fb9d | ||
|
674b81bf0a | ||
|
40617ad1ca | ||
|
c22084a0ef | ||
|
57d51423de | ||
|
e631094228 | ||
|
73bdbf5b9d | ||
|
15e78dafb5 | ||
|
4841d57094 | ||
|
d0991f6eb6 | ||
|
0c5609cd84 | ||
|
1343506759 | ||
|
993fab6c01 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/dovecot-fts-xapian-1.4.12.tar.gz
|
||||
/dovecot-fts-xapian-1.4.13.tar.gz
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
Orphaned for 6+ weeks
|
@ -1,59 +0,0 @@
|
||||
%global __brp_check_rpaths %{nil}
|
||||
Name: dovecot-fts-xapian
|
||||
Version: 1.4.13
|
||||
Release: 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.13-1
|
||||
- Rebuild for dovecot 2.3.16
|
||||
- Epel7 comptability
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user