Remove obsolete translations
This commit is contained in:
parent
54463ac677
commit
762d1f7877
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user