Author: glen Date: Wed Aug 23 04:33:54 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - merged 0.2.15 update from HEAD (autoconf update ignored as it builds) - check-files cleanup
---- Files affected: SPECS: gsasl.spec (1.24 -> 1.24.2.1) ---- Diffs: ================================================================ Index: SPECS/gsasl.spec diff -u SPECS/gsasl.spec:1.24 SPECS/gsasl.spec:1.24.2.1 --- SPECS/gsasl.spec:1.24 Sat Sep 17 12:25:18 2005 +++ SPECS/gsasl.spec Wed Aug 23 06:33:49 2006 @@ -8,18 +8,18 @@ Summary: GNU SASL - implementation of the Simple Authentication and Security Layer Summary(pl): GNU SASL - implementacja Simple Authentication and Security Layer Name: gsasl -Version: 0.2.7 -Release: 2 +Version: 0.2.15 +Release: 1 License: GPL Group: Libraries Source0: http://josefsson.org/gsasl/releases/%{name}-%{version}.tar.gz -# Source0-md5: ed52f2e5ac997503d0953be978e7a2f1 +# Source0-md5: 906954c002098370c161ac2c97c4c33e Patch0: %{name}-info.patch -Patch1: %{name}-pl.po-update.patch URL: http://www.gnu.org/software/gsasl/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 BuildRequires: gettext-devel >= 0.14.1 +BuildRequires: gnutls-devel >= 1.2.0 %{?with_gss:BuildRequires: gss-devel >= 0.0.0} BuildRequires: gtk-doc >= 1.1 BuildRequires: libgcrypt-devel >= 1.1.42 @@ -108,9 +108,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 - -rm -f lib/po/stamp-po %build %{__gettextize} @@ -119,6 +116,13 @@ %{__autoconf} %{__autoheader} %{__automake} +cd lib +%{__libtoolize} +%{__aclocal} -I m4 -I gl/m4 +%{__autoconf} +%{__autoheader} +%{__automake} +cd - %configure \ --enable-gtk-doc \ %{!?with_gss:--disable-gssapi} \ @@ -138,6 +142,8 @@ # libgsasl for lib, gsasl for app %find_lang %{name} --all-name +rm -f $RPM_BUILD_ROOT%{_infodir}/dir + %clean rm -rf $RPM_BUILD_ROOT @@ -176,6 +182,28 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24.2.1 2006/08/23 04:33:49 glen +- merged 0.2.15 update from HEAD (autoconf update ignored as it builds) +- check-files cleanup + +Revision 1.30 2006/08/22 22:19:10 qboosh +- updated to 0.2.15 + +Revision 1.29 2006/08/04 22:28:11 charles +- added ac/am/lt regenerate lib + +Revision 1.28 2006/07/18 18:50:31 qboosh +- updated to 0.2.13; needs autoconf 2.60 (AC_CHECK_*_ONCE) + +Revision 1.27 2006/03/23 21:10:31 qboosh +- updated to 0.2.12 + +Revision 1.26 2006/02/07 14:52:46 undefine +- up to 0.2.11 + +Revision 1.25 2005/10/24 17:51:58 qboosh +- updated to 0.2.10, removed obsolete pl.po-update patch + Revision 1.24 2005/09/17 10:25:18 arekm - rebuild with readline 5.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gsasl.spec?r1=1.24&r2=1.24.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
