Author: baggins Date: Wed Jul 27 23:27:05 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - conditional (off by default) wm-properties (only used in gnome2)
---- Files affected: packages/mutter: mutter.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/mutter/mutter.spec diff -u packages/mutter/mutter.spec:1.7 packages/mutter/mutter.spec:1.8 --- packages/mutter/mutter.spec:1.7 Thu May 26 00:30:54 2011 +++ packages/mutter/mutter.spec Thu Jul 28 01:27:00 2011 @@ -1,8 +1,12 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with gnome2 # build with support for GNOME2 wm-properties +# Summary: Window and compositing manager based on Clutter Name: mutter Version: 3.0.2.1 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Window Managers Source0: http://ftp.gnome.org/pub/GNOME/sources/mutter/3.0/%{name}-%{version}.tar.bz2 @@ -83,6 +87,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{!?with_gnome2:%{__rm} %{_datadir}/gnome/wm-properties/mutter-wm.desktop} + %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la %find_lang %{name} @@ -114,7 +120,7 @@ # intentionally installed in package-private dir %{_libdir}/mutter/Meta-*.typelib %{_desktopdir}/mutter.desktop -%{_datadir}/gnome/wm-properties/mutter-wm.desktop +%{?with_gnome2:%{_datadir}/gnome/wm-properties/mutter-wm.desktop} %{_sysconfdir}/gconf/schemas/mutter.schemas %{_datadir}/mutter %{_mandir}/man1/mutter.1* @@ -137,6 +143,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/07/27 23:27:00 baggins +- rel 2 +- conditional (off by default) wm-properties (only used in gnome2) + Revision 1.7 2011/05/25 22:30:54 megabajt - updated to 3.0.2.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mutter/mutter.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
