denisarnaud pushed to xapian-core (epel7). "- Disable SSE instructions by default"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 30 22:07:47 UTC 2015


From ec183e921dcf4c25b5d58239ff45193c26340436 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Thu, 5 Aug 2010 07:21:07 +0100
Subject: - Disable SSE instructions by default


diff --git a/xapian-core.spec b/xapian-core.spec
index 1026359..6e1e816 100644
--- a/xapian-core.spec
+++ b/xapian-core.spec
@@ -1,6 +1,6 @@
 Name:          xapian-core
 Version:       1.2.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       The Xapian Probabilistic Information Retrieval Library
 
 Group:         Applications/Databases
@@ -44,7 +44,7 @@ files needed for building packages which use Xapian
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-sse
 
 # 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
@@ -103,6 +103,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/xapian-config.1*
 
 %changelog
+* Thu Aug  5 2010 Peter Robinson <pbrobinson at gmail.com> - 1.2.2-4
+- Disable SSE instructions by default
+
 * Wed Jul 14 2010 Peter Robinson <pbrobinson at gmail.com> - 1.2.2-3
 - And remove non spec cut-n-paste issue
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xapian-core.git/commit/?h=epel7&id=ec183e921dcf4c25b5d58239ff45193c26340436


More information about the scm-commits mailing list