Author: qboosh Date: Thu Mar 9 10:12:32 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.3.5, back to system libtasn1
---- Files affected: SPECS: gnutls.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/gnutls.spec diff -u SPECS/gnutls.spec:1.62 SPECS/gnutls.spec:1.63 --- SPECS/gnutls.spec:1.62 Sun Mar 5 00:33:07 2006 +++ SPECS/gnutls.spec Thu Mar 9 11:12:25 2006 @@ -3,19 +3,20 @@ Summary: The GNU Transport Layer Security Library Summary(pl): Biblioteka GNU TLS (Transport Layer Security) Name: gnutls -Version: 1.3.4 -Release: 1.1 +Version: 1.3.5 +Release: 1 License: LGPL Group: Libraries Source0: ftp://ftp.gnutls.org/pub/gnutls/devel/%{name}-%{version}.tar.bz2 -# Source0-md5: 81bed0c3a2b4c6ae20237a3f3c441001 +# Source0-md5: 585139a0da1385a5a0d97a610de850fe Patch0: %{name}-info.patch URL: http://www.gnu.org/software/gnutls/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 +BuildRequires: gettext-devel BuildRequires: libcfg+-devel BuildRequires: libgcrypt-devel >= 1.2.2 -#BuildRequires: libtasn1-devel >= 0.2.18 +BuildRequires: libtasn1-devel >= 0.3.1 BuildRequires: libtool >= 2:1.5 BuildRequires: lzo-devel BuildRequires: opencdk-devel >= 0.5.5 @@ -24,7 +25,7 @@ BuildRequires: zlib-devel Requires(post,postun): /sbin/ldconfig Requires: libgcrypt >= 1.2.2 -#Requires: libtasn1 >= 0.2.18 +Requires: libtasn1 >= 0.3.1 Requires: opencdk >= 0.5.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,7 +47,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libgcrypt-devel >= 1.2.2 -#Requires: libtasn1-devel >= 0.2.18 +Requires: libtasn1-devel >= 0.3.1 Requires: opencdk-devel Requires: zlib-devel @@ -73,15 +74,14 @@ %patch0 -p1 %build -# supplied libtool is broken (relink) +%{__gettextize} %{__libtoolize} %{__aclocal} -I m4 -I gl/m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ - --disable-dependency-tracking \ - --with-included-libtasn1 + --disable-dependency-tracking %{__make} @@ -92,6 +92,8 @@ DESTDIR=$RPM_BUILD_ROOT \ m4datadir=%{_aclocaldir} +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT @@ -103,7 +105,7 @@ /sbin/ldconfig [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS %attr(755,root,root) %{_bindir}/certtool @@ -137,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2006/03/09 10:12:25 qboosh +- updated to 1.3.5, back to system libtasn1 + 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) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnutls.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
