packages: beecrypt/beecrypt.spec - rel 2; link with libgomp properly
arekm
arekm at pld-linux.org
Mon Oct 26 10:18:10 CET 2009
Author: arekm Date: Mon Oct 26 09:18:10 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; link with libgomp properly
---- Files affected:
packages/beecrypt:
beecrypt.spec (1.72 -> 1.73)
---- Diffs:
================================================================
Index: packages/beecrypt/beecrypt.spec
diff -u packages/beecrypt/beecrypt.spec:1.72 packages/beecrypt/beecrypt.spec:1.73
--- packages/beecrypt/beecrypt.spec:1.72 Sun Oct 25 22:23:23 2009
+++ packages/beecrypt/beecrypt.spec Mon Oct 26 10:18:05 2009
@@ -12,7 +12,7 @@
Summary(pl.UTF-8): Biblioteka kryptograficzna BeeCrypt
Name: beecrypt
Version: 4.2.1
-Release: 1
+Release: 2
Epoch: 2
License: LGPL v2.1+
Group: Libraries
@@ -40,6 +40,7 @@
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,13 +156,15 @@
%{__autoheader}
%{__automake}
%configure \
+ --enable-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}
+%{__make} \
+ OPENMP_LIBS="-lgomp"
%install
rm -rf $RPM_BUILD_ROOT
@@ -233,6 +236,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.73 2009/10/26 09:18:05 arekm
+- rel 2; link with libgomp properly
+
Revision 1.72 2009/10/25 21:23:23 areq
- fix without python build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/beecrypt/beecrypt.spec?r1=1.72&r2=1.73&f=u
More information about the pld-cvs-commit
mailing list