Accepting request 28053 from Base:System
Copy from Base:System/openssl based on submit request 28053 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/28053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=29
This commit is contained in:
parent
da29a2e6df
commit
7227fc370f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 14 16:11:11 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
- package documentation as noarch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 19:09:35 UTC 2009 - coolo@novell.com
|
Tue Nov 3 19:09:35 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
14
openssl.spec
14
openssl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openssl (Version 0.9.8k)
|
# spec file for package openssl (Version 0.9.8k)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -22,7 +22,7 @@ Name: openssl
|
|||||||
BuildRequires: bc ed zlib-devel
|
BuildRequires: bc ed zlib-devel
|
||||||
%define ssletcdir %{_sysconfdir}/ssl
|
%define ssletcdir %{_sysconfdir}/ssl
|
||||||
%define num_version %(echo "%{version}" | sed -e "s+[a-zA-Z]++g; s+_.*++g")
|
%define num_version %(echo "%{version}" | sed -e "s+[a-zA-Z]++g; s+_.*++g")
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Provides: ssl
|
Provides: ssl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -32,10 +32,11 @@ Obsoletes: openssl-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 0.9.8k
|
Version: 0.9.8k
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Secure Sockets and Transport Layer Security
|
Summary: Secure Sockets and Transport Layer Security
|
||||||
Url: http://www.openssl.org/
|
Url: http://www.openssl.org/
|
||||||
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
|
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Source10: README.SuSE
|
Source10: README.SuSE
|
||||||
Patch0: openssl-0.9.8-sparc.dif
|
Patch0: openssl-0.9.8-sparc.dif
|
||||||
Patch1: openssl-0.9.8-flags-priority.dif
|
Patch1: openssl-0.9.8-flags-priority.dif
|
||||||
@ -84,7 +85,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package -n libopenssl0_9_8
|
%package -n libopenssl0_9_8
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Secure Sockets and Transport Layer Security
|
Summary: Secure Sockets and Transport Layer Security
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Recommends: openssl-certs
|
Recommends: openssl-certs
|
||||||
@ -124,7 +125,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package -n libopenssl-devel
|
%package -n libopenssl-devel
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# openssl-devel last used in openSUSE 10.2
|
# openssl-devel last used in openSUSE 10.2
|
||||||
@ -155,9 +156,10 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Additional Package Documentation
|
Summary: Additional Package Documentation
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains optional documentation provided in addition to
|
This package contains optional documentation provided in addition to
|
||||||
|
Loading…
Reference in New Issue
Block a user