[gnome-shell-extension-cpu-temperature] Initial import

Fabian Affolter fab at fedoraproject.org
Mon Jun 6 16:34:40 UTC 2011


commit bef23796dbae81457062b222430577e33081c703
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Mon Jun 6 18:34:17 2011 +0200

    Initial import

 .gitignore                                 |    1 +
 gnome-shell-extension-cpu-temperature.spec |   47 ++++++++++++++++++++++++++++
 sources                                    |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..984360e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xtranophilist-gnome-shell-extension-cpu-temperature-712153f.tar.gz
diff --git a/gnome-shell-extension-cpu-temperature.spec b/gnome-shell-extension-cpu-temperature.spec
new file mode 100644
index 0000000..6e1977c
--- /dev/null
+++ b/gnome-shell-extension-cpu-temperature.spec
@@ -0,0 +1,47 @@
+%global git 712153f
+%global uuid temperature at xtranophilist
+%global github xtranophilist-gnome-shell-extension-cpu-temperature
+
+Name:           gnome-shell-extension-cpu-temperature
+Version:        0
+Release:        0.1.git%{git}%{?dist}
+Summary:        A gnome-shell extension to show the current temperature of CPU
+
+Group:          User Interface/Desktops
+License:        GPLv3+
+URL:            https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature/
+Source0:        https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature/tarball/master/%{github}-%{git}.tar.gz
+BuildArch:      noarch
+
+Requires:       gnome-shell >= 3.0.1
+
+
+%description
+Gnome Shell Extensions that adds an applet on the panel which reveals
+current CPU temperature in Degree Celsius and Fahrenheit.
+
+
+%prep
+%setup -q -n %{github}-%{git}
+
+
+%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
+%defattr(-,root,root,-)
+%doc README
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Sat Jun 04 2011 Fabian Affolter <fabian at bernewireless.net> - 0-0.1.git712153f
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..ed95c22 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+66fa75159163b08b68a61b0212161437  xtranophilist-gnome-shell-extension-cpu-temperature-712153f.tar.gz


More information about the scm-commits mailing list