Name: griffith Summary: Movie Collection Manager Version: 0.6.1 Release: 10.1.rcn License: GPL Group: Applications/Multimedia URL: http://griffith.vasconunes.net/ Source0: %{name}-%{version}.tar.gz Requires: python >= 2.3 Requires: pygtk2 >= 2.6.1 Requires: python-sqlite >= 1.0.1 Requires: python-reportlab >= 1.19 Requires: python-imaging Requires: PyXML Requires: gnome-python2-extras Requires: desktop-file-utils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Griffith is a movie collection manager application. Adding items to the movie 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 -n %{name}-%{version} %build %install %{__rm} -fr %{buildroot} %{__make} DESTDIR=%{buildroot} install # FIX SYMLINK %{__ln_s} -f %{_datadir}/%{name}/lib/%{name} %{buildroot}%{_bindir}/%{name} # FIX Desktop file desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor rcn \ --delete-original \ --add-category Office \ --remove-category=Other \ --remove-category GTK \ --remove-mime-type application/x-executable \ --remove-key Version \ --mode 0644 \ %{buildroot}%{_datadir}/applications/griffith.desktop %clean %{__rm} -fr %{buildroot} %post update-desktop-database &> /dev/null ||: %postun update-desktop-database &> /dev/null ||: %files %defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/griffith %{_datadir}/applications/rcn-griffith.desktop %{_datadir}/griffith %{_datadir}/locale/*/LC_MESSAGES/griffith.mo %{_mandir}/man1/griffith.* %{_mandir}/man5/griffith-export-template.* %{_mandir}/*/man1/griffith.* %{_mandir}/*/man5/griffith-export-template.* %{_datadir}/pixmaps/griffith.* %changelog * Tue May 09 2006 Raoul - 0.6.1-10.1 - Initial SPEC files