forked from pool/openssl
Accepting request 44144 from Base:System
Copy from Base:System/openssl based on submit request 44144 from user elvigia OBS-URL: https://build.opensuse.org/request/show/44144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=41
This commit is contained in:
parent
5899018aa2
commit
ae817a00dd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 20:55:18 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Exclude static libraries, see what breaks and fix that
|
||||||
|
instead
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 30 08:47:39 UTC 2010 - jengelh@medozas.de
|
Wed Jun 30 08:47:39 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Obsoletes: openssl-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 6
|
Release: 9
|
||||||
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
|
||||||
@ -379,8 +379,8 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_includedir}/ssl
|
%{_includedir}/ssl
|
||||||
%{_libdir}/libcrypto.a
|
%exclude %{_libdir}/libcrypto.a
|
||||||
%{_libdir}/libssl.a
|
%exclude %{_libdir}/libssl.a
|
||||||
%{_libdir}/libssl.so
|
%{_libdir}/libssl.so
|
||||||
%{_libdir}/libcrypto.so
|
%{_libdir}/libcrypto.so
|
||||||
%_libdir/pkgconfig/libcrypto.pc
|
%_libdir/pkgconfig/libcrypto.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user