File xicc.spec of Package xicc
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xicc
Version: 0.2
Release: 1
License: GNU General Public License (GPL)
Summary: ICC profiles in X
Url: http://burtonini.com/blog/computers/xicc
Group: System/X11/Utilities
Source: %{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ICC profiles in X
%prep
%setup -q
%build
%configure
make
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/xicc
%changelog