don't drop schemas translations
This commit is contained in:
parent
ba6779cc66
commit
ac4deb152c
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 2.26.1
|
Version: 2.26.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -69,7 +69,7 @@ make %{?_smp_mflags}
|
|||||||
# ideally intltool (ha!) would do that for us
|
# ideally intltool (ha!) would do that for us
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
|
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
|
||||||
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
|
||||||
@ -170,6 +170,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
|
||||||
|
- Don't drop schemas translations from po files
|
||||||
|
|
||||||
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
|
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
|
||||||
- Update to 2.26.1
|
- Update to 2.26.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user