[gnome-shell-extension-iok] Resolves:rh#815641 - uuid string does not match

pnemade pnemade at fedoraproject.org
Tue Apr 24 16:02:53 UTC 2012


commit cae1c857c7e8f9a2eb657fc7562803c858fae731
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Apr 24 21:32:45 2012 +0530

    Resolves:rh#815641 - uuid string does not match

 gnome-shell-extension-iok.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/gnome-shell-extension-iok.spec b/gnome-shell-extension-iok.spec
index b2f2fd7..8958fbe 100644
--- a/gnome-shell-extension-iok.spec
+++ b/gnome-shell-extension-iok.spec
@@ -1,9 +1,9 @@
-%global uuid Indic_Onscreen_Keyboard at pnemade.com
+%global uuid iok at pnemade.com
 %global shortname iok
 
 Name:           gnome-shell-extension-%{shortname}
 Version:        0.20120423
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A gnome-shell extension for iok application
 
 Group:          User Interface/Desktops
@@ -24,14 +24,13 @@ started in advanced mode.
 
 %prep
 %setup -q -n %{name}
-
+sed -i 's|"iok"|"Indic Onscreen Keyboard"|g' metadata.json
 
 %build
 # Nothing to build
 
 
 %install
-rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
 install -Dp -m 0644 {extension.js,metadata.json} \
   %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
@@ -43,6 +42,9 @@ install -Dp -m 0644 {extension.js,metadata.json} \
 
 
 %changelog
+* Tue Apr 24 2012 Parag Nemade <pnemade AT redhat DOT com>- 0.20120423-2
+- Resolves:rh#815641 - uuid string does not match
+
 * Mon Apr 23 2012 Parag Nemade <pnemade AT redhat DOT com>- 0.20120423-1
 - Update for new gnome-shell version 3.4.x
 


More information about the scm-commits mailing list