4257b0
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
4257b0
Name: xmlsec1
4257b0
Version: 1.2.29
4257b0
Release: 9%{?dist}%{?extra_release}
4257b0
License: MIT
4257b0
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
4257b0
URL: http://www.aleksey.com/xmlsec/
4257b0
BuildRequires: make
4257b0
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
4257b0
BuildRequires: pkgconfig(libxslt) >= 1.0.20
4257b0
BuildRequires: pkgconfig(openssl) >= 1.0.0
4257b0
BuildRequires: pkgconfig(nss) >= 3.11.1
4257b0
BuildRequires: pkgconfig(nspr) >= 4.4.1
4257b0
BuildRequires: libgcrypt-devel >= 1.4.0
4257b0
BuildRequires: pkgconfig(gnutls) >= 2.8.0
4257b0
BuildRequires: libtool-ltdl-devel
4257b0
# autoreconf stuff
4257b0
BuildRequires: autoconf
4257b0
BuildRequires: automake
4257b0
BuildRequires: gettext-devel
4257b0
BuildRequires: libtool
4257b0
4257b0
%description
4257b0
XML Security Library is a C library based on LibXML2  and OpenSSL.
4257b0
The library was created with a goal to support major XML security
4257b0
standards "XML Digital Signature" and "XML Encryption".
4257b0
4257b0
%package devel
4257b0
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
4257b0
Requires: xmlsec1%{?_isa} = %{version}-%{release}
4257b0
Requires: openssl-devel%{?_isa} >= 1.0.0
4257b0
4257b0
%description devel
4257b0
Libraries, includes, etc. you can use to develop applications with XML Digital
4257b0
Signatures and XML Encryption support.
4257b0
4257b0
%package openssl
4257b0
Summary: OpenSSL crypto plugin for XML Security Library
4257b0
Requires: xmlsec1%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description openssl
4257b0
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
4257b0
for the xmlsec library.
4257b0
4257b0
%package openssl-devel
4257b0
Summary: OpenSSL crypto plugin for XML Security Library
4257b0
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
4257b0
Requires: xmlsec1-openssl%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description openssl-devel
4257b0
Libraries, includes, etc. for developing XML Security applications with OpenSSL
4257b0
4257b0
%package gcrypt
4257b0
Summary: GCrypt crypto plugin for XML Security Library
4257b0
Requires: xmlsec1%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description gcrypt
4257b0
GCrypt plugin for XML Security Library provides GCrypt based crypto services
4257b0
for the xmlsec library.
4257b0
4257b0
%package gcrypt-devel
4257b0
Summary: GCrypt crypto plugin for XML Security Library
4257b0
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
4257b0
Requires: xmlsec1-gnutls-devel%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description gcrypt-devel
4257b0
Libraries, includes, etc. for developing XML Security applications with GCrypt.
4257b0
4257b0
%package gnutls
4257b0
Summary: GNUTls crypto plugin for XML Security Library
4257b0
Requires: xmlsec1%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description gnutls
4257b0
GNUTls plugin for XML Security Library provides GNUTls based crypto services
4257b0
for the xmlsec library.
4257b0
4257b0
%package gnutls-devel
4257b0
Summary: GNUTls crypto plugin for XML Security Library
4257b0
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
4257b0
Requires: xmlsec1-openssl-devel%{?_isa} = %{version}-%{release}
4257b0
Requires: libgcrypt-devel%{?_isa} >= 1.2.0
4257b0
Requires: gnutls-devel%{?_isa} >= 1.0.20
4257b0
4257b0
%description gnutls-devel
4257b0
Libraries, includes, etc. for developing XML Security applications with GNUTls.
4257b0
4257b0
%package nss
4257b0
Summary: NSS crypto plugin for XML Security Library
4257b0
Requires: xmlsec1%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description nss
4257b0
NSS plugin for XML Security Library provides NSS based crypto services
4257b0
for the xmlsec library
4257b0
4257b0
%package nss-devel
4257b0
Summary: NSS crypto plugin for XML Security Library
4257b0
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
4257b0
Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
4257b0
4257b0
%description nss-devel
4257b0
Libraries, includes, etc. for developing XML Security applications with NSS.
4257b0
4257b0
%prep
4257b0
%setup -q
4257b0
4257b0
%build
4257b0
autoreconf -vfi
4257b0
%configure --disable-static --disable-md5 --disable-sha1
4257b0
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
4257b0
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
4257b0
%make_build V=1
4257b0
4257b0
# positively ugly but only sane way to get around #192756
4257b0
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
4257b0
4257b0
%install
4257b0
%make_install
4257b0
rm -vf %{buildroot}%{_libdir}/*.la
4257b0
4257b0
# move installed docs to include them in -devel package via %%doc magic
4257b0
rm -rf __tmp_doc ; mkdir __tmp_doc
4257b0
mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
4257b0
4257b0
%ldconfig_scriptlets
4257b0
%ldconfig_scriptlets gnutls
4257b0
%ldconfig_scriptlets openssl
4257b0
4257b0
%files
4257b0
%doc AUTHORS ChangeLog NEWS README Copyright
4257b0
%{_mandir}/man1/xmlsec1.1*
4257b0
%{_libdir}/libxmlsec1.so.*
4257b0
%{_bindir}/xmlsec1
4257b0
4257b0
%files devel
4257b0
%{_bindir}/xmlsec1-config
4257b0
%dir %{_includedir}/xmlsec1
4257b0
%dir %{_includedir}/xmlsec1/xmlsec
4257b0
%{_includedir}/xmlsec1/xmlsec/*.h
4257b0
%{_libdir}/libxmlsec1.so
4257b0
%{_libdir}/pkgconfig/xmlsec1.pc
4257b0
%{_libdir}/xmlsec1Conf.sh
4257b0
%{_datadir}/aclocal/xmlsec1.m4
4257b0
%{_mandir}/man1/xmlsec1-config.1*
4257b0
%doc HACKING __tmp_doc/*
4257b0
4257b0
%files openssl
4257b0
%{_libdir}/libxmlsec1-openssl.so.*
4257b0
%{_libdir}/libxmlsec1-openssl.so
4257b0
4257b0
%files openssl-devel
4257b0
%{_includedir}/xmlsec1/xmlsec/openssl/
4257b0
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
4257b0
4257b0
%files gcrypt
4257b0
%{_libdir}/libxmlsec1-gcrypt.so.*
4257b0
%{_libdir}/libxmlsec1-gcrypt.so
4257b0
4257b0
%files gcrypt-devel
4257b0
%{_includedir}/xmlsec1/xmlsec/gcrypt/
4257b0
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
4257b0
4257b0
%files gnutls
4257b0
%{_libdir}/libxmlsec1-gnutls.so.*
4257b0
%{_libdir}/libxmlsec1-gnutls.so
4257b0
4257b0
%files gnutls-devel
4257b0
%{_includedir}/xmlsec1/xmlsec/gnutls/
4257b0
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
4257b0
4257b0
%files nss
4257b0
%{_libdir}/libxmlsec1-nss.so.*
4257b0
%{_libdir}/libxmlsec1-nss.so
4257b0
4257b0
%files nss-devel
4257b0
%{_includedir}/xmlsec1/xmlsec/nss/
4257b0
%{_libdir}/pkgconfig/xmlsec1-nss.pc
4257b0
4257b0
%changelog
4257b0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-9
4257b0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
4257b0
  Related: rhbz#1991688
4257b0
4257b0
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
4257b0
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
4257b0
4257b0
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
4257b0
- compile without sha1 and md5
4257b0
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
4257b0
                           SHA-1 algorithm by default
4257b0
4257b0
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
4257b0
- Rebuilt for RHEL 9 BETA for openssl 3.0
4257b0
  Related: rhbz#1971065
4257b0
4257b0
* Thu Jun  3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
4257b0
- Rebuilt for OpenSSL3
4257b0
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
4257b0
4257b0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
4257b0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
4257b0
4257b0
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4257b0
4257b0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4257b0
4257b0
* Wed Jan 29 2020 Caolán McNamara <caolanm@redhat.com> - 1.2.29-1
4257b0
- New upstream release
4257b0
4257b0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4257b0
4257b0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4257b0
4257b0
* Tue Oct 23 2018 Simo Sorce <simo@redhat.com> - 1.2.27-1
4257b0
- New upstream release
4257b0
4257b0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-5
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4257b0
4257b0
* Thu Apr 12 2018 John Dennis <jdennis@redhat.com> - 1.2.25-4
4257b0
- Resolves: rhbz#1566748
4257b0
  xmlSecOpenSSLX509DataNodeRead fails to return error
4257b0
4257b0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4257b0
4257b0
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-2
4257b0
- Switch to %%ldconfig_scriptlets
4257b0
4257b0
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-1
4257b0
- Update to 1.2.25
4257b0
4257b0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-4
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4257b0
4257b0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4257b0
4257b0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4257b0
4257b0
* Mon Oct 17 2016 Simo Sorce <simo@redhat.com> - 1.2.23-1
4257b0
- New Upstream relase 1.2.23
4257b0
- Adds compatibility for OpenSSL 1.1.0
4257b0
4257b0
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.20-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4257b0
4257b0
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.20-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4257b0
4257b0
* Fri Sep 19 2014 Simo Sorce <simo@redhat.com> - 1.2.20-1
4257b0
- Update to new upstream release 1.2.20
4257b0
- This release fixes a number of miscellaneous bugs and updates expired or
4257b0
  soon-to-be-expired certificates in the test suite.
4257b0
- Also drops the no-ecdsa patch
4257b0
4257b0
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-6
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4257b0
4257b0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-5
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4257b0
4257b0
* Thu Apr 24 2014 Tomáš Mráz <tmraz@redhat.com> - 1.2.19-4
4257b0
- Rebuild for new libgcrypt
4257b0
4257b0
* Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2.19-3
4257b0
- Fix duplicate documentation (#1001250)
4257b0
- Turn on verbose build output via V=1 make
4257b0
- Use %%?_isa in explicit package deps
4257b0
- Fix base package Group tag to "System Environment/Libraries"
4257b0
- Remove %%defattr
4257b0
4257b0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4257b0
4257b0
* Mon Mar 25 2013 Daniel Veillard <veillard@redhat.com> - 1.2.19-1
4257b0
- Update to upstream release 1.2.19
4257b0
4257b0
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-4
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4257b0
4257b0
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4257b0
4257b0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-2
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4257b0
4257b0
* Thu May 12 2011 Daniel Veillard <veillard@redhat.com> - 1.2.18-1
4257b0
- Update to upstream release 1.2.18
4257b0
4257b0
* Mon Apr 11 2011 Daniel Veillard <veillard@redhat.com> - 1.2.17-1
4257b0
- Update to upstream release 1.2.17
4257b0
- fixes CVE-2011-1425 on xslt file creation
4257b0
4257b0
* Tue Mar 22 2011 Daniel Veillard <veillard@redhat.com> - 1.2.16-4
4257b0
- Fix missing links to unversioned shared library files 541599
4257b0
4257b0
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4257b0
4257b0
* Wed Jun  2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-2
4257b0
- add missing BuildRequires: libtool-ltdl-devel
4257b0
4257b0
* Wed Jun  2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-1
4257b0
- update to 1.2.16
4257b0
- cleanup spec file
4257b0
- disable static libs
4257b0
- disable rpath
4257b0
- enable gcrypt subpackage
4257b0
4257b0
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.12-2
4257b0
- rebuilt with new openssl
4257b0
4257b0
* Tue Aug 11 2009 Daniel Veillard <veillard@redhat.com> - 1.2.12-1
4257b0
- update to new upstream release 1.2.12
4257b0
- includes fix for CVE-2009-0217
4257b0
- cleanup spec file
4257b0
4257b0
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-4
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4257b0
4257b0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
4257b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4257b0
4257b0
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.11-2
4257b0
- rebuild with new openssl
4257b0
4257b0
* Fri Jul 11 2008 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
4257b0
- update to new upstream release 1.2.11
4257b0
- rebuild for gnutls update
4257b0
4257b0
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.9-10.1
4257b0
- Autorebuild for GCC 4.3
4257b0
4257b0
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.2.9-9
4257b0
 - Rebuild for deps
4257b0
4257b0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-8.1
4257b0
- rebuild
4257b0
4257b0
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.9-8
4257b0
- rebuilt with new gnutls
4257b0
4257b0
* Thu Jun  8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-7
4257b0
- oops libxmlsec1.la was still there, should fix #171410 and #154142
4257b0
4257b0
* Thu Jun  8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-6
4257b0
- Ugly patch and sed based changes to work around #192756 xmlsec1-config
4257b0
  multilib problem
4257b0
4257b0
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.9-5
4257b0
- move .so symlinks to -devel subpackage
4257b0
4257b0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.2
4257b0
- bump again for double-long bug on ppc(64)
4257b0
4257b0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.1
4257b0
- rebuilt for new gcc4.1 snapshot and glibc changes
4257b0
4257b0
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 1.2.9-4
4257b0
- NSS has been split out of the mozilla package, so require that now
4257b0
  and update separate_nspr.patch to account for the new NSS as well
4257b0
4257b0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4257b0
- rebuilt
4257b0
4257b0
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-3
4257b0
- rebuilt due to gnutls library revision
4257b0
* Wed Nov  9 2005 <veillard@redhat.com> 1.2.9-2
4257b0
- rebuilt due to openssl library revision
4257b0
* Tue Sep 20 2005 <veillard@redhat.com> 1.2.9-1
4257b0
- update from upstream, release done in July
4257b0
- apparently nss is now available on ppc64
4257b0
* Mon Aug  8 2005 <veillard@redhat.com> 1.2.8-3
4257b0
- rebuilt with new gnutls
4257b0
- nspr has been split to a separate package
4257b0
* Fri Jul  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-2
4257b0
- Enabling the mozilla-nss crypto backend
4257b0
* Fri Jul  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
4257b0
- update from upstream, needed for openoffice
4257b0
* Tue Mar  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
4257b0
- rebuilt with gcc4
4257b0
* Wed Feb 23 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-1
4257b0
- Upstream release of 1.2.7, mostly bug fixes plus new functions
4257b0
  to GetKeys from simple store and X509 handling.
4257b0
* Wed Feb  9 2005 Daniel Veillard <veillard@redhat.com> 1.2.6-4
4257b0
- Adding support for GNUTls crypto backend
4257b0
* Wed Sep  1 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-3
4257b0
- adding missing ldconfig calls
4257b0
* Thu Aug 26 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-2
4257b0
- updated with upstream release from Aleksey
4257b0
* Mon Jun 21 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-2
4257b0
- rebuilt
4257b0
* Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-1
4257b0
- updated with upstream release from Aleksey
4257b0
* Wed Feb 11 2004 Daniel Veillard <veillard@redhat.com> 1.2.4-1
4257b0
- updated with upstream release from Aleksey
4257b0
* Tue Jan  6 2004 Daniel Veillard <veillard@redhat.com> 1.2.3-1
4257b0
- updated with upstream release from Aleksey
4257b0
* Wed Nov 12 2003 Daniel Veillard <veillard@redhat.com> 1.2.2-1
4257b0
- updated with upstream release from Aleksey, specific patches should
4257b0
  have been integrated now.
4257b0
* Thu Nov  6 2003 Daniel Veillard <veillard@redhat.com> 1.2.1-1
4257b0
- initial packaging based on the upstream one and libxml2 one.
4257b0
- desactivated mozilla-nss due to detection/architecture problems