Browse Source

xmlsec1-1.2.20-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9654 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
8db02f8c5a
1 changed files with 8 additions and 5 deletions
  1. 8 5
      x/xmlsec1/xmlsec1-vl.spec

+ 8 - 5
x/xmlsec1/xmlsec1-vl.spec

@@ -1,7 +1,7 @@
 Summary: Library providing support for "XML Signature" and "XML Encryption" standards
 Name: xmlsec1
 Version: 1.2.20
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.aleksey.com/xmlsec/
@@ -195,45 +195,48 @@ 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/*.h
-%{_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/*.h
-%{_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/*.h
-%{_libdir}/libxmlsec1-nss.so
 %{_libdir}/pkgconfig/xmlsec1-nss.pc
 
 %changelog
+* Fri Jul  3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.20-2
+- fixed %%files.
+
 * Sat Nov  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.20-1
 - new upstream release
 - moved gcrypt to System Environment/Libraries Group