Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 8e15681abb360b652a2544e32dd0816e > files > 1

gnome-shell-extension-noripple-2.0-1.fc16.src.rpm

%global uuid noripple@fpmurphy.com
%global shortname noripple

Name:           gnome-shell-extension-%{shortname}
Version:        2.0
Release:        1%{?dist}
Summary:        A gnome-shell extension to disable hot corner ripple effects

Group:          User Interface/Desktops
License:        GPLv2
URL:            http://www.fpmurphy.com/gnome-shell-extensions/
Source0:        http://www.fpmurphy.com/gnome-shell-extensions/%{shortname}-%{version}.tar.gz
BuildArch:      noarch

Requires:       gnome-shell >= 3.0.1


%description
This Gnome Shell extension disables Activities hot corner ripple effects.


%prep
%setup -q -n %{uuid}
sed -i 's|"3.2"|"3.2", "3.3", "3.4"|g' metadata.json


%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
* Fri Apr 13 2012 Fabian Affolter <mail@fabian-affolter.ch> - 2.0-2
- Make it work with Gnome Shell 3.4

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

* Thu Jun 02 2011 Fabian Affolter <fabian@bernewireless.net> - 1.0-1
- Initial package for Fedora