Author: qboosh Date: Mon Dec 4 00:32:50 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.4.1, added visibility patch (+ac/am/lt regeneration)
---- Files affected: SPECS: gwenhywfar.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/gwenhywfar.spec diff -u SPECS/gwenhywfar.spec:1.9 SPECS/gwenhywfar.spec:1.10 --- SPECS/gwenhywfar.spec:1.9 Tue Aug 29 15:50:17 2006 +++ SPECS/gwenhywfar.spec Mon Dec 4 01:32:45 2006 @@ -2,13 +2,18 @@ Summary: Gwenhywfar - a multi-platform helper library for networking and security Summary(pl): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa Name: gwenhywfar -Version: 2.4.0 +Version: 2.4.1 Release: 1 License: LGPL v2.1+ with OpenSSL linking exception Group: Libraries Source0: http://dl.sourceforge.net/gwenhywfar/%{name}-%{version}.tar.gz -# Source0-md5: a1e75c18ea7289f51f88a6fddca59193 +# Source0-md5: e6c30009e916e6147c6ada32d80555bc +Patch0: %{name}-visibility.patch URL: http://gwenhywfar.sourceforge.net/ +BuildRequires: autoconf >= 2.56 +BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: libtool BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,8 +61,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --enable-static \ --with-openssl-libs=%{_libdir} @@ -120,6 +131,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/12/04 00:32:45 qboosh +- updated to 2.4.1, added visibility patch (+ac/am/lt regeneration) + Revision 1.9 2006/08/29 13:50:17 qboosh - updated to 2.4.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gwenhywfar.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
