[gnome-shell-extension-calc] Initial import (#770755).

Yader Velásquez Núñez yaderv at fedoraproject.org
Tue Jan 17 18:05:15 UTC 2012


commit 1efb69f583a4e49fdaa7aaabca71f7a89604cda9
Author: Yader Velásquez <yajosev at gmail.com>
Date:   Tue Jan 17 12:03:56 2012 -0600

    Initial import (#770755).

 .gitignore                      |    1 +
 gnome-shell-extension-calc.spec |   51 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1131c0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/eonpatapon-gnome-shell-extension-calc-2fca097.tar.gz
diff --git a/gnome-shell-extension-calc.spec b/gnome-shell-extension-calc.spec
new file mode 100644
index 0000000..de5f323
--- /dev/null
+++ b/gnome-shell-extension-calc.spec
@@ -0,0 +1,51 @@
+%global git 2fca097
+%global uuid calc at patapon.info
+%global github eonpatapon
+
+Name:		gnome-shell-extension-calc
+Version:	0
+Release:	0.3.git%{git}%{?dist}
+Summary:	A simple calculator in the search overview
+
+Group:		User Interface/Desktops
+License:	GPLv2+
+URL:		https://github.com/eonpatapon/gnome-shell-extension-calc
+Source0:	https://github.com/eonpatapon/gnome-shell-extension-calc/tarball/master/%{github}-%{name}-%{git}.tar.gz
+BuildArch:	noarch
+
+Requires:	gnome-shell >= 3.2.1
+
+%description
+Gnome shell extension that allows to make simple math operations in 
+the search overview
+
+%prep
+%setup -q -n %{github}-%{name}-%{git}
+
+
+%build
+# Nothing to build
+
+
+%install
+mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
+install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
+  %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%files
+%doc README.md COPYING screenshot.png
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Sun Jan 15 2012 Yader Velasquez <yaderv at fedoraproject.org> - 0-0.3.git2fca097
+- buildroot cleaning and defattr macro removed
+
+* Thu Jan 05 2012 Yader Velasquez <yaderv at fedoraproject.org> - 0-0.2.git2fca097
+- new source url
+- license changed to GPLv2+
+- clean section removed
+
+* Mon Dec 26 2011 Yader Velasquez <yaderv at fedoraproject.org> - 0-0.1.gitc92bb40
+- first package
diff --git a/sources b/sources
index e69de29..8cda586 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a496379de02b7c897796ef20df07cb26  eonpatapon-gnome-shell-extension-calc-2fca097.tar.gz


More information about the scm-commits mailing list