Activating xmlsec1-nss build too, Daniel
This commit is contained in:
parent
abd84425f5
commit
6cbdc8906e
16
xmlsec1.spec
16
xmlsec1.spec
@ -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.8
|
Version: 1.2.8
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://ftp.aleksey.com/pub/xmlsec/releases/xmlsec1-%{version}.tar.gz
|
Source: ftp://ftp.aleksey.com/pub/xmlsec/releases/xmlsec1-%{version}.tar.gz
|
||||||
@ -102,8 +102,6 @@ Requires: gnutls-devel >= 1.0.20
|
|||||||
%description gnutls-devel
|
%description gnutls-devel
|
||||||
Libraries, includes, etc. for developing XML Security applications with GNUTls
|
Libraries, includes, etc. for developing XML Security applications with GNUTls
|
||||||
|
|
||||||
%ifarch disabled
|
|
||||||
# we disable nss due to dependancies/build problems at this point
|
|
||||||
%package nss
|
%package nss
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -130,17 +128,11 @@ Requires: mozilla-nss-devel >= 1.4
|
|||||||
%description nss-devel
|
%description nss-devel
|
||||||
Libraries, includes, etc. for developing XML Security applications with NSS
|
Libraries, includes, etc. for developing XML Security applications with NSS
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch disabled
|
%configure
|
||||||
%configure --with-mozilla-ver=`1.4.1`
|
|
||||||
%else
|
|
||||||
%configure --without-nss --without-nspr
|
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
# Note: it seems that this may break on older version of Red Hat,
|
# Note: it seems that this may break on older version of Red Hat,
|
||||||
# and that replacing the following line with just "make" can
|
# and that replacing the following line with just "make" can
|
||||||
@ -216,7 +208,6 @@ rm -fr %{buildroot}
|
|||||||
%{prefix}/lib*/libxmlsec1-gnutls.*a
|
%{prefix}/lib*/libxmlsec1-gnutls.*a
|
||||||
%{prefix}/lib*/pkgconfig/xmlsec1-gnutls.pc
|
%{prefix}/lib*/pkgconfig/xmlsec1-gnutls.pc
|
||||||
|
|
||||||
%ifarch disabled
|
|
||||||
%files nss
|
%files nss
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
@ -229,9 +220,10 @@ rm -fr %{buildroot}
|
|||||||
%{prefix}/include/xmlsec1/xmlsec/nss/*.h
|
%{prefix}/include/xmlsec1/xmlsec/nss/*.h
|
||||||
%{prefix}/lib*/libxmlsec1-nss.*a
|
%{prefix}/lib*/libxmlsec1-nss.*a
|
||||||
%{prefix}/lib*/pkgconfig/xmlsec1-nss.pc
|
%{prefix}/lib*/pkgconfig/xmlsec1-nss.pc
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-2
|
||||||
|
- Enabling the mozilla-nss crypto backend
|
||||||
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
|
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
|
||||||
- update from upstream, needed for openoffice
|
- update from upstream, needed for openoffice
|
||||||
* Tue Mar 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
|
* Tue Mar 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
|
||||||
|
Loading…
Reference in New Issue
Block a user