|
@@ -1,6 +1,6 @@
|
|
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
|
|
Name: xmlsec1
|
|
|
-Version: 1.3.6
|
|
|
+Version: 1.3.7
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -140,7 +140,10 @@ Libraries, includes, etc. for developing XML Security applications with NSS
|
|
|
|
|
|
%build
|
|
|
autoreconf -if
|
|
|
-%configure --enable-silent-rules --disable-static
|
|
|
+%configure \
|
|
|
+ --enable-silent-rules \
|
|
|
+ --disable-static \
|
|
|
+ --enable-legacy-features
|
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
@@ -168,12 +171,7 @@ cp -pr $RPM_BUILD_ROOT%{_datadir}/doc/xmlsec1/* docs-to-install
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/xmlsec1
|
|
|
|
|
|
|
|
|
-%clean
|
|
|
-rm -fr %{buildroot}
|
|
|
-
|
|
|
-
|
|
|
%files
|
|
|
-%defattr(-, root, root)
|
|
|
%license Copyright
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
|
%doc %{_mandir}/man1/xmlsec1.1*
|
|
@@ -181,7 +179,6 @@ rm -fr %{buildroot}
|
|
|
%{_bindir}/xmlsec1
|
|
|
|
|
|
%files devel
|
|
|
-%defattr(-, root, root)
|
|
|
%{_bindir}/xmlsec1-config
|
|
|
%{_includedir}/xmlsec1
|
|
|
%exclude %{_includedir}/xmlsec1/xmlsec/gcrypt
|
|
@@ -198,47 +195,42 @@ rm -fr %{buildroot}
|
|
|
%doc %{_mandir}/man1/xmlsec1-config.1*
|
|
|
|
|
|
%files openssl
|
|
|
-%defattr(-, root, root)
|
|
|
%{_libdir}/libxmlsec1-openssl.so
|
|
|
%{_libdir}/libxmlsec1-openssl.so.*
|
|
|
|
|
|
%files openssl-devel
|
|
|
-%defattr(-, root, root)
|
|
|
%{_includedir}/xmlsec1/xmlsec/openssl
|
|
|
%{_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}/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}/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}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.7-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Oct 23 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.6-1
|
|
|
- new upstream release.
|
|
|
|