Author: freetz Date: Thu Jul 13 20:45:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.2, fix for http://bugzilla.gnome.org/show_bug.cgi?id=346980, ---as-needed passed to LDFLAGS
---- Files affected: SPECS: libxklavier.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/libxklavier.spec diff -u SPECS/libxklavier.spec:1.29 SPECS/libxklavier.spec:1.30 --- SPECS/libxklavier.spec:1.29 Tue Jun 13 18:22:13 2006 +++ SPECS/libxklavier.spec Thu Jul 13 22:45:35 2006 @@ -3,16 +3,17 @@ Summary(pl): Biblioteka libXklavier Name: libxklavier Version: 2.91 -Release: 1 +Release: 2 License: GPLv2 / LGPL v2 Group: Libraries Source0: http://dl.sourceforge.net/gswitchit/%{name}-%{version}.tar.gz # Source0-md5: 53d9864d165c86edb6a67f7ebe140814 Patch0: %{name}-warnings.patch +Patch1: %{name}-nonull.patch URL: http://www.freedesktop.org/Software/LibXklavier BuildRequires: autoconf BuildRequires: automake -BuildRequires: glib2-devel >= 1:2.11.3 +BuildRequires: glib2-devel >= 1:2.12.0 BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.6.26 BuildRequires: pkgconfig @@ -54,12 +55,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} +LDFLAGS="%{rpmldflags} -Wl,--as-needed" %configure \ --enable-gtk-doc \ --with-xkb-bin-base=%{_bindir} \ @@ -103,6 +106,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2006/07/13 20:45:35 freetz +- rel.2, fix for http://bugzilla.gnome.org/show_bug.cgi?id=346980, + ---as-needed passed to LDFLAGS + Revision 1.29 2006/06/13 16:22:13 freetz - 2.91, updated build deps, note: new soname ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxklavier.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
