packages: beecrypt/beecrypt.spec - rel 3 - disable openmp, the only beecryp...
baggins
baggins at pld-linux.org
Wed Dec 9 11:08:51 CET 2009
Author: baggins Date: Wed Dec 9 10:08:51 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3
- disable openmp, the only beecrypt user (rpm) does not need parallel programing :/
---- Files affected:
packages/beecrypt:
beecrypt.spec (1.73 -> 1.74)
---- Diffs:
================================================================
Index: packages/beecrypt/beecrypt.spec
diff -u packages/beecrypt/beecrypt.spec:1.73 packages/beecrypt/beecrypt.spec:1.74
--- packages/beecrypt/beecrypt.spec:1.73 Mon Oct 26 10:18:05 2009
+++ packages/beecrypt/beecrypt.spec Wed Dec 9 11:08:44 2009
@@ -12,7 +12,7 @@
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
@@ -40,7 +40,6 @@
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)
@@ -156,15 +155,14 @@
%{__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
@@ -236,6 +234,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.74 2009/12/09 10:08:44 baggins
+- rel 3
+- disable openmp, the only beecrypt user (rpm) does not need parallel programing :/
+
Revision 1.73 2009/10/26 09:18:05 arekm
- rel 2; link with libgomp properly
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/beecrypt/beecrypt.spec?r1=1.73&r2=1.74&f=u
More information about the pld-cvs-commit
mailing list