summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariusz Michaluk <d.michaluk@samsung.com>2019-07-29 20:06:44 +0200
committerDariusz Michaluk <d.michaluk@samsung.com>2020-01-31 15:57:43 +0000
commit7d719509c3df464f66d29091ef7f5bea9dea126b (patch)
tree405d38c1b5dad419b0667fb2ac91d342b6ec3dbc
parentb24aaa33ff5b25921e606a4e3b47b15b9aae115e (diff)
downloadopenssl-tizen_7.0_base_hotfix.tar.gz
openssl-tizen_7.0_base_hotfix.tar.bz2
openssl-tizen_7.0_base_hotfix.zip
Change-Id: Ic9fc0e640f38ac3860e8b6516854cd9575ad8fd8
-rw-r--r--packaging/openssl.spec34
1 files changed, 0 insertions, 34 deletions
diff --git a/packaging/openssl.spec b/packaging/openssl.spec
index 8c81bb2..1777814 100644
--- a/packaging/openssl.spec
+++ b/packaging/openssl.spec
@@ -35,32 +35,6 @@ Group: Security/Crypto Libraries
%description -n libopenssl
Secure Sockets Layer and crypto libraries.
-%package -n libopenssl-devel
-Summary: Secure Sockets Layer and cryptography static libraries and headers
-Group: Development/Libraries
-Obsoletes: openssl-devel < %{version}
-Requires: libopenssl = %{version}-%{release}
-Requires: zlib-devel
-Provides: openssl-devel = %{version}-%{release}
-Conflicts: libopenssl1.1-devel
-
-%description -n libopenssl-devel
-The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, fully featured, and Open Source toolkit implementing the
-Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
-protocols as well as a full-strength general purpose cryptography library.
-The project is managed by a worldwide community of volunteers that use the
-Internet to communicate, plan, and develop the OpenSSL tookit and its related
-documentation.
-
-OpenSSL is based on the excellent SSLeay library developed from Eric A.
-Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style licence, which basically means that you are free to get and
-use it for commercial and non-commercial purposes.
-
-This package contains the the OpenSSL cryptography and SSL/TLS
-static libraries and header files required when developing applications.
-
%prep
%setup -q
@@ -123,11 +97,3 @@ make INSTALL_PREFIX="$RPM_BUILD_ROOT" install_sw
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
-%files -n lib%{name}-devel
-%manifest %{name}.manifest
-%license LICENSE
-%{_includedir}/%{name}
-%exclude %{_libdir}/*.a
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
-