save some space

This commit is contained in:
Matthias Clasen 2008-10-15 05:11:15 +00:00
parent d55b97edc0
commit 27e2b11b48

View File

@ -1,6 +1,6 @@
Name: gnome-settings-daemon Name: gnome-settings-daemon
Version: 2.24.0 Version: 2.24.0
Release: 12%{?dist} Release: 13%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
Group: System Environment/Daemons Group: System Environment/Daemons
@ -75,15 +75,18 @@ autoconf
%configure --enable-static=no --enable-profiling --disable-esd %configure --enable-static=no --enable-profiling --disable-esd
make %{?_smp_mflags} make %{?_smp_mflags}
# strip unneeded translations from .mo files
# ideally intltool (ha!) would do that for us
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
cd po cd po
# clean up .po files grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
make %{name}.pot mv POTFILES.keep POTFILES.in
intltool-update --pot
for p in *.po; do for p in *.po; do
msgmerge -U $p %{name}.pot msgmerge $p %{name}.pot > $p.out
msgfmt -o `basename $p .po`.gmo $p.out
done done
# regenerate .gmo files
make
cd ..
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -165,6 +168,9 @@ fi
%{_libdir}/pkgconfig/gnome-settings-daemon.pc %{_libdir}/pkgconfig/gnome-settings-daemon.pc
%changelog %changelog
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-13
- Save some space
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-12 * Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-12
- Hold off on settings-daemon fade if nautilus is going to do - Hold off on settings-daemon fade if nautilus is going to do
it anyway. it anyway.