|
@@ -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.20
|
|
Version: 1.2.20
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.aleksey.com/xmlsec/
|
|
URL: http://www.aleksey.com/xmlsec/
|
|
@@ -195,45 +195,48 @@ 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/*.h
|
|
%{_includedir}/xmlsec1/xmlsec/openssl/*.h
|
|
-%{_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/*.h
|
|
%{_includedir}/xmlsec1/xmlsec/gnutls/*.h
|
|
-%{_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/*.h
|
|
%{_includedir}/xmlsec1/xmlsec/nss/*.h
|
|
-%{_libdir}/libxmlsec1-nss.so
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Nov 1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.20-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- moved gcrypt to System Environment/Libraries Group
|
|
- moved gcrypt to System Environment/Libraries Group
|