don't drop schemas translations
This commit is contained in:
parent
2c27ff99a7
commit
9330658965
7
gdm.spec
7
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.26.1
|
Version: 2.26.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -169,7 +169,7 @@ make
|
|||||||
# 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.*\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
|
grep -v ".*[.]desktop[.]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
|
||||||
@ -382,6 +382,9 @@ fi
|
|||||||
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-4
|
||||||
|
- Don't drop schemas translations from po files
|
||||||
|
|
||||||
* Fri Apr 24 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-3
|
* Fri Apr 24 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-3
|
||||||
- Add Requires for pam modules in plugins
|
- Add Requires for pam modules in plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user