From 86a0cfdc533e58992996a8e7c63fd3147fb9dce1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Apr 2011 19:45:51 -0400 Subject: 2.34.0 --- metacity.spec | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index 59c60f7..cd1f4a4 100644 --- a/metacity.spec +++ b/metacity.spec @@ -96,7 +96,7 @@ programs using the metacity-private library, since it is a private API. This package exists purely for technical reasons. %prep -%setup -q -n metacity-2.32.0-git20110228 +%setup -q %patch4 -p1 -b .stop-spamming-xsession-errors %patch5 -p1 -b .dnd-keynav %patch10 -p1 -b .screenshot-forkbomb @@ -144,18 +144,6 @@ done make CPPFLAGS="$CPPFLAGS" LIBS="$LIBS" %{?_smp_mflags} -%if 0 -# strip unneeded translations from .mo files -cd po -grep -v ".*[.]desktop[.]in$\|.*[.]server[.]in$" POTFILES.in > POTFILES.keep -mv POTFILES.keep POTFILES.in -intltool-update --pot -for p in *.po; do - msgmerge $p metacity.pot > $p.out - msgfmt -o `basename $p .po`.gmo $p.out -done -%endif - %install export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -- cgit