932d153
Name:           dmz-cursor-themes
932d153
Version:        0.4
e1aa72a
Release:        2%{dist}
932d153
Summary:        X cursors themes
932d153
932d153
Group:          User Interface/Desktops
932d153
License:        MIT
932d153
URL:            http://jimmac.musichall.cz/themes.php?skin=7
932d153
932d153
%define checkout f37eedf4
932d153
932d153
# NB: The tarball needs to be generated first, so the first download will fail.
932d153
#     Generating takes about 30s - 1 minute.
932d153
# wget http://gitorious.org/opensuse/art/archive-tarball/%{checkout}
932d153
# tar xzf %{checkout}
932d153
# cd opensuse-art/cursors
932d153
# tar chof - dmz dmz-aa | bzip2 -9 -c > dmz-cursor-themes-%{checkout}.tar.bz2
932d153
Source0:        dmz-cursor-themes-%{checkout}.tar.bz2
932d153
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
932d153
932d153
BuildArch:      noarch
932d153
932d153
%description
932d153
An X cursors theme by Jakub Steiner used by OpenSUSE.
932d153
932d153
%prep
932d153
%setup -q -c dmz-cursor-themes-%{version}
932d153
932d153
%build
932d153
932d153
%install
932d153
rm -rf %{buildroot}
932d153
932d153
mkdir -p %{buildroot}/%{_datadir}/icons/dmz
932d153
cp -pr dmz/xcursors %{buildroot}/%{_datadir}/icons/dmz/cursors
932d153
mkdir -p %{buildroot}/%{_datadir}/icons/dmz-aa
932d153
cp -pr dmz-aa/xcursors %{buildroot}/%{_datadir}/icons/dmz-aa/cursors
932d153
932d153
%clean
932d153
rm -rf %{buildroot}
932d153
932d153
%files
932d153
%defattr(-,root,root,-)
932d153
%doc dmz/COPYING.MIT
932d153
%{_datadir}/icons/dmz/
932d153
%{_datadir}/icons/dmz-aa/
932d153
932d153
%changelog
932d153
* Tue Feb 16 2010 Benjamin Otte <otte@redhat.com> 0.4-2
932d153
- Correct source download information
932d153
932d153
* Mon Feb 15 2010 Benjamin Otte <otte@redhat.com> 0.4-1
932d153
- Initial packaging