|
@@ -1,11 +1,11 @@
|
|
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.27
|
|
+Version: 1.2.29
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-URL: http://www.aleksey.com/xmlsec/
|
|
+URL: https://www.aleksey.com/xmlsec/
|
|
-Source: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
|
+Source: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -177,7 +177,8 @@ rm -fr %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%doc AUTHORS ChangeLog NEWS README Copyright
|
|
+%license Copyright
|
|
|
|
+%doc AUTHORS ChangeLog NEWS README
|
|
%doc %{_mandir}/man1/xmlsec1.1*
|
|
%doc %{_mandir}/man1/xmlsec1.1*
|
|
%{_libdir}/libxmlsec1.so.*
|
|
%{_libdir}/libxmlsec1.so.*
|
|
%{_bindir}/xmlsec1
|
|
%{_bindir}/xmlsec1
|
|
@@ -185,13 +186,17 @@ rm -fr %{buildroot}
|
|
%files devel
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%{_bindir}/xmlsec1-config
|
|
%{_bindir}/xmlsec1-config
|
|
-%{_includedir}/xmlsec1/xmlsec/*.h
|
|
+%{_includedir}/xmlsec1
|
|
-%{_includedir}/xmlsec1/xmlsec/private/*.h
|
|
+%exclude %{_includedir}/xmlsec1/xmlsec/gcrypt
|
|
|
|
+%exclude %{_includedir}/xmlsec1/xmlsec/gnutls
|
|
|
|
+%exclude %{_includedir}/xmlsec1/xmlsec/nss
|
|
|
|
+%exclude %{_includedir}/xmlsec1/xmlsec/openssl
|
|
%{_libdir}/libxmlsec1.so
|
|
%{_libdir}/libxmlsec1.so
|
|
%{_libdir}/pkgconfig/xmlsec1.pc
|
|
%{_libdir}/pkgconfig/xmlsec1.pc
|
|
%{_libdir}/xmlsec1Conf.sh
|
|
%{_libdir}/xmlsec1Conf.sh
|
|
%{_datadir}/aclocal/*.m4
|
|
%{_datadir}/aclocal/*.m4
|
|
-%doc AUTHORS HACKING ChangeLog NEWS README Copyright
|
|
+%license Copyright
|
|
|
|
+%doc AUTHORS HACKING ChangeLog NEWS README
|
|
%doc docs-to-install/*
|
|
%doc docs-to-install/*
|
|
%doc %{_mandir}/man1/xmlsec1-config.1*
|
|
%doc %{_mandir}/man1/xmlsec1-config.1*
|
|
|
|
|
|
@@ -202,7 +207,7 @@ rm -fr %{buildroot}
|
|
|
|
|
|
%files openssl-devel
|
|
%files openssl-devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%{_includedir}/xmlsec1/xmlsec/openssl/*.h
|
|
+%{_includedir}/xmlsec1/xmlsec/openssl
|
|
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
|
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
|
|
|
|
|
%files gcrypt
|
|
%files gcrypt
|
|
@@ -212,7 +217,7 @@ rm -fr %{buildroot}
|
|
|
|
|
|
%files gcrypt-devel
|
|
%files gcrypt-devel
|
|
%defattr(-, root, root, -)
|
|
%defattr(-, root, root, -)
|
|
-%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
|
+%{_includedir}/xmlsec1/xmlsec/gcrypt
|
|
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
|
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
|
|
|
|
|
%files gnutls
|
|
%files gnutls
|
|
@@ -222,7 +227,7 @@ rm -fr %{buildroot}
|
|
|
|
|
|
%files gnutls-devel
|
|
%files gnutls-devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%{_includedir}/xmlsec1/xmlsec/gnutls/*.h
|
|
+%{_includedir}/xmlsec1/xmlsec/gnutls
|
|
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
|
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
|
|
|
|
|
%files nss
|
|
%files nss
|
|
@@ -232,10 +237,13 @@ rm -fr %{buildroot}
|
|
|
|
|
|
%files nss-devel
|
|
%files nss-devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%{_includedir}/xmlsec1/xmlsec/nss/*.h
|
|
+%{_includedir}/xmlsec1/xmlsec/nss
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.29-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.27-1
|
|
* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.27-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|