1
0
forked from pool/Botan
Stephan Kulow 2012-02-07 08:04:15 +00:00 committed by Git OBS Bridge
parent 0d353cf381
commit 6be638a831
2 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -15,13 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define version_suffix 1_10-0
%define short_version 1.10
Name: Botan
Version: 1.10.0
Release: 3
Release: 0
Url: http://botan.randombit.net
Summary: A C++ Crypto Library
License: BSD-3-Clause
@ -36,9 +35,16 @@ Patch5: Botan-qt_thread_support.patch
Patch6: Botan-fix_pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zlib, bzip2 >= 1.0.2, gmp >= 4.1
BuildRequires: bzip2 >= 1.0.2 gmp-devel >= 4.1 zlib-devel
BuildRequires: gcc-c++ gmp-devel libbz2-devel openssl-devel python
BuildRequires: libqt4-devel pkg-config
BuildRequires: bzip2 >= 1.0.2
BuildRequires: gcc-c++
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
Botan is a C++ library that provides support for many common