forked from pool/Botan
- little spec cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=30
This commit is contained in:
parent
0d353cf381
commit
6be638a831
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 08:04:05 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- little spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 17:36:04 UTC 2011 - jengelh@medozas.de
|
Fri Sep 16 17:36:04 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
16
Botan.spec
16
Botan.spec
@ -15,13 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_suffix 1_10-0
|
%define version_suffix 1_10-0
|
||||||
%define short_version 1.10
|
%define short_version 1.10
|
||||||
|
|
||||||
Name: Botan
|
Name: Botan
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 3
|
Release: 0
|
||||||
Url: http://botan.randombit.net
|
Url: http://botan.randombit.net
|
||||||
Summary: A C++ Crypto Library
|
Summary: A C++ Crypto Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,9 +35,16 @@ Patch5: Botan-qt_thread_support.patch
|
|||||||
Patch6: Botan-fix_pkgconfig.patch
|
Patch6: Botan-fix_pkgconfig.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: zlib, bzip2 >= 1.0.2, gmp >= 4.1
|
Requires: zlib, bzip2 >= 1.0.2, gmp >= 4.1
|
||||||
BuildRequires: bzip2 >= 1.0.2 gmp-devel >= 4.1 zlib-devel
|
BuildRequires: bzip2 >= 1.0.2
|
||||||
BuildRequires: gcc-c++ gmp-devel libbz2-devel openssl-devel python
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libqt4-devel pkg-config
|
BuildRequires: gmp-devel
|
||||||
|
BuildRequires: gmp-devel >= 4.1
|
||||||
|
BuildRequires: libbz2-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: python
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Botan is a C++ library that provides support for many common
|
Botan is a C++ library that provides support for many common
|
||||||
|
Loading…
Reference in New Issue
Block a user