don't drop schemas translations
This commit is contained in:
parent
57ff4dc060
commit
1e8f2538c4
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.26.1.1
|
Version: 2.26.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -322,7 +322,7 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DE
|
|||||||
# Strip unneeded translations from .mo files.
|
# Strip unneeded translations from .mo files.
|
||||||
# This reduces the RPM size by several megabytes.
|
# This reduces the RPM size by several megabytes.
|
||||||
cd po
|
cd po
|
||||||
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
|
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||||
mv POTFILES.keep POTFILES.in
|
mv POTFILES.keep POTFILES.in
|
||||||
intltool-update --pot
|
intltool-update --pot
|
||||||
for p in *.po; do
|
for p in *.po; do
|
||||||
@ -691,6 +691,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
|
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2.fc11
|
||||||
|
- Don't drop schemas translations from po files
|
||||||
|
|
||||||
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
|
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
|
||||||
- Update to 2.26.1.1
|
- Update to 2.26.1.1
|
||||||
- Remove patch for GNOME bug #578685 (fixed upstream).
|
- Remove patch for GNOME bug #578685 (fixed upstream).
|
||||||
|
Loading…
Reference in New Issue
Block a user