[terminology] Update to new upstream 0.7.0 (now with localization)

konradm konradm at fedoraproject.org
Mon Oct 13 15:48:56 UTC 2014


commit 09c90e4773327db4e96b4bed1c215bbcfa2bd41a
Author: Conrad Meyer <cemeyer at uw.edu>
Date:   Mon Oct 13 11:48:40 2014 -0400

    Update to new upstream 0.7.0 (now with localization)
    
    - Add gettext BR per packaging guidelines on locale files
    - Use %find_lang per packaging guidelines on locale files

 .gitignore       |    1 +
 sources          |    2 +-
 terminology.spec |   14 +++++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 508b2e8..571d734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /terminology-0.4.0.tar.bz2
 /terminology-0.6.0.tar.gz
 /terminology-0.6.1.tar.gz
+/terminology-0.7.0.tar.gz
diff --git a/sources b/sources
index 6d53b1b..85d1a2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8968311d8176273fca7ffc353a40517f  terminology-0.6.1.tar.gz
+e68d889f343886e11a8e4f4337486452  terminology-0.7.0.tar.gz
diff --git a/terminology.spec b/terminology.spec
index c5cd3cd..9d24a8a 100644
--- a/terminology.spec
+++ b/terminology.spec
@@ -1,6 +1,6 @@
 Name:           terminology
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 License:        BSD
 Summary:        EFL based terminal emulator
 Url:            http://www.enlightenment.org
@@ -14,6 +14,7 @@ BuildRequires:  efreet-devel
 BuildRequires:  elementary-devel
 BuildRequires:  ethumb-devel
 BuildRequires:  evas-devel
+BuildRequires:  gettext
 BuildRequires:  libeina-devel
 Requires:       terminus-fonts 
 Requires:       xorg-x11-fonts-misc
@@ -49,7 +50,9 @@ rm -rf %{buildroot}%{_datadir}/terminology/fonts/terminus-*
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/terminology.desktop
 
-%files
+%find_lang %{name}
+
+%files -f %{name}.lang
 %doc README COPYING
 %{_mandir}/man1/*
 %{_bindir}/tyalpha
@@ -65,6 +68,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/terminology.desktop
 
 
 %changelog
+* Mon Oct 13 2014 Conrad Meyer <cemeyer at uw.edu> - 0.7.0-1
+- Update to new upstream 0.7.0 (now with localization)
+- Add gettext BR per packaging guidelines on locale files
+- Use %%find_lang per packaging guidelines on locale files
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list