Use disable-sse
This commit is contained in:
parent
9d89fc2061
commit
5550e09308
@ -1,6 +1,6 @@
|
|||||||
%define name recoll
|
%define name recoll
|
||||||
%define version 1.14.2
|
%define version 1.14.2
|
||||||
%define release 0
|
%define release 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
# We build with a static link to xapian to avoid depending on xapian
|
# We build with a static link to xapian to avoid depending on xapian
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel zlib-devel-static
|
||||||
Requires: libqt4
|
Requires: libqt4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-1
|
||||||
|
- Rebuilt with a Xapian built with --disable-sse
|
||||||
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-0
|
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-0
|
||||||
- Update to release 1.14.2
|
- Update to release 1.14.2
|
||||||
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 1.14.2
|
Version: 1.14.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Desktop full text search tool with a qt gui
|
Summary: Desktop full text search tool with a qt gui
|
||||||
|
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-2
|
||||||
|
- Rebuilt with xapian 1.0.21 configured with the -disable-sse flag to avoid the "illegal instruction" problem on older CPUs
|
||||||
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-1
|
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-1
|
||||||
- Update to release 1.14.2
|
- Update to release 1.14.2
|
||||||
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user