2006-12-19 00:17:18 +01:00
|
|
|
#
|
2011-01-17 17:47:31 +01:00
|
|
|
# spec file for package openssl
|
2006-12-19 00:17:18 +01:00
|
|
|
#
|
2017-01-31 12:37:40 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2006-12-19 00:17:18 +01:00
|
|
|
#
|
2008-10-22 18:31:03 +02:00
|
|
|
# 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.
|
|
|
|
|
2006-12-19 00:17:18 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-06-23 17:24:24 +02:00
|
|
|
%define _sonum 1_0_0
|
2017-04-11 09:29:32 +02:00
|
|
|
Name: openssl
|
2017-06-26 11:13:25 +02:00
|
|
|
Version: 1.0.2l
|
2012-05-21 10:00:42 +02:00
|
|
|
Release: 0
|
2006-12-19 00:17:18 +01:00
|
|
|
Summary: Secure Sockets and Transport Layer Security
|
2017-05-18 20:46:33 +02:00
|
|
|
# Yes there is no license but to not confuse people keep it aligned to the pkg
|
2012-05-21 10:00:42 +02:00
|
|
|
License: OpenSSL
|
|
|
|
Group: Productivity/Networking/Security
|
2014-01-17 11:05:16 +01:00
|
|
|
Url: https://www.openssl.org/
|
2017-05-18 20:46:33 +02:00
|
|
|
Source0: README.SUSE
|
|
|
|
Source99: baselibs.conf
|
|
|
|
BuildRequires: libopenssl%{_sonum} = %{version}
|
|
|
|
Requires: openssl-%{_sonum} = %{version}
|
|
|
|
BuildArch: noarch
|
2006-12-19 00:17:18 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
|
|
|
commercial-grade, full-featured, and open source toolkit implementing
|
|
|
|
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
|
|
|
|
v1) protocols with full-strength cryptography. The project is managed
|
|
|
|
by a worldwide community of volunteers that use the Internet to
|
|
|
|
communicate, plan, and develop the OpenSSL toolkit and its related
|
|
|
|
documentation.
|
|
|
|
|
2007-05-06 17:17:31 +02:00
|
|
|
%package -n libopenssl-devel
|
2008-07-11 20:44:41 +02:00
|
|
|
Summary: Include Files and Libraries mandatory for Development
|
2006-12-19 00:17:18 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2017-04-11 09:29:32 +02:00
|
|
|
Requires: %{name} = %{version}
|
2017-05-18 20:46:33 +02:00
|
|
|
Requires: libopenssl%{_sonum} = %{version}
|
|
|
|
Requires: libopenssl-%{_sonum}-devel = %{version}
|
|
|
|
Requires: pkgconfig
|
2017-04-11 09:29:32 +02:00
|
|
|
Obsoletes: openssl-devel < %{version}
|
2010-04-14 15:14:18 +02:00
|
|
|
Provides: openssl-devel = %{version}
|
2017-05-18 20:46:33 +02:00
|
|
|
Provides: pkgconfig(libssl) = %{version}
|
|
|
|
Obsoletes: pkgconfig(libssl) < %{version}
|
|
|
|
Provides: pkgconfig(libopenssl) = %{version}
|
|
|
|
Obsoletes: pkgconfig(libopenssl) < %{version}
|
|
|
|
Provides: pkgconfig(libcrypto) = %{version}
|
|
|
|
Obsoletes: pkgconfig(libcrypto) < %{version}
|
|
|
|
Provides: pkgconfig(openssl) = %{version}
|
|
|
|
Obsoletes: pkgconfig(openssl) < %{version}
|
2006-12-19 00:17:18 +01:00
|
|
|
|
2007-05-06 17:17:31 +02:00
|
|
|
%description -n libopenssl-devel
|
2006-12-19 00:17:18 +01:00
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
%prep
|
2017-05-18 20:46:33 +02:00
|
|
|
cp %{SOURCE0} .
|
2006-12-19 00:17:18 +01:00
|
|
|
|
|
|
|
%build
|
2017-05-18 20:46:33 +02:00
|
|
|
:
|
2006-12-19 00:17:18 +01:00
|
|
|
|
|
|
|
%install
|
2017-05-18 20:46:33 +02:00
|
|
|
:
|
2010-05-25 10:32:24 +02:00
|
|
|
|
2017-05-18 20:46:33 +02:00
|
|
|
%files
|
2013-12-17 10:02:17 +01:00
|
|
|
%defattr(-, root, root)
|
2017-05-18 20:46:33 +02:00
|
|
|
%doc README.SUSE
|
2007-05-06 17:17:31 +02:00
|
|
|
|
|
|
|
%files -n libopenssl-devel
|
2006-12-19 00:17:18 +01:00
|
|
|
%defattr(-, root, root)
|
2017-05-18 20:46:33 +02:00
|
|
|
%doc README.SUSE
|
2007-05-06 17:17:31 +02:00
|
|
|
|
2007-03-06 11:18:17 +01:00
|
|
|
%changelog
|