Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
Botan
Botan.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Botan.spec of Package Botan
# # spec file for package Botan # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # 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.9 Release: 0 Url: http://botan.randombit.net Summary: A C++ Crypto Library License: BSD-2-Clause Group: Development/Libraries/C and C++ Source: http://botan.randombit.net/files/%{name}-%{version}.tgz Source2: http://botan.randombit.net/files/%{name}-%{version}.tgz.asc Source3: %{name}.keyring Source4: baselibs.conf Patch0: Botan-inttypes.patch Patch1: Botan-ull_constants.patch.bz2 Patch2: Botan-fix_install_paths.patch Patch4: Botan-no-buildtime.patch Patch6: Botan-fix_pkgconfig.patch Patch7: dont-set-mach-value.diff Patch8: aarch64-support.patch Patch9: ppc64le-support.patch Patch10: CVE-2015-5726+CVE-2015-5727.patch Patch11: CVE-2015-7827+CVE-2016-2849.patch Patch12: CVE-2016-2194+CVE-2016-2195.patch Patch13: CVE-2016-2195_fix.patch Patch14: CVE-2016-9132.patch Patch15: CVE-2017-2801.patch Patch16: build_with_gcc_4_3.patch # Needed for Patch18 Patch17: add-SecureVector-data.patch Patch18: CVE-2017-14737.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: bzip2 >= 1.0.2 Requires: gmp >= 4.1 Requires: zlib 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 cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. %package -n libbotan-%{version_suffix} Summary: A C++ Crypto Library Group: Development/Libraries/C and C++ %description -n libbotan-%{version_suffix} Botan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. %package -n libbotan-devel Summary: Development files for Botan Group: Development/Libraries/C and C++ Requires: gmp-devel Requires: libbz2-devel Provides: Botan-devel = %{version} Obsoletes: Botan-devel < %{version} Requires: libbotan-%{version_suffix} = %{version} %define botan_docdir %{_datadir}/doc/packages/%{name}-%{version} %description -n libbotan-devel This package contains the header files and libraries needed to develop programs that use the Botan library. %prep %setup -q %patch0 %patch1 %patch2 %patch4 %patch6 %patch7 -p1 %patch8 %patch9 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %build export RPM_OPT_FLAGS %define common_config_flags --libdir=%{_lib} --with-bzip2 --with-zlib --with-gnump --with-openssl ./configure.py --prefix=%_prefix --libdir=%{_libdir} \ --docdir=%{_defaultdocdir} \ --includedir=%{_includedir} \ --with-bzip2 \ --with-zlib \ --with-gnump \ --with-openssl \ --enable-modules=qt_mutex \ --with-tr1-implementation=system \ --cpu=%_target_cpu make %{?_smp_mflags} WARN_FLAGS="$RPM_OPT_FLAGS -I/usr/include/Qt" %install %makeinstall rm -f %{buildroot}/%{_libdir}/libbotan*.a %post -n libbotan-%{version_suffix} -p /sbin/ldconfig %postun -n libbotan-%{version_suffix} -p /sbin/ldconfig %files -n libbotan-%{version_suffix} %defattr(-,root,root) %docdir %{botan_docdir} %{botan_docdir} %{_libdir}/libbotan-%{short_version}.so.* %files -n libbotan-devel %defattr(-,root,root) %{_libdir}/libbotan-%{short_version}.so %{_libdir}/pkgconfig/botan-%{short_version}.pc %{_includedir}/botan-%{short_version} %{_bindir}/botan-config-%{short_version} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor