From 762d1f7877ac8cfacc1fd3bec50005e62f797a3e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Feb 12 2008 05:01:34 +0000 Subject: Remove obsolete translations --- diff --git a/libgweather.spec b/libgweather.spec index b7d05de..8af4c09 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -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 2.21.2-6 +- Remove obsolete translations + * Sat Feb 9 2008 Matthias Clasen 2.21.2-5 - Rebuild for gcc 4.3