forked from pool/xmlsec1
Accepting request 482521 from home:pmonrealgonzalez:branches:LibreOffice:Factory
- Fixed dependencies with libraries (bsc#1012246): * libxmlsec1-openssl.so * libxmlsec1-gcrypt.so * libxmlsec1-gnutls.so * libxmlsec1-nss.so OBS-URL: https://build.opensuse.org/request/show/482521 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=12
This commit is contained in:
parent
28ffa2b1f5
commit
b581345ccb
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 12:19:26 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Fixed dependencies with libraries (bsc#1012246):
|
||||
* libxmlsec1-openssl.so
|
||||
* libxmlsec1-gcrypt.so
|
||||
* libxmlsec1-gnutls.so
|
||||
* libxmlsec1-nss.so
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 09:29:03 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
10
xmlsec1.spec
10
xmlsec1.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmlsec1
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -187,21 +187,25 @@ make %{?_smp_mflags} check check-keys check-dsig check-enc
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_libdir}/libxmlsec1-gcrypt.so.*
|
||||
%{_libdir}/libxmlsec1-gcrypt.so
|
||||
|
||||
%files -n %{libgnutls}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_libdir}/libxmlsec1-gnutls.so.*
|
||||
%{_libdir}/libxmlsec1-gnutls.so
|
||||
|
||||
%files -n %{libnss}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_libdir}/libxmlsec1-nss.so.*
|
||||
%{_libdir}/libxmlsec1-nss.so
|
||||
|
||||
%files -n %{libopenssl}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_libdir}/libxmlsec1-openssl.so.*
|
||||
%{_libdir}/libxmlsec1-openssl.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -221,25 +225,21 @@ make %{?_smp_mflags} check check-keys check-dsig check-enc
|
||||
|
||||
%files openssl-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libxmlsec1-openssl.so
|
||||
%{_includedir}/xmlsec1/xmlsec/openssl/
|
||||
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
||||
|
||||
%files gcrypt-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libxmlsec1-gcrypt.so
|
||||
%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
||||
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
||||
|
||||
%files gnutls-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libxmlsec1-gnutls.so
|
||||
%{_includedir}/xmlsec1/xmlsec/gnutls/
|
||||
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
||||
|
||||
%files nss-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libxmlsec1-nss.so
|
||||
%{_includedir}/xmlsec1/xmlsec/nss/
|
||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user