diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-20 10:27:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-20 10:27:24 +0100 |
commit | b576009219c8100fe80744619c64e94ee3e66481 (patch) | |
tree | 8b9346284aab829a1983ceefb41c2afb58df04b3 | |
parent | 4e137de29468ef901bc37a9917556ee610069516 (diff) |
php-horde-*: use upstream locale files
-rw-r--r-- | php-horde-turba.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 7f26451..4eb2132 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -12,7 +12,7 @@ Name: php-horde-turba Version: 4.2.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A web based address book Group: Development/Libraries @@ -140,7 +140,7 @@ cd %{pear_name}-%{version} # Regenerate the locales for po in $(find locale -name \*.po) do - msgfmt --statistics $po -o $(dirname $po)/$(basename $po .po).mo + : msgfmt --statistics $po -o $(dirname $po)/$(basename $po .po).mo done @@ -242,8 +242,9 @@ fi %changelog -* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 4.2.18-1 +* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 4.2.18-2 - Update to 4.2.18 +- use upstream locale files * Thu Nov 03 2016 Remi Collet <remi@fedoraproject.org> - 4.2.17-1 - Update to 4.2.17 |