2.24.1
This commit is contained in:
parent
46ce3e3b84
commit
1c52c2aa5b
@ -1 +1 @@
|
||||
libgweather-2.24.0.tar.bz2
|
||||
libgweather-2.24.1.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libgweather
|
||||
Version: 2.24.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -52,6 +52,18 @@ done
|
||||
make
|
||||
cd ..
|
||||
|
||||
# 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
|
||||
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
|
||||
mv POTFILES.keep POTFILES.in
|
||||
intltool-update --pot
|
||||
for p in *.po; do
|
||||
msgmerge $p %{name}.pot > $p.out
|
||||
msgfmt -o `basename $p .po`.gmo $p.out
|
||||
done
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -108,6 +120,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
|
||||
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-2
|
||||
- Apply %%lang tags to localized xml files
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user