]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- rel 3 auto/th/beecrypt-4_2_1-3 auto/ti/beecrypt-4_2_1-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Dec 2009 10:08:44 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable openmp, the only beecrypt user (rpm) does not need parallel programing :/

Changed files:
    beecrypt.spec -> 1.74

beecrypt.spec

index d26efb41ed982c9c1ea5c9d46a2a21091db7a487..1cdb29d822723dce180bdad545d1398812b4444f 100644 (file)
@@ -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
This page took 0.074049 seconds and 4 git commands to generate.