[system-config-date] install and use timezone translations properly

Nils Philippsen nphilipp at fedoraproject.org
Tue Oct 23 13:59:20 UTC 2012


commit 8b31f829b25f2fad3029cbe335c796936f08d6d3
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Oct 23 15:58:55 2012 +0200

    install and use timezone translations properly

 sources                 |    2 +-
 system-config-date.spec |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index d9f94d1..2a55812 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fc42707d2937de4669360ba28da4c4d  system-config-date-1.10.1.tar.bz2
+3454126038efd9013288d3ae9c9fb2cd  system-config-date-1.10.1.tar.bz2
diff --git a/system-config-date.spec b/system-config-date.spec
index d7403f4..05c9dfe 100644
--- a/system-config-date.spec
+++ b/system-config-date.spec
@@ -98,6 +98,7 @@ desktop-file-install --vendor system --delete-original       \
   $RPM_BUILD_ROOT%{_datadir}/applications/system-config-date.desktop
 
 %find_lang %name
+%find_lang %{name}-timezones
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -114,7 +115,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
-%files -f %{name}.lang
+%files -f %{name}.lang -f %{name}-timezones.lang
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/system-config-date
@@ -133,6 +134,7 @@ fi
 * Tue Oct 23 2012 Nils Philippsen <nils at redhat.com> - 1.10.1-1
 - don't trip over missing /etc/sysconfig/network file (#857412)
 - pull updated translations
+- install and use timezone translations properly
 
 * Mon Oct 22 2012 Nils Philippsen <nils at redhat.com> - 1.10.0-1
 - use pkexec instead of consolehelper


More information about the scm-commits mailing list