SPECS (DEVEL): griffith.spec - up to 0.9 rc1
teodor
teodor at pld-linux.org
Fri Dec 29 11:41:17 CET 2006
Author: teodor Date: Fri Dec 29 10:41:17 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- up to 0.9 rc1
---- Files affected:
SPECS:
griffith.spec (1.21 -> 1.21.2.1)
---- Diffs:
================================================================
Index: SPECS/griffith.spec
diff -u SPECS/griffith.spec:1.21 SPECS/griffith.spec:1.21.2.1
--- SPECS/griffith.spec:1.21 Fri Oct 20 18:29:36 2006
+++ SPECS/griffith.spec Fri Dec 29 11:41:12 2006
@@ -1,17 +1,20 @@
# $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): griffith - program katalogujący filmy
Name: griffith
-Version: 0.6.2
-Release: 1
+Version: 0.9
+%define _re rc1
+Release: 0.%{_re}.1
License: GPL v2
Group: X11/Applications/Multimedia
-Source0: http://download.berlios.de/griffith/%{name}-%{version}.tar.gz
-# Source0-md5: e1366baf254c587937389f5fef728c96
+Source0: http://download.berlios.de/griffith/%{name}-%{version}-rc1.tar.gz
+# Source0-md5: 0058d725df61afeecad35382373cffe8
Source1: http://download.berlios.de/griffith/%{name}-extra-artwork-0.6.tar.gz
# Source1-md5: 83609337d721f35277c2970866dbfe7e
Source2: %{name}.desktop
@@ -32,7 +35,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)
@@ -60,7 +65,7 @@
Dodatkowe pliki graficzne.
%prep
-%setup -q -a1
+%setup -q -a1 -n %{name}-%{version}~%{_re}
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -96,8 +101,15 @@
%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
+%{_datadir}/%{name}/export_templates/*/*.tpl
+%{_datadir}/%{name}/export_templates/*/*.css
+%{_datadir}/%{name}/export_templates/*/*.jpg
+%{_datadir}/%{name}/export_templates/*/*.xml
+%{_datadir}/%{name}/export_templates/*/*.gif
+%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 +137,18 @@
%{_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]
+%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?/*
%files extra-artwork
%defattr(644,root,root,755)
@@ -145,6 +160,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21.2.1 2006/12/29 10:41:12 teodor
+- up to 0.9 rc1
+
Revision 1.21 2006/10/20 16:29:36 sls
- req: python-Imaging renamed to python-PIL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/griffith.spec?r1=1.21&r2=1.21.2.1&f=u
More information about the pld-cvs-commit
mailing list