Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6502332669 | ||
|
|
779fdd08e2 | ||
|
|
d38abdbba7 | ||
|
|
b93a512d44 | ||
|
|
cfc7e62af6 | ||
|
|
55ecdf1f36 | ||
|
|
fd7056f215 | ||
|
|
00843604db | ||
|
|
e20bb96169 | ||
|
|
7f021bc64c | ||
|
|
3118d15ca9 | ||
|
|
1e8e575c6a | ||
|
|
6e43e58a2b | ||
|
|
0e3be56988 | ||
|
|
1b58952167 | ||
|
|
105b350942 | ||
|
|
2360045966 | ||
|
|
c4e4093d2d | ||
|
|
d36533f5bc | ||
|
|
2b55ab0b8b | ||
|
|
06591eed1d | ||
|
|
2a1bb5b6cb | ||
|
|
5115c6147f | ||
|
|
5335a7d579 | ||
|
|
e95e6b2a3d | ||
|
|
8940f05cc8 | ||
|
|
c7aa0be743 | ||
|
|
56bda677be | ||
|
|
b68ef2f1a6 | ||
|
|
46982e6ea5 | ||
|
|
485f7d4453 | ||
|
|
ef1cab95db | ||
|
|
87cd86a4a5 | ||
|
|
286444c0a6 | ||
|
|
c9cd6307e7 |
7 changed files with 171 additions and 22 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
xapian-core-*.tar.*
|
||||
xapian-core-?.?.??/
|
||||
|
|
|
|||
1
ci.fmf
Normal file
1
ci.fmf
Normal file
|
|
@ -0,0 +1 @@
|
|||
resultsdb-testcase: separate
|
||||
25
gating.yaml
Normal file
25
gating.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
35
plans.fmf
Normal file
35
plans.fmf
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
/tier1-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/tier1/internal
|
||||
|
||||
/tier1-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/tier1/public
|
||||
|
||||
/tier2-tier3-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/tier2-tier3/internal
|
||||
|
||||
/tier2-tier3-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/tier2-tier3/public
|
||||
|
||||
/others-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/others/internal
|
||||
|
||||
/others-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xapian-core.git
|
||||
name: /plans/others/public
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xapian-core-1.4.14.tar.xz) = c08c9abe87e08491566b7cfa8cda9e2a80e4959a647428b6d82bce7af1c967b4cb463607ffb8976372a980c163923ced36117a66e0b5a1f35659393def3d371b
|
||||
SHA512 (xapian-core-1.4.31.tar.xz) = 45428083c6342333b0e4158b079c08ed3ff95b92c2fdec959acbcc28c27a6ab8d49f184bac0ddf6f7d2e5d44ba1e057ade9ef52c2b14f234ffc9d940878a1a2f
|
||||
|
|
|
|||
136
xapian-core.spec
136
xapian-core.spec
|
|
@ -1,18 +1,25 @@
|
|||
Name: xapian-core
|
||||
Version: 1.4.14
|
||||
Release: 1%{?dist}
|
||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||
License: GPLv2+
|
||||
URL: http://www.xapian.org/
|
||||
Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: zlib-devel
|
||||
# Currently fails on s390x and ARMv7
|
||||
%if ! 0%{?_module_build}
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind-devel
|
||||
%global with_tests 0
|
||||
%else
|
||||
%global with_tests 0
|
||||
%endif
|
||||
|
||||
Name: xapian-core
|
||||
Version: 1.4.31
|
||||
Release: 2%{?dist}
|
||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://www.xapian.org/
|
||||
Source0: https://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: zlib-devel
|
||||
%if 0%{?with_tests}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
|
@ -47,16 +54,7 @@ files needed for building packages which use Xapian
|
|||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# Disable SSE on x86, but leave it intact for x86_64
|
||||
%ifarch x86_64
|
||||
%configure --disable-static
|
||||
%else
|
||||
%configure --disable-static --disable-sse
|
||||
%endif
|
||||
|
||||
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
%configure
|
||||
|
||||
%{make_build}
|
||||
|
||||
|
|
@ -69,6 +67,11 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||
# Remove the dev docs, we pick them up below
|
||||
rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
||||
|
||||
%if 0%{?with_tests}
|
||||
%check
|
||||
make check %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
|
|
@ -80,7 +83,6 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|||
%{_bindir}/simplesearch
|
||||
%{_bindir}/simpleexpand
|
||||
%{_datadir}/xapian-core/
|
||||
# man pages may be gzipped, hence the trailing wildcard.
|
||||
%{_mandir}/man1/xapian*
|
||||
%{_mandir}/man1/quest.1*
|
||||
%{_mandir}/man1/copydatabase.1*
|
||||
|
|
@ -98,10 +100,94 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|||
%{_libdir}/cmake/xapian
|
||||
%{_libdir}/pkgconfig/xapian-core.pc
|
||||
%{_datadir}/aclocal/xapian.m4
|
||||
# man pages may be gzipped, hence the trailing wildcard.
|
||||
%{_mandir}/man1/xapian-config.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.31-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Feb 24 2026 Christiano Anderson <chris@christiano.me> - 1.4.31-1
|
||||
- Update to 1.4.31
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.30-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Sat Dec 06 2025 Christiano Anderson <chris@christiano.me> - 1.4.30-1
|
||||
- Update to 1.4.30
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.29-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon May 12 2025 Christiano Anderson <chris@christiano.dev> - 1.4.29-2
|
||||
- Rebuild 1.4.29
|
||||
|
||||
* Thu May 01 2025 Christiano Anderson <chris@christiano.dev> - 1.4.29-1
|
||||
- Update to 1.4.29
|
||||
|
||||
* Sun Mar 30 2025 Christiano Anderson <chris@christiano.dev> - 1.4.27-1
|
||||
- Update to 1.4.27
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Aug 16 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.26-1
|
||||
- Update to 1.4.26
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Jul 25 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.23-1
|
||||
- Update 1.4.23
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu May 18 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.22-1
|
||||
- Update to 1.4.22
|
||||
|
||||
* Tue Feb 21 2023 Than Ngo <than@redhat.com> - 1.4.20-3
|
||||
- migrated to SPDX license
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Aug 02 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.20-1
|
||||
- Update to 1.4.20
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Mar 29 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.19-1
|
||||
- Update to 1.4.19
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.4.18-2
|
||||
- Rebuild with C++ 11.1
|
||||
|
||||
* Sun Mar 07 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.18-1
|
||||
- Update to 1.4.18
|
||||
- Spec file cleanups
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Oct 17 2020 Jeff Law <law@redhat.com> - 1.4.17-2
|
||||
- Fix missing #include for gcc-11
|
||||
|
||||
* Mon Sep 21 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.17-1
|
||||
- Update to 1.4.17
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Feb 10 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.14-1
|
||||
- Update to 1.4.14
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue