Author: arekm Date: Fri Nov 7 10:46:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; move hack from configure.ac to the spec so it will work with new libtool.
---- Files affected: SPECS: xorg-lib-libXaw.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/xorg-lib-libXaw.spec diff -u SPECS/xorg-lib-libXaw.spec:1.22 SPECS/xorg-lib-libXaw.spec:1.23 --- SPECS/xorg-lib-libXaw.spec:1.22 Thu Nov 6 00:29:21 2008 +++ SPECS/xorg-lib-libXaw.spec Fri Nov 7 11:46:28 2008 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Biblioteka X Athena Widgets Name: xorg-lib-libXaw Version: 1.0.4 -Release: 2 +Release: 3 License: MIT Group: X11/Libraries Source0: http://xorg.freedesktop.org/releases/individual/lib/libXaw-%{version}.tar.bz2 @@ -79,8 +79,22 @@ %{__autoconf} %{__autoheader} %{__automake} + %configure \ %{!?with_static_libs:--disable-static} + +# Bring hack here, after libtool file is actually created. +# See configure.ac. +ed libtool << \EOF +/^soname_spec/i +# X.Org hack to match monolithic Xaw SONAME +xorglibxawname="libXaw" +. +/^soname_spec/s/libname/xorglibxawname/ +w +q +EOF + %{__make} %install @@ -136,6 +150,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008/11/07 10:46:28 arekm +- rel 3; move hack from configure.ac to the spec so it will work with new libtool. + Revision 1.22 2008/11/05 23:29:21 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-lib-libXaw.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
