]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- rel 2; link with libgomp properly auto/th/beecrypt-4_2_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Oct 2009 09:18:05 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beecrypt.spec -> 1.73

beecrypt.spec

index 00e3040795e5be207036738ca1d609c427bcb071..d26efb41ed982c9c1ea5c9d46a2a21091db7a487 100644 (file)
@@ -11,7 +11,7 @@ Summary:      The BeeCrypt Cryptography Library
 Summary(pl.UTF-8):     Biblioteka kryptograficzna BeeCrypt
 Name:          beecrypt
 Version:       4.2.1
 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
 Epoch:         2
 License:       LGPL v2.1+
 Group:         Libraries
@@ -39,6 +39,7 @@ BuildRequires:        python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
 %endif
 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)
 BuildRequires: rpmbuild(macros) >= 1.213
 Obsoletes:     beecrypt-doc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -154,13 +155,15 @@ bibliotekę BeeCrytp.
 %{__autoheader}
 %{__automake}
 %configure \
 %{__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}
 
        %{?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
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.041059 seconds and 4 git commands to generate.