Compare commits

...

29 Commits

Author SHA1 Message Date
Miro Hrončok
7e187b62d9 Orphaned for 6+ weeks 2024-01-02 15:57:16 +01:00
Fedora Release Engineering
8b8f13f062 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 17:50:07 +00:00
František Zatloukal
e9ee1b50d0 Rebuilt for ICU 73.2 2023-07-11 22:14:24 +02:00
Fedora Release Engineering
44ec0de785 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 01:44:38 +00:00
Pete Walter
7cbfabd152 Rebuild for ICU 72 2022-12-31 02:36:49 +00:00
Mamoru TASAKA
615b34af40 Move %configure to %build for package_notes generation 2022-08-03 23:53:02 +09:00
František Zatloukal
6d5888c49f Rebuilt for ICU 71.1 2022-08-01 15:03:43 +02:00
Fedora Release Engineering
0211743d71 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 00:52:06 +00:00
Joan Moreau
e999187b29 Version 1.5.4b} 2022-03-05 18:13:58 +00:00
Joan Moreau
343d1d59b2 Version 1.5.4b} 2022-03-05 16:00:27 +00:00
Joan Moreau
107ac7d022 Version 1.5.4b} 2022-03-05 16:00:10 +00:00
Joan Moreau
ecaec13a67 Version 1.5.4b} 2022-03-05 15:22:53 +00:00
Joan Moreau
d445625691 Version 1.5.4b} 2022-03-05 15:22:36 +00:00
Joan Moreau
fb49aa70c0 Version 1.5.4} 2022-03-05 13:53:02 +00:00
Joan Moreau
03aeeb8252 Version 1.5.4} 2022-03-05 13:52:48 +00:00
Joan Moreau
aa5fd8462a Version 1.5.4} 2022-03-05 11:57:14 +00:00
Joan Moreau
4967a8fb9d Version 1.5.4} 2022-03-05 11:55:30 +00:00
Joan Moreau
674b81bf0a Version 1.5.3} 2022-02-20 13:31:12 +00:00
Zbigniew Jędrzejewski-Szmek
40617ad1ca Move %configure and associated steps to %build
%configure and friends invoke code that is part of the package
and should be in %build.

If https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/172
is merged, %configure would start throwing an error. This change
is proactively to avoid a later build failure. No rebuild will
be done.
2022-01-25 15:35:59 +01:00
Fedora Release Engineering
c22084a0ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 00:59:18 +00:00
Joan Moreau
57d51423de Version 1.5.2 2021-11-23 20:37:57 +00:00
Joan Moreau
e631094228 Version 1.5.2} 2021-11-23 20:33:59 +00:00
Joan Moreau
73bdbf5b9d Version 1.5.1 2021-11-12 13:35:44 +00:00
Joan Moreau
15e78dafb5 Version 1.5.1 2021-11-12 13:35:00 +00:00
Joan Moreau
4841d57094 Version 1.5.1 2021-11-12 13:34:56 +00:00
Joan Moreau
d0991f6eb6 Version 1.5.1 2021-11-12 13:31:31 +00:00
Joan Moreau
0c5609cd84 Version 1.5.1 2021-11-12 13:28:07 +00:00
Joan Moreau
1343506759 iVersion 1.5.0 2021-11-10 21:22:50 +00:00
Joan Moreau
993fab6c01 iversion 1.5.0 2021-11-10 21:19:10 +00:00
5 changed files with 1 additions and 65 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
/dovecot-fts-xapian-1.4.12.tar.gz
/dovecot-fts-xapian-1.4.13.tar.gz

View File

@ -1,3 +0,0 @@
# dovecot-fts-xapian
The dovecot-fts-xapian package

1
dead.package Normal file
View File

@ -0,0 +1 @@
Orphaned for 6+ weeks

View File

@ -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

View File

@ -1 +0,0 @@
SHA512 (dovecot-fts-xapian-1.4.13.tar.gz) = 01302feffd8dd0c09bfc5e247b6eb0e51390ce4f29c0fc705f8b76cd362ea8678ed2d534f1e832f7760d55effbbd72ba1c43ae0d91e20cd3e96b703fb3126def