Remove libopenssl-devel package 26/211126/2 accepted/tizen_6.0_base_hotfix accepted/tizen_7.0_base_hotfix tizen_6.0_base_hotfix tizen_7.0_base_hotfix accepted/tizen/6.0/base/20201029.111145 accepted/tizen/6.0/base/hotfix/20201102.093424 accepted/tizen/6.5/base/20211028.060008 accepted/tizen/7.0/base/20221116.025930 accepted/tizen/7.0/base/hotfix/20221116.055339 accepted/tizen/base/20200317.040559 accepted/tizen/base/20221115.103806 submit/tizen_6.0_base/20201029.184801 submit/tizen_6.0_base_hotfix/20201030.192501 submit/tizen_6.0_base_hotfix/20201102.162701 submit/tizen_6.5_base/20211028.134301 submit/tizen_base/20200313.124450 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Mon, 29 Jul 2019 18:06:44 +0000 (20:06 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Fri, 31 Jan 2020 15:57:43 +0000 (15:57 +0000)
Change-Id: Ic9fc0e640f38ac3860e8b6516854cd9575ad8fd8

packaging/openssl.spec

index 8c81bb2..1777814 100644 (file)
@@ -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
-