Author: hawk Date: Tue Oct 21 12:31:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix building with libtool 2.2.x
---- Files affected: SPECS: lesstif.spec (1.101 -> 1.102) ---- Diffs: ================================================================ Index: SPECS/lesstif.spec diff -u SPECS/lesstif.spec:1.101 SPECS/lesstif.spec:1.102 --- SPECS/lesstif.spec:1.101 Thu Sep 18 17:53:36 2008 +++ SPECS/lesstif.spec Tue Oct 21 14:31:27 2008 @@ -8,7 +8,7 @@ Summary(pt_BR.UTF-8): Um clone do Motif toolkit Name: lesstif Version: 0.95.0 -Release: 4 +Release: 5 License: LGPL Group: X11/Libraries Source0: http://dl.sourceforge.net/lesstif/%{name}-%{version}.tar.bz2 @@ -20,11 +20,12 @@ Patch0: %{name}-link.patch Patch1: %{name}-ac.patch Patch2: %{name}-libdir.patch +Patch3: %{name}-lt_fix.patch BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: bison BuildRequires: flex -BuildRequires: libtool +BuildRequires: libtool >= 2.2 BuildRequires: lynx BuildRequires: xorg-lib-libXp-devel BuildRequires: xorg-lib-libXt-devel >= 1.0.0 @@ -184,6 +185,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 ln -sf ../acinclude.m4 test/acinclude.m4 @@ -342,6 +344,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.102 2008/10/21 12:31:27 hawk +- fix building with libtool 2.2.x + Revision 1.101 2008/09/18 15:53:36 patrys - move wm-properties - rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lesstif.spec?r1=1.101&r2=1.102&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
