Author: teodor Date: Tue Feb 20 20:40:31 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.9 stable, (brr tried to merge from DEVEL)
---- Files affected: SPECS: griffith.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/griffith.spec diff -u SPECS/griffith.spec:1.24 SPECS/griffith.spec:1.25 --- SPECS/griffith.spec:1.24 Tue Feb 13 08:16:47 2007 +++ SPECS/griffith.spec Tue Feb 20 21:40:26 2007 @@ -1,19 +1,21 @@ # $Revision$, $Date$ -# +# +# TODO: +# Polish man pages are in utf-8, convert it or what? # Conditional build: %bcond_without gtkspell # don't build with spell checker # Summary: griffith - film collection manager Summary(pl.UTF-8): griffith - program katalogujÄ…cy filmy Name: griffith -Version: 0.6.2 -Release: 2 +Version: 0.9 +Release: 1 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://download.berlios.de/griffith/%{name}-%{version}.tar.gz -# Source0-md5: e1366baf254c587937389f5fef728c96 -Source1: http://download.berlios.de/griffith/%{name}-extra-artwork-0.6.tar.gz -# Source1-md5: 83609337d721f35277c2970866dbfe7e +# Source0-md5: 436c12cd18a038b13fc67e5e3a34162e +Source1: http://download.berlios.de/griffith/%{name}-extra-artwork-%{version}.tar.gz +# Source1-md5: a3bfdf56badf97172ec83deeda7bce1e Source2: %{name}.desktop Patch0: %{name}-Makefile.patch Patch1: %{name}-env_python.patch @@ -32,7 +34,9 @@ %{?with_gtkspell:Requires: python-gnome-extras-gtkspell} Requires: python-gnome-gconf Requires: python-pygtk-gtk >= 2:2.6.0 -Requires: python-sqlite1 >= 1.1.7 +Requires: python-sqlite >= 2.0.0 +Requires: python-SQLAlchemy +Requires: python-PyXML #Suggests: python-gnome-extras BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -65,7 +69,7 @@ %patch1 -p1 %patch2 -p1 -mv griffith-extra-artwork-0.6/images/*.png images/ +mv griffith-extra-artwork-%{version}/images/*.png images/ %install rm -rf $RPM_BUILD_ROOT @@ -96,8 +100,20 @@ %dir %{_datadir}/%{name}/lib %attr(755,root,root) %{_datadir}/%{name}/lib/%{name} %{_datadir}/%{name}/lib/*.py[co] -%{_datadir}/%{name}/export_templates -%{_datadir}/%{name}/glade +%dir %{_datadir}/%{name}/export_templates +%dir %{_datadir}/%{name}/export_templates/csv/ +%{_datadir}/%{name}/export_templates/csv/* +%dir %{_datadir}/%{name}/export_templates/html_tables/ +%{_datadir}/%{name}/export_templates/html_tables/* +%dir %{_datadir}/%{name}/export_templates/html_table/ +%{_datadir}/%{name}/export_templates/html_table/* +%dir %{_datadir}/%{name}/export_templates/latex/ +%{_datadir}/%{name}/export_templates/latex/* +%dir %{_datadir}/%{name}/export_templates/xml/ +%{_datadir}/%{name}/export_templates/xml/* +%dir %{_datadir}/%{name}/glade +%{_datadir}/%{name}/glade/*.glade +%{_datadir}/%{name}/glade/*.png %dir %{_datadir}/%{name}/images %{_datadir}/%{name}/images/00.png %{_datadir}/%{name}/images/01.png @@ -125,15 +141,21 @@ %{_datadir}/%{name}/images/meter08.png %{_datadir}/%{name}/images/meter09.png %{_datadir}/%{name}/images/nill.png -%dir %{_datadir}/%{name}/plugins -%dir %{_datadir}/%{name}/plugins/movie -%dir %{_datadir}/%{name}/plugins/export -%{_datadir}/%{name}/plugins/movie/*.py[co] -%{_datadir}/%{name}/plugins/export/*.py[co] +%{_datadir}/%{name}/images/seen.png +%{_datadir}/%{name}/images/unseen.png +%dir %{_datadir}/%{name}/lib/plugins +%dir %{_datadir}/%{name}/lib/plugins/movie +%dir %{_datadir}/%{name}/lib/plugins/export +%dir %{_datadir}/%{name}/lib/plugins/imp +%{_datadir}/%{name}/lib/plugins/*.py[co] +%{_datadir}/%{name}/lib/plugins/movie/*.py[co] +%{_datadir}/%{name}/lib/plugins/export/*.py[co] +%{_datadir}/%{name}/lib/plugins/imp/*.py[co] %{_desktopdir}/%{name}.desktop -%{_pixmapsdir}/%{name}.* +%{_pixmapsdir}/%{name}.png +%{_pixmapsdir}/%{name}.xpm %{_mandir}/*/man?/* -%{_mandir}/man?/* +%{_mandir}/man1/* %files extra-artwork %defattr(644,root,root,755) @@ -145,6 +167,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2007/02/20 20:40:26 teodor +- up to 0.9 stable, (brr tried to merge from DEVEL) + Revision 1.24 2007/02/13 07:16:47 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/griffith.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
