[gnome-shell-extension-iok] Initial package for Fedora

pnemade pnemade at fedoraproject.org
Tue Apr 17 06:49:00 UTC 2012


commit a4b0221b0e7b9879ff90b29274a11d2a0125a30e
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Apr 17 12:18:55 2012 +0530

    Initial package for Fedora

 gnome-shell-extension-iok.spec |   47 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 2 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/gnome-shell-extension-iok.spec b/gnome-shell-extension-iok.spec
new file mode 100644
index 0000000..d4c84f9
--- /dev/null
+++ b/gnome-shell-extension-iok.spec
@@ -0,0 +1,47 @@
+%global uuid Indic_Onscreen_Keyboard at pnemade.com
+%global shortname iok
+
+Name:           gnome-shell-extension-%{shortname}
+Version:        0.20120313
+Release:        1%{?dist}
+Summary:        A gnome-shell extension for iok application
+
+Group:          User Interface/Desktops
+License:        GPLv2
+URL:            https://github.com/pnemade/gnome-shell-extension-iok
+Source0:        https://github.com/downloads/pnemade/gnome-shell-extension-iok/pnemade-gnome-shell-extension-%{shortname}.tar.gz
+BuildArch:      noarch
+
+Requires:       gnome-shell >= 3.3.90
+Requires:       iok
+
+
+%description
+This Gnome Shell extension opens iok in current locale Inscript2 keymap.
+If Inscript2 keymap for current locale is not available then iok will be
+started in advanced mode.
+
+
+%prep
+%setup -q -n pnemade-%{name}
+
+
+%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}/
+
+
+%files
+%doc README ChangeLog
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Mon Mar 12 2012 Parag Nemade <pnemade AT redhat DOT com>- 0.20120313-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..094b2dd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4af6de2f33f7f5448588381a1be8ca0d  pnemade-gnome-shell-extension-iok.tar.gz


More information about the scm-commits mailing list