2004-09-09 14:52:05 +00:00
|
|
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
|
|
|
Name: xmlsec1
|
2005-09-20 10:33:29 +00:00
|
|
|
Version: 1.2.9
|
2007-12-05 22:21:56 +00:00
|
|
|
Release: 9.1
|
2004-09-09 14:52:05 +00:00
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source: ftp://ftp.aleksey.com/pub/xmlsec/releases/xmlsec1-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
URL: http://www.aleksey.com/xmlsec/
|
2004-09-09 14:54:43 +00:00
|
|
|
Requires: libxml2 >= 2.6.0
|
|
|
|
Requires: libxslt >= 1.1.0
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
BuildRequires: libxslt-devel >= 1.1.0
|
2004-09-09 14:52:05 +00:00
|
|
|
Prefix: %{_prefix}
|
|
|
|
Docdir: %{_docdir}
|
2005-12-16 06:07:04 +00:00
|
|
|
Patch0: separate_nspr_nss.patch
|
2006-06-08 12:27:02 +00:00
|
|
|
Patch1: multilib.patch
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
XML Security Library is a C library based on LibXML2 and OpenSSL.
|
|
|
|
The library was created with a goal to support major XML security
|
|
|
|
standards "XML Digital Signature" and "XML Encryption".
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
2005-02-09 11:37:21 +00:00
|
|
|
Requires: libxml2-devel >= 2.6.0
|
|
|
|
Requires: libxslt-devel >= 1.1.0
|
2004-09-09 14:52:05 +00:00
|
|
|
Requires: openssl-devel >= 0.9.6
|
|
|
|
Requires: zlib-devel
|
2006-06-08 12:27:02 +00:00
|
|
|
Requires: pkgconfig
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libraries, includes, etc. you can use to develop applications with XML Digital
|
|
|
|
Signatures and XML Encryption support.
|
|
|
|
|
|
|
|
%package openssl
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
2005-02-09 11:37:21 +00:00
|
|
|
Requires: libxml2 >= 2.6.0
|
|
|
|
Requires: libxslt >= 1.1.0
|
2004-09-09 14:52:05 +00:00
|
|
|
Requires: openssl >= 0.9.6
|
|
|
|
BuildRequires: openssl-devel >= 0.9.6
|
|
|
|
|
|
|
|
%description openssl
|
|
|
|
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
|
|
|
for the xmlsec library
|
|
|
|
|
2004-09-09 14:55:14 +00:00
|
|
|
%post openssl
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun openssl
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2004-09-09 14:52:05 +00:00
|
|
|
%package openssl-devel
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
|
|
|
Requires: xmlsec1-devel = %{version}
|
|
|
|
Requires: xmlsec1-openssl = %{version}
|
2005-02-09 11:37:21 +00:00
|
|
|
Requires: libxml2-devel >= 2.6.0
|
|
|
|
Requires: libxslt-devel >= 1.1.0
|
2004-09-09 14:52:05 +00:00
|
|
|
Requires: openssl >= 0.9.6
|
|
|
|
Requires: openssl-devel >= 0.9.6
|
|
|
|
|
|
|
|
%description openssl-devel
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
|
|
|
|
2005-02-09 11:37:21 +00:00
|
|
|
%package gnutls
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
|
|
|
Requires: libxml2 >= 2.6.0
|
|
|
|
Requires: libxslt >= 1.1.0
|
|
|
|
Requires: libgcrypt >= 1.2.0
|
|
|
|
Requires: gnutls >= 1.0.20
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.0
|
|
|
|
BuildRequires: gnutls-devel >= 1.0.20
|
|
|
|
|
|
|
|
%description gnutls
|
|
|
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
|
|
|
for the xmlsec library
|
|
|
|
|
|
|
|
%post gnutls
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun gnutls
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%package gnutls-devel
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
|
|
|
Requires: xmlsec1-devel = %{version}
|
|
|
|
Requires: xmlsec1-openssl = %{version}
|
|
|
|
Requires: libxml2-devel >= 2.6.0
|
|
|
|
Requires: libxslt-devel >= 1.1.0
|
|
|
|
Requires: libgcrypt >= 1.2.0
|
|
|
|
Requires: gnutls >= 1.0.20
|
|
|
|
Requires: libgcrypt-devel >= 1.2.0
|
|
|
|
Requires: gnutls-devel >= 1.0.20
|
2004-09-09 14:52:05 +00:00
|
|
|
|
2005-02-09 11:37:21 +00:00
|
|
|
%description gnutls-devel
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with GNUTls
|
|
|
|
|
2004-09-09 14:52:05 +00:00
|
|
|
%package nss
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
|
|
|
Requires: libxml2 >= 2.4.24
|
|
|
|
Requires: libxslt >= 1.0.20
|
2005-12-16 06:07:04 +00:00
|
|
|
Requires: nss >= 3.2
|
2005-08-08 09:55:54 +00:00
|
|
|
Requires: nspr
|
2005-12-16 06:07:04 +00:00
|
|
|
BuildRequires: nss-devel >= 3.2
|
2005-08-08 09:55:54 +00:00
|
|
|
BuildRequires: nspr-devel
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%description nss
|
|
|
|
NSS plugin for XML Security Library provides NSS based crypto services
|
|
|
|
for the xmlsec library
|
|
|
|
|
|
|
|
%package nss-devel
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: xmlsec1 = %{version}
|
|
|
|
Requires: xmlsec1-devel = %{version}
|
|
|
|
Requires: xmlsec1-nss = %{version}
|
|
|
|
Requires: libxml2-devel >= 2.4.24
|
|
|
|
Requires: libxslt-devel >= 1.0.20
|
2005-12-16 06:07:04 +00:00
|
|
|
Requires: nss-devel >= 3.2
|
2005-08-08 09:55:54 +00:00
|
|
|
Requires: nspr-devel
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%description nss-devel
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with NSS
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-08-08 09:55:54 +00:00
|
|
|
%patch0 -p1
|
2006-06-08 12:27:02 +00:00
|
|
|
%patch1 -p1
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%build
|
2005-07-08 12:59:56 +00:00
|
|
|
%configure
|
2004-09-09 14:52:05 +00:00
|
|
|
#
|
|
|
|
# Note: it seems that this may break on older version of Red Hat,
|
|
|
|
# and that replacing the following line with just "make" can
|
|
|
|
# fix the problem
|
|
|
|
#
|
|
|
|
make
|
|
|
|
|
2006-06-08 12:27:02 +00:00
|
|
|
# positively ugly but only sane way to get around #192756
|
|
|
|
sed 's+/lib64+/$archlib+g' < xmlsec1-config | sed 's+/lib+/$archlib+g' | sed 's+ -DXMLSEC_NO_SIZE_T++' > xmlsec1-config.$$ && mv xmlsec1-config.$$ xmlsec1-config
|
|
|
|
|
2004-09-09 14:52:05 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/include/xmlsec1
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
#make prefix=$RPM_BUILD_ROOT%{prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install
|
2006-06-08 12:47:05 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2004-09-09 14:52:05 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -fr %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%doc AUTHORS ChangeLog NEWS README Copyright
|
|
|
|
%doc %{_mandir}/man1/xmlsec1.1*
|
|
|
|
|
|
|
|
%{prefix}/lib*/libxmlsec1.so.*
|
|
|
|
%{prefix}/bin/xmlsec1
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%{prefix}/bin/xmlsec1-config
|
2007-04-02 14:10:10 +00:00
|
|
|
%dir %{prefix}/include/xmlsec1
|
|
|
|
%dir %{prefix}/include/xmlsec1/xmlsec
|
|
|
|
%dir %{prefix}/include/xmlsec1/xmlsec/private
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/include/xmlsec1/xmlsec/*.h
|
2004-09-09 14:54:13 +00:00
|
|
|
%{prefix}/include/xmlsec1/xmlsec/private/*.h
|
2006-06-07 22:13:24 +00:00
|
|
|
%{prefix}/lib*/libxmlsec1.so
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/lib*/libxmlsec1.*a
|
|
|
|
%{prefix}/lib*/pkgconfig/xmlsec1.pc
|
|
|
|
%{prefix}/lib*/xmlsec1Conf.sh
|
2007-04-02 14:10:10 +00:00
|
|
|
%dir %{prefix}/share/doc/xmlsec1
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/share/doc/xmlsec1/*
|
|
|
|
%doc AUTHORS HACKING ChangeLog NEWS README Copyright
|
|
|
|
%doc %{_mandir}/man1/xmlsec1-config.1*
|
|
|
|
|
|
|
|
%files openssl
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%{prefix}/lib*/libxmlsec1-openssl.so.*
|
|
|
|
|
|
|
|
%files openssl-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2007-04-02 14:10:10 +00:00
|
|
|
%dir %{prefix}/include/xmlsec1/xmlsec/openssl
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/include/xmlsec1/xmlsec/openssl/*.h
|
|
|
|
%{prefix}/lib*/libxmlsec1-openssl.*a
|
2006-06-07 22:13:24 +00:00
|
|
|
%{prefix}/lib*/libxmlsec1-openssl.so
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/lib*/pkgconfig/xmlsec1-openssl.pc
|
|
|
|
|
2005-02-09 11:37:21 +00:00
|
|
|
%files gnutls
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%{prefix}/lib*/libxmlsec1-gnutls.so.*
|
|
|
|
|
|
|
|
%files gnutls-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2007-04-02 14:10:10 +00:00
|
|
|
%dir %{prefix}/include/xmlsec1/xmlsec/gnutls
|
2005-02-09 11:37:21 +00:00
|
|
|
%{prefix}/include/xmlsec1/xmlsec/gnutls/*.h
|
|
|
|
%{prefix}/lib*/libxmlsec1-gnutls.*a
|
2006-06-07 22:13:24 +00:00
|
|
|
%{prefix}/lib*/libxmlsec1-gnutls.so
|
2005-02-09 11:37:21 +00:00
|
|
|
%{prefix}/lib*/pkgconfig/xmlsec1-gnutls.pc
|
|
|
|
|
2004-09-09 14:52:05 +00:00
|
|
|
%files nss
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%{prefix}/lib*/libxmlsec1-nss.so.*
|
|
|
|
|
|
|
|
%files nss-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2007-04-02 14:10:10 +00:00
|
|
|
%dir %{prefix}/include/xmlsec1/xmlsec/nss
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/include/xmlsec1/xmlsec/nss/*.h
|
|
|
|
%{prefix}/lib*/libxmlsec1-nss.*a
|
2006-06-07 22:13:24 +00:00
|
|
|
%{prefix}/lib*/libxmlsec1-nss.so
|
2004-09-09 14:52:05 +00:00
|
|
|
%{prefix}/lib*/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
|
|
%changelog
|
2007-12-05 22:21:56 +00:00
|
|
|
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.2.9-9
|
|
|
|
- Rebuild for deps
|
|
|
|
|
2006-07-12 08:54:53 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-8.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-14 14:17:27 +00:00
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.9-8
|
|
|
|
- rebuilt with new gnutls
|
|
|
|
|
2006-06-08 12:47:05 +00:00
|
|
|
* Thu Jun 8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-7
|
|
|
|
- oops libxmlsec1.la was still there, should fix #171410 and #154142
|
|
|
|
|
2006-06-08 12:27:02 +00:00
|
|
|
* Thu Jun 8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-6
|
|
|
|
- Ugly patch and sed based changes to work around #192756 xmlsec1-config
|
|
|
|
multilib problem
|
|
|
|
|
2006-06-07 22:13:24 +00:00
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.9-5
|
|
|
|
- move .so symlinks to -devel subpackage
|
|
|
|
|
2006-02-11 06:13:13 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:20:15 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-16 06:07:04 +00:00
|
|
|
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 1.2.9-4
|
|
|
|
- NSS has been split out of the mozilla package, so require that now
|
|
|
|
and update separate_nspr.patch to account for the new NSS as well
|
|
|
|
|
2005-12-09 22:43:54 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-23 11:39:52 +00:00
|
|
|
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-3
|
|
|
|
- rebuilt due to gnutls library revision
|
2005-11-09 14:14:07 +00:00
|
|
|
* Wed Nov 9 2005 <veillard@redhat.com> 1.2.9-2
|
|
|
|
- rebuilt due to openssl library revision
|
2005-09-20 10:33:29 +00:00
|
|
|
* Tue Sep 20 2005 <veillard@redhat.com> 1.2.9-1
|
|
|
|
- update from upstream, release done in July
|
2005-09-20 10:53:07 +00:00
|
|
|
- apparently nss is now available on ppc64
|
2005-08-08 09:55:54 +00:00
|
|
|
* Mon Aug 8 2005 <veillard@redhat.com> 1.2.8-3
|
2005-08-08 08:59:59 +00:00
|
|
|
- rebuilt with new gnutls
|
2005-08-08 09:55:54 +00:00
|
|
|
- nspr has been split to a separate package
|
2005-07-08 12:59:56 +00:00
|
|
|
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-2
|
|
|
|
- Enabling the mozilla-nss crypto backend
|
2005-07-08 08:43:27 +00:00
|
|
|
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
|
|
|
|
- update from upstream, needed for openoffice
|
2005-03-08 14:42:25 +00:00
|
|
|
* Tue Mar 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
|
|
|
|
- rebuilt with gcc4
|
2005-02-23 16:29:01 +00:00
|
|
|
* Wed Feb 23 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-1
|
|
|
|
- Upstream release of 1.2.7, mostly bug fixes plus new functions
|
|
|
|
to GetKeys from simple store and X509 handling.
|
2005-02-09 11:37:21 +00:00
|
|
|
* Wed Feb 9 2005 Daniel Veillard <veillard@redhat.com> 1.2.6-4
|
|
|
|
- Adding support for GNUTls crypto backend
|
2004-09-09 14:55:14 +00:00
|
|
|
* Wed Sep 1 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-3
|
|
|
|
- adding missing ldconfig calls
|
|
|
|
* Thu Aug 26 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-2
|
2004-09-09 14:54:43 +00:00
|
|
|
- updated with upstream release from Aleksey
|
2004-09-09 14:54:26 +00:00
|
|
|
* Mon Jun 21 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-2
|
|
|
|
- rebuilt
|
2004-09-09 14:54:13 +00:00
|
|
|
* Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-1
|
|
|
|
- updated with upstream release from Aleksey
|
2004-09-09 14:53:53 +00:00
|
|
|
* Wed Feb 11 2004 Daniel Veillard <veillard@redhat.com> 1.2.4-1
|
|
|
|
- updated with upstream release from Aleksey
|
2004-09-09 14:52:05 +00:00
|
|
|
* Tue Jan 6 2004 Daniel Veillard <veillard@redhat.com> 1.2.3-1
|
|
|
|
- updated with upstream release from Aleksey
|
|
|
|
* Wed Nov 12 2003 Daniel Veillard <veillard@redhat.com> 1.2.2-1
|
|
|
|
- updated with upstream release from Aleksey, specific patches should
|
|
|
|
have been integrated now.
|
|
|
|
* Thu Nov 6 2003 Daniel Veillard <veillard@redhat.com> 1.2.1-1
|
|
|
|
- initial packaging based on the upstream one and libxml2 one.
|
|
|
|
- desactivated mozilla-nss due to detection/architecture problems
|