Remove obsolete translations

This commit is contained in:
Matthias Clasen 2008-02-12 05:01:34 +00:00
parent 54463ac677
commit 762d1f7877

View File

@ -1,6 +1,6 @@
Name: libgweather
Version: 2.21.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A library for weather information
Group: System Environment/Libraries
@ -43,6 +43,13 @@ developing applications that use %{name}.
%configure --disable-static
make %{?_smp_mflags}
cd po
make %{name}.pot
for p in *.po; do
msgmerge -U $p %{name}.pot
done
make
cd ..
%install
rm -rf $RPM_BUILD_ROOT
@ -94,6 +101,9 @@ fi
%changelog
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-6
- Remove obsolete translations
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-5
- Rebuild for gcc 4.3