[libgovirt] Package translations

Christophe Fergeau teuf at fedoraproject.org
Thu Oct 9 14:56:27 UTC 2014


commit 19a79e428750e35ff8b09ac72cb0d8dedd96f46a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Oct 9 16:51:31 2014 +0200

    Package translations
    
    libgovirt 0.3.2 now has i18n support

 libgovirt.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgovirt.spec b/libgovirt.spec
index fd9bda7..54e3fa9 100644
--- a/libgovirt.spec
+++ b/libgovirt.spec
@@ -56,6 +56,7 @@ Libraries, includes, etc. to compile with the libgovirt library
 %__make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/*.a
 rm -f %{buildroot}%{_libdir}/*.la
+%find_lang %{name} --with-gnome
 
 %check
 make check
@@ -64,7 +65,7 @@ make check
 
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %doc AUTHORS COPYING MAINTAINERS README
 %{_libdir}/%{name}.so.2*
 %if %{with_gir}


More information about the scm-commits mailing list