Blob Blame History Raw
Summary: Utility for icon theme generation
Name: icon-slicer
Version: 0.3
Release: 3
Copyright: MIT
Group: Development/Tools
Source: icon-slicer-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-root
BuildPrereq: gtk2-devel
BuildPrereq: popt

%description
icon-slicer is a utility for generating icon themes and libXcursor cursor 
themes.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/icon-slicer

%changelog
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 0.3-2
- Rebuild with %%defattr fix for 99371

* Mon Jul  7 2003 Owen Taylor <otaylor@redhat.com>
- Initial package