Add gcc BR, spec cleanups
This commit is contained in:
parent
44424a191a
commit
dabbab0a26
@ -1,13 +1,14 @@
|
||||
Name: xapian-core
|
||||
Version: 1.4.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?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: zlib-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: zlib-devel
|
||||
%if ! 0%{?_module_build}
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind-devel
|
||||
@ -23,7 +24,6 @@ indexing and search facilities to applications
|
||||
|
||||
%package libs
|
||||
Summary: Xapian search engine libraries
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description libs
|
||||
Xapian is an Open Source Probabilistic Information Retrieval framework. It
|
||||
@ -32,7 +32,6 @@ indexing and search facilities to applications. This package provides the
|
||||
libraries for applications using Xapian functionality
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Files needed for building packages which use Xapian
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
@ -105,6 +104,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
||||
%{_mandir}/man1/xapian-config.1*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.5-4
|
||||
- Add gcc BR, spec cleanups
|
||||
|
||||
* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 1.4.5-3
|
||||
- Rebuild to fix GCC 8 mis-compilation
|
||||
See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user