Author: arekm Date: Sun Dec 31 22:47:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix kde build on lib64 systems; add missing BR kdebase-devel; fix destdir
---- Files affected: SPECS: compiz.spec (1.55 -> 1.56) ---- Diffs: ================================================================ Index: SPECS/compiz.spec diff -u SPECS/compiz.spec:1.55 SPECS/compiz.spec:1.56 --- SPECS/compiz.spec:1.55 Sun Dec 31 17:40:03 2006 +++ SPECS/compiz.spec Sun Dec 31 23:47:50 2006 @@ -11,13 +11,14 @@ Summary(pl): OpenGL-owy zarządca okien i składania Name: compiz Version: 0.3.6 -Release: 1 +Release: 2 License: GPL or MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 # Source0-md5: 260b03fc9ae62ff1ad4e8c5e92d56180 Source1: %{name}-pld.png # Source1-md5: 3050dc90fd4e5e990bb5baeb82bd3c8a +Patch0: %{name}-DESTDIR.patch URL: http://xorg.freedesktop.org/ %if %{with gconf} || %{with gtk} BuildRequires: GConf2-devel >= 2.0 @@ -60,6 +61,7 @@ %if %{with kde} BuildRequires: dbus-qt-devel BuildRequires: kdelibs-devel +BuildRequires: kdebase-devel BuildRequires: qt-devel >= 3.0 %endif Requires(post,preun): GConf2 @@ -154,6 +156,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -161,6 +164,7 @@ %{__autoconf} %{__autoheader} %{__automake} +QTLIB=%{_libdir}; export QTLIB %configure \ --disable-static \ --enable-librsvg \ @@ -258,6 +262,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56 2006/12/31 22:47:50 arekm +- rel 2; fix kde build on lib64 systems; add missing BR kdebase-devel; fix destdir + Revision 1.55 2006/12/31 16:40:03 qboosh - updated to 0.3.6 - kde decorator is now enabled by default (kde3 now) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/compiz.spec?r1=1.55&r2=1.56&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
