Author: qboosh Date: Sat Mar 4 23:33:14 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use included minitasn1 for now (even CVS is not ready for system libtasn1 0.3.0)
---- Files affected: SPECS: gnutls.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/gnutls.spec diff -u SPECS/gnutls.spec:1.61 SPECS/gnutls.spec:1.62 --- SPECS/gnutls.spec:1.61 Fri Feb 10 11:07:56 2006 +++ SPECS/gnutls.spec Sun Mar 5 00:33:07 2006 @@ -1,9 +1,10 @@ # $Revision$, $Date$ +# TODO: switch back to system libtasn1 when possible Summary: The GNU Transport Layer Security Library Summary(pl): Biblioteka GNU TLS (Transport Layer Security) Name: gnutls Version: 1.3.4 -Release: 1 +Release: 1.1 License: LGPL Group: Libraries Source0: ftp://ftp.gnutls.org/pub/gnutls/devel/%{name}-%{version}.tar.bz2 @@ -14,7 +15,7 @@ BuildRequires: automake >= 1:1.9 BuildRequires: libcfg+-devel BuildRequires: libgcrypt-devel >= 1.2.2 -BuildRequires: libtasn1-devel >= 0.2.18 +#BuildRequires: libtasn1-devel >= 0.2.18 BuildRequires: libtool >= 2:1.5 BuildRequires: lzo-devel BuildRequires: opencdk-devel >= 0.5.5 @@ -23,7 +24,7 @@ BuildRequires: zlib-devel Requires(post,postun): /sbin/ldconfig Requires: libgcrypt >= 1.2.2 -Requires: libtasn1 >= 0.2.18 +#Requires: libtasn1 >= 0.2.18 Requires: opencdk >= 0.5.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -45,7 +46,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libgcrypt-devel >= 1.2.2 -Requires: libtasn1-devel >= 0.2.18 +#Requires: libtasn1-devel >= 0.2.18 Requires: opencdk-devel Requires: zlib-devel @@ -79,7 +80,8 @@ %{__autoheader} %{__automake} %configure \ - --disable-dependency-tracking + --disable-dependency-tracking \ + --with-included-libtasn1 %{__make} @@ -135,6 +137,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2006/03/04 23:33:07 qboosh +- use included minitasn1 for now (even CVS is not ready for system libtasn1 0.3.0) + Revision 1.61 2006/02/10 10:07:56 qboosh - updated to 1.3.4 (security fixes for experimental version) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnutls.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
