File xsw.spec of Package xsw
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xsw
Version: 0.3.5
Release: 1
License: GPLv3
Summary: A slide show presentation tool
Url: http://code.google.com/p/xsw/
Group: Productivity/Office/Suite
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-0.3.5-destdir.patch
BuildRequires: SDL-devel
BuildRequires: SDL_gfx-devel
BuildRequires: SDL_image-devel
BuildRequires: SDL_ttf-devel
Requires: ImageMagick
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A slide show presentation tool for all those who are frustrated with
Microsoft PowerPoint and its clones.
%prep
%setup -q
%patch0
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README REFERENCE THANKS TODO
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_datadir}/xsw/
%{_datadir}/xsw/*
%changelog