[gnome-shell-extension-pomodoro] * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0-0.4.gitdf98ce0 - Updated to new upst

Fabian Affolter fab at fedoraproject.org
Fri Apr 13 20:14:18 UTC 2012


commit 565cf308d1b4529a99baf54e02c48f001de050d6
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Apr 13 22:14:10 2012 +0200

    * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0-0.4.gitdf98ce0
    - Updated to new upstream version

 .gitignore                          |    1 +
 gnome-shell-extension-pomodoro.spec |   19 +++++++++++--------
 sources                             |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c48adf1..9dd2215 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /codito-gnome-shell-pomodoro-13030cd.tar.gz
+/codito-gnome-shell-pomodoro-0.6-0-df98ce0.tar.gz
diff --git a/gnome-shell-extension-pomodoro.spec b/gnome-shell-extension-pomodoro.spec
index 9eda6cc..2c6b521 100644
--- a/gnome-shell-extension-pomodoro.spec
+++ b/gnome-shell-extension-pomodoro.spec
@@ -1,19 +1,20 @@
-%global git 13030cd
+%global git df98ce0
+%global rel 0.6-0
 %global uuid pomodoro at arun.codito.in 
 %global github codito-gnome-shell-pomodoro
 
 Name:           gnome-shell-extension-pomodoro
 Version:        0
-Release:        0.3.git%{git}%{?dist}
+Release:        0.4.git%{git}%{?dist}
 Summary:        A gnome-shell extension for the pomodoro technique
 
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            https://github.com/codito/gnome-shell-pomodoro
-Source0:        https://github.com/codito/gnome-shell-pomodoro/tarball/master/%{github}-%{git}.tar.gz
+Source0:        https://github.com/codito/gnome-shell-pomodoro/tarball/master/%{github}-%{rel}-%{git}.tar.gz
 BuildArch:      noarch
 
-Requires:       gnome-shell >= 3.0.1
+Requires:       gnome-shell >= 3.2.0
 
 
 %description
@@ -27,14 +28,13 @@ provides a countdown timer in the gnome-shell and keeps track of completed
 
 
 %build
-# Nothing to build
+./autogen.sh --prefix=%{_prefix}
+make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
-install -Dp -m 0644 %{uuid}/{extension.js,metadata.json} \
-  %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 
 
 %files
@@ -44,6 +44,9 @@ install -Dp -m 0644 %{uuid}/{extension.js,metadata.json} \
 
 
 %changelog
+* Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0-0.4.gitdf98ce0
+- Updated to new upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.3.git13030cd
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index abec237..c203c25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e48ad44345c43f190b30e5cffb2534c9  codito-gnome-shell-pomodoro-13030cd.tar.gz
+217a59aacf206f222670e071ce1aa770  codito-gnome-shell-pomodoro-0.6-0-df98ce0.tar.gz


More information about the scm-commits mailing list