From: Jan Rękorajski Date: Wed, 9 Dec 2009 10:08:44 +0000 (+0000) Subject: - rel 3 X-Git-Tag: auto/th/beecrypt-4_2_1-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbeecrypt.git;a=commitdiff_plain;h=4fcd359d66697bbffbe349d3b24f94952528a0f9 - rel 3 - disable openmp, the only beecrypt user (rpm) does not need parallel programing :/ Changed files: beecrypt.spec -> 1.74 --- diff --git a/beecrypt.spec b/beecrypt.spec index d26efb4..1cdb29d 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -11,7 +11,7 @@ Summary: The BeeCrypt Cryptography Library Summary(pl.UTF-8): Biblioteka kryptograficzna BeeCrypt Name: beecrypt Version: 4.2.1 -Release: 2 +Release: 3 Epoch: 2 License: LGPL v2.1+ Group: Libraries @@ -39,7 +39,6 @@ BuildRequires: python-devel BuildRequires: python-modules BuildRequires: rpm-pythonprov %endif -BuildRequires: libgomp-devel BuildRequires: rpmbuild(macros) >= 1.213 Obsoletes: beecrypt-doc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -155,15 +154,14 @@ bibliotekę BeeCrytp. %{__autoheader} %{__automake} %configure \ - --enable-openmp \ + --disable-openmp \ %{?with_javac:ac_cv_have_gcj=no} \ %{!?with_static_libs:--disable-static} \ --without-cplusplus \ --with%{!?with_java:out}-java \ %{!?with_python:--without-python} -%{__make} \ - OPENMP_LIBS="-lgomp" +%{__make} %install rm -rf $RPM_BUILD_ROOT