Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 03fe69d146d1a0f3f0f37edfa8d60a38 > files > 1

gnome-shell-theme-smooth-inset-3.2-1.fc16.src.rpm

%global src_name gnome_shell___smooth_inset_by_half_left-d3b52v3.zip
%global theme_name smooth-inset
%global theme Smooth-Inset
%global theme_zip  Smooth Inset-3.2


Name:           gnome-shell-theme-%{theme_name}
Version:        3.2
Release:        1%{?dist}
Summary:   	    The %{theme} gnome-shell theme  
Group:          User Interface/Desktops     

License:        GPLv3
URL:            http://half-left.deviantart.com/art/GNOME-Shell-Smooth-Inset-200111295
Source0:        http://www.deviantart.com/download/200111295/%{src_name}

Requires:       gnome-shell-extensions-user-theme
Requires:       gnome-shell >= 3.2
BuildArch:      noarch

%description
The %{theme} gnome-shell theme created by half_left

%prep
%setup -q -c 
unzip "%{theme_zip}.zip"	

%install
mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/gnome-shell

# put the theme files into some data dir
cp -r Smooth\ Inset-3.2/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/.

# delete backup files (*~)
find $RPM_BUILD_ROOT -name *~ -type f -print | xargs /bin/rm -f

# remove LICENSE from BUILDROOT
find $RPM_BUILD_ROOT -name LICENSE -type f -print | xargs /bin/rm -f


%files
%doc Smooth\ Inset-3.2/gnome-shell/LICENSE
%dir %{_datadir}/themes/%{theme}
%{_datadir}/themes/%{theme}/*



%changelog
* Thu Jun 09 2011 Tim Lauridsen <timlau@fedoraproject.org> 3.2
- updated to work with gnome 3.2.x

* Thu Jun 09 2011 Tim Lauridsen <timlau@fedoraproject.org> 1.0
- initial rpm build