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