summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-04 19:45:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-04-04 19:45:51 -0400
commit86a0cfdc533e58992996a8e7c63fd3147fb9dce1 (patch)
tree99538022180232efae939f5a7e8815595ebb2391 /metacity.spec
parentc442846bc0e4c2d3cb989892cc672cadcd90809f (diff)
downloadmetacity-86a0cfdc533e58992996a8e7c63fd3147fb9dce1.tar.gz
metacity-86a0cfdc533e58992996a8e7c63fd3147fb9dce1.tar.xz
metacity-86a0cfdc533e58992996a8e7c63fd3147fb9dce1.zip
2.34.0
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec14
1 files changed, 1 insertions, 13 deletions
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"