don't drop schemas translations from po files

f38
Matthias Clasen 16 years ago
parent a9066c2086
commit 663583557c

@ -14,7 +14,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.24.1
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+
@ -141,7 +141,7 @@ make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
# ideally intltool (ha!) would do that for us
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
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
intltool-update --pot
for p in *.po; do
@ -239,6 +239,9 @@ fi
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
- Don't drop schemas translations from po files anymore
* Thu Apr 2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-2
- Rebuilt to solve multilib issues (#492926)

Loading…
Cancel
Save