Summary: Media collection manager Name: griffith Version: 0.9.7.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://griffith.vasconunes.net/ Source0: http://download.berlios.de/griffith/griffith-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python-imaging, python-reportlab, gnome-python2-gtkspell, python-sqlalchemy PyXML python-sqlite2 pygtk2 MySQL-python python-psycopg2 aspell # this is a optional dep waiting on cvs at #Requires: python-chardet BuildRequires: intltool pkgconfig python-devel pygtk2-devel %description Griffith is a media collection manager application. Adding items to the collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web. %prep %setup -q %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %{__rm} -f %{buildroot}%{_bindir}/griffith %{__ln_s} %{_datadir}/griffith/lib/griffith %{buildroot}%{_bindir}/griffith %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL README TODO %doc %{_mandir}/man1/griffith* %doc %{_mandir}/*/man1/griffith* %{_bindir}/griffith %{_datadir}/griffith/ %{_datadir}/pixmaps/griffith.* %{_datadir}/applications/griffith.desktop %changelog * Mon Aug 04 2008 Rahul Sundaram - 0.9.7.1-1 - initial package