Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cac7461f1 |
1 changed files with 8 additions and 5 deletions
13
xmlsec1.spec
13
xmlsec1.spec
|
|
@ -1,7 +1,7 @@
|
||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.16
|
Version: 1.2.16
|
||||||
Release: 3%{?dist}%{?extra_release}
|
Release: 4%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||||
|
|
@ -172,44 +172,47 @@ rm -fr %{buildroot}
|
||||||
%files openssl
|
%files openssl
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/libxmlsec1-openssl.so.*
|
%{_libdir}/libxmlsec1-openssl.so.*
|
||||||
|
%{_libdir}/libxmlsec1-openssl.so
|
||||||
|
|
||||||
%files openssl-devel
|
%files openssl-devel
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_includedir}/xmlsec1/xmlsec/openssl/
|
%{_includedir}/xmlsec1/xmlsec/openssl/
|
||||||
%{_libdir}/libxmlsec1-openssl.so
|
|
||||||
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
||||||
|
|
||||||
%files gcrypt
|
%files gcrypt
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/libxmlsec1-gcrypt.so.*
|
%{_libdir}/libxmlsec1-gcrypt.so.*
|
||||||
|
%{_libdir}/libxmlsec1-gcrypt.so
|
||||||
|
|
||||||
%files gcrypt-devel
|
%files gcrypt-devel
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
||||||
%{_libdir}/libxmlsec1-gcrypt.so
|
|
||||||
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
||||||
|
|
||||||
%files gnutls
|
%files gnutls
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/libxmlsec1-gnutls.so.*
|
%{_libdir}/libxmlsec1-gnutls.so.*
|
||||||
|
%{_libdir}/libxmlsec1-gnutls.so
|
||||||
|
|
||||||
%files gnutls-devel
|
%files gnutls-devel
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_includedir}/xmlsec1/xmlsec/gnutls/
|
%{_includedir}/xmlsec1/xmlsec/gnutls/
|
||||||
%{_libdir}/libxmlsec1-gnutls.so
|
|
||||||
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
||||||
|
|
||||||
%files nss
|
%files nss
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/libxmlsec1-nss.so.*
|
%{_libdir}/libxmlsec1-nss.so.*
|
||||||
|
%{_libdir}/libxmlsec1-nss.so
|
||||||
|
|
||||||
%files nss-devel
|
%files nss-devel
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_includedir}/xmlsec1/xmlsec/nss/
|
%{_includedir}/xmlsec1/xmlsec/nss/
|
||||||
%{_libdir}/libxmlsec1-nss.so
|
|
||||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2011 Daniel Veillard <veillard@redhat.com> - 1.2.16-4
|
||||||
|
- Fix missing links to unversioned shared library files 541599
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue