Blob Blame History Raw
%global git df98ce0
%global rel 0.6-0
%global uuid pomodoro@arun.codito.in 
%global github codito-gnome-shell-pomodoro

Name:           gnome-shell-extension-pomodoro
Version:        0
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}-%{rel}-%{git}.tar.gz
BuildArch:      noarch

BuildRequires:  gnome-common
Requires:       gnome-shell >= 3.2.0


%description
This extension helps you to work with the pomodoro technique here. It
provides a countdown timer in the gnome-shell and keeps track of completed
25 minute cycles.


%prep
%setup -q -n %{github}-%{git}


%build
./autogen.sh --prefix=%{_prefix}
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"


%files
%defattr(-,root,root,-)
%doc README.md COPYING
%{_datadir}/gnome-shell/extensions/%{uuid}/


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

* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.3.git13030cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Fri Jun 03 2011 Fabian Affolter <fabian@bernewireless.net> - 0-0.2.git13030cd
- License is GPLv3+
- COPYING file added

* Thu Jun 02 2011 Fabian Affolter <fabian@bernewireless.net> - 0-0.1.git286a249
- Initial package for Fedora