SPECS: planner.spec - fixed BR, added TODO

pawcioos pawcioos at pld-linux.org
Sun Oct 16 23:32:18 CEST 2005


Author: pawcioos                     Date: Sun Oct 16 21:32:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed BR, added TODO

---- Files affected:
SPECS:
   planner.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/planner.spec
diff -u SPECS/planner.spec:1.26 SPECS/planner.spec:1.27
--- SPECS/planner.spec:1.26	Thu Oct 13 09:46:28 2005
+++ SPECS/planner.spec	Sun Oct 16 23:32:11 2005
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - add bcond evolution ? - It's experimental code
 #
 # Conditional build:
 %bcond_without	pgsql	# without PostgreSQL storage module
@@ -20,20 +22,22 @@
 BuildRequires:	bzip2-devel
 BuildRequires:	gnome-vfs2-devel >= 2.0.2
 BuildRequires:	gtk-doc >= 1.0
-BuildRequires:	intltool >= 0.28
+BuildRequires:	intltool >= 0.30
 BuildRequires:	libgda-devel >= 1.0
-BuildRequires:	libgnomeprintui-devel >= 2.2.1.1
-BuildRequires:	libgnomeui-devel >= 2.1.1
+BuildRequires:	libgnomeprintui-devel >= 2.6.0
 BuildRequires:	libgsf-devel >= 1.4.0
-BuildRequires:	libxslt-devel >= 1.0.27
+BuildRequires:	libxslt-devel >= 1.1.0
 BuildRequires:	pkgconfig
 %if %{with pgsql}
 BuildRequires:	postgresql-devel
 %endif
 BuildRequires:	python-devel >= 2.2
-BuildRequires:	python-pygtk-devel >= 1.99.14
+BuildRequires:	python-pygtk-devel >= 1:2.0.0
+BuildRequires:	rpmbuild(macros) >= 1.197
 BuildRequires:	scrollkeeper
 Requires:	hicolor-icon-theme
+Requires(post,preun):	GConf2
+Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	/sbin/ldconfig
 Requires(post,postun):	scrollkeeper
 Requires(post,postun):	shared-mime-info
@@ -145,15 +149,22 @@
 umask 022
 /sbin/ldconfig
 update-mime-database %{_datadir}/mime ||:
-scrollkeeper-update
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%preun
+%gconf_schema_uninstall %{name}.schemas
 
 %postun
 umask 022
 /sbin/ldconfig
 update-mime-database %{_datadir}/mime
-scrollkeeper-update
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+if [ $1 = 0 ]; then
+	umask 022
+	update-mime-database %{_datadir}/mime
+fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -213,6 +224,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2005/10/16 21:32:11  pawcioos
+- fixed BR, added TODO
+
 Revision 1.26  2005/10/13 07:46:28  paladine
 - moved R: gda-postgres to storage-pgsql subpackage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/planner.spec?r1=1.26&r2=1.27&f=u




More information about the pld-cvs-commit mailing list