[xmlsec1/f14/master] Fix missing links to unversioned shared library files 541599

Daniel Veillard veillard at fedoraproject.org
Tue Mar 22 14:03:51 UTC 2011


commit e6aa006a6b78b0b9e555200ca430211e0d5dd0c3
Author: Daniel Veillard <veillard at redhat.com>
Date:   Tue Mar 22 21:55:10 2011 +0800

    Fix missing links to unversioned shared library files 541599

 xmlsec1.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/xmlsec1.spec b/xmlsec1.spec
index a9753da..019e17b 100644
--- a/xmlsec1.spec
+++ b/xmlsec1.spec
@@ -1,7 +1,7 @@
 Summary: Library providing support for "XML Signature" and "XML Encryption" standards
 Name: xmlsec1
 Version: 1.2.16
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
@@ -172,44 +172,47 @@ rm -fr %{buildroot}
 %files openssl
 %defattr(-, root, root, -)
 %{_libdir}/libxmlsec1-openssl.so.*
+%{_libdir}/libxmlsec1-openssl.so
 
 %files openssl-devel
 %defattr(-, root, root, -)
 %{_includedir}/xmlsec1/xmlsec/openssl/
-%{_libdir}/libxmlsec1-openssl.so
 %{_libdir}/pkgconfig/xmlsec1-openssl.pc
 
 %files gcrypt
 %defattr(-, root, root, -)
 %{_libdir}/libxmlsec1-gcrypt.so.*
+%{_libdir}/libxmlsec1-gcrypt.so
 
 %files gcrypt-devel
 %defattr(-, root, root, -)
 %{_includedir}/xmlsec1/xmlsec/gcrypt/
-%{_libdir}/libxmlsec1-gcrypt.so
 %{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
 
 %files gnutls
 %defattr(-, root, root, -)
 %{_libdir}/libxmlsec1-gnutls.so.*
+%{_libdir}/libxmlsec1-gnutls.so
 
 %files gnutls-devel
 %defattr(-, root, root, -)
 %{_includedir}/xmlsec1/xmlsec/gnutls/
-%{_libdir}/libxmlsec1-gnutls.so
 %{_libdir}/pkgconfig/xmlsec1-gnutls.pc
 
 %files nss
 %defattr(-, root, root, -)
 %{_libdir}/libxmlsec1-nss.so.*
+%{_libdir}/libxmlsec1-nss.so
 
 %files nss-devel
 %defattr(-, root, root, -)
 %{_includedir}/xmlsec1/xmlsec/nss/
-%{_libdir}/libxmlsec1-nss.so
 %{_libdir}/pkgconfig/xmlsec1-nss.pc
 
 %changelog
+* Tue Mar 22 2011 Daniel Veillard <veillard at redhat.com> - 1.2.16-3
+- Fix missing links to unversioned shared library files 541599
+
 * Wed Jun  2 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.2.16-2
 - add missing BuildRequires: libtool-ltdl-devel
 


More information about the scm-commits mailing list