forked from pool/Botan
Accepting request 28926 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/Botan based on submit request 28926 from user coolo OBS-URL: https://build.opensuse.org/request/show/28926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=8
This commit is contained in:
commit
a2caa1db4c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 04:27:38 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- run configure with --cpu=%_target to have correct bitness
|
||||||
|
selected for SPARC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 17:34:49 UTC 2009 - coolo@novell.com
|
Mon Dec 21 17:34:49 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Botan (Version 1.8.8)
|
# spec file for package Botan (Version 1.8.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: Botan
|
Name: Botan
|
||||||
Version: 1.8.8
|
Version: 1.8.8
|
||||||
Release: 3
|
Release: 4
|
||||||
Url: http://botan.randombit.net
|
Url: http://botan.randombit.net
|
||||||
Summary: A C++ Crypto Library
|
Summary: A C++ Crypto Library
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
@ -103,7 +103,8 @@ export RPM_OPT_FLAGS
|
|||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-gnump \
|
--with-gnump \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-tr1-implementation=system
|
--with-tr1-implementation=system \
|
||||||
|
--cpu=%_target_cpu
|
||||||
make %{?_smp_mflags} WARN_FLAGS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} WARN_FLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user