Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 894579d117c587e4663a12d269dd7f56 > files > 2

sd2xc-0.0.4-0.RC1.2mdk.src.rpm

%define name sd2xc
%define version 0.0.4
%define pre RC1
%define release 0.RC1.2mdk
%define oname SD2XC

Summary: SD2XC stands for StarDock to Xcursor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}-%pre.perl.bz2
URL: http://www.bwbohh.net/?section=Software&subdir=Free/SD2XC
License: MIT
Group: Graphics
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: perl-Magick
Requires: perl-Config-IniFiles
BuildArch: noarch

%description
Converts StarDock CursorXP themes (http://www.wincustomize.com/) to
XCursor themes compatible with XFree86 4.2.99 and higher.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_bindir
bzip2 -cd %SOURCE0 > %buildroot%_bindir/%name


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(755,root,root) %_bindir/%name

%changelog
* Sun Mar 13 2005 Götz Waschk <waschk@linux-mandrake.com> 0.0.4-0.RC1.2mdk
- rebuild

* Fri Feb 27 2004 Götz Waschk <waschk@linux-mandrake.com> 0.0.4-0.RC1.1mdk
- drop prefix
- newer version

* Mon Mar  3 2003 Götz Waschk <waschk@linux-mandrake.com> 0.0.3-1mdk
- initial package