[gnome-shell-extension-calc/f20] Package updated

Yader Velasquez yaderv at fedoraproject.org
Wed Jan 21 03:04:27 UTC 2015


commit 6c96fe755fc9732c4b1dc8c60359263b883bbea8
Author: Yader Velasquez <yajosev at gmail.com>
Date:   Tue Jan 20 21:04:21 2015 -0600

    Package updated
    
    - Support for Gnome 3.10

 .gitignore                      |    1 +
 gnome-shell-extension-calc.spec |   22 +++++++++++++++-------
 sources                         |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1131c0f..4eabdb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /eonpatapon-gnome-shell-extension-calc-2fca097.tar.gz
+/gnome-shell-extension-calc-629213ca92854a096a66b2a0bec82efe922c42bb.tar.gz
diff --git a/gnome-shell-extension-calc.spec b/gnome-shell-extension-calc.spec
index 9f42ad9..0f7834f 100644
--- a/gnome-shell-extension-calc.spec
+++ b/gnome-shell-extension-calc.spec
@@ -1,26 +1,27 @@
-%global git 2fca097
+%global commit 629213ca92854a096a66b2a0bec82efe922c42bb
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global uuid calc at patapon.info
 %global github eonpatapon
 
 Name:		gnome-shell-extension-calc
 Version:	0
-Release:	0.6.git%{git}%{?dist}
+Release:	0.8.git%{shortcommit}%{?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
+Source0:	https://github.com/eonpatapon/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 BuildArch:	noarch
 
-Requires:	gnome-shell >= 3.2.1
+Requires:	gnome-shell >= 3.10
 
 %description
 Gnome shell extension that allows to make simple math operations in 
 the search overview
 
 %prep
-%setup -q -n %{github}-%{name}-%{git}
+%setup -q -n %{name}-%{commit}
 
 
 %build
@@ -29,16 +30,23 @@ the search overview
 
 %install
 mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
-install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
+install -Dp -m 0644 %{uuid}/{extension.js,metadata.json} \
   %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
 
 
 %files
-%doc README.md COPYING screenshot.png
+%doc %{uuid}/COPYING
 %{_datadir}/gnome-shell/extensions/%{uuid}/
 
 
 %changelog
+* Sat Jan 17 2015 Yader Velasquez <yaderv at fedoraproject.org> - 0-0.8.git629213c
+- Package updated
+- Support for Gnome 3.10
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.7.git2fca097
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.6.git2fca097
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8cda586..648d901 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a496379de02b7c897796ef20df07cb26  eonpatapon-gnome-shell-extension-calc-2fca097.tar.gz
+d7aa1edf082f4af65b91c10dd8ebf100  gnome-shell-extension-calc-629213ca92854a096a66b2a0bec82efe922c42bb.tar.gz


More information about the scm-commits mailing list