Author: freetz Date: Fri Aug 18 20:53:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - make mime database updating configurable (patch), updated deps, rel.2
---- Files affected: SPECS: glom.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/glom.spec diff -u SPECS/glom.spec:1.1 SPECS/glom.spec:1.2 --- SPECS/glom.spec:1.1 Sun Aug 6 23:14:03 2006 +++ SPECS/glom.spec Fri Aug 18 22:53:02 2006 @@ -1,34 +1,35 @@ # $Revision$, $Date$ -Summary: A user-friendly database environment. +Summary: A user-friendly database environment Summary(pl): Przyjazne użytkownikowi środowisko bazodanowe Name: glom Version: 1.0.4 -Release: 1 +Release: 2 License: GPL v2 Group: Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/glom/1.0/%{name}-%{version}.tar.bz2 # Source0-md5: 1bb06562bf52a66747b4ac4a2aefa3a7 Patch0: %{name}-desktop.patch +Patch1: %{name}-mime_update.patch URL: http://www.glom.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: bakery-devel >= 2.3.18 -BuildRequires: gnome-doc-utils -BuildRequires: gnome-vfsmm-devel >= 2.11.1 -BuildRequires: gtkmm-devel >= 2.6.1 +BuildRequires: bakery-devel >= 2.4.0 +BuildRequires: gnome-doc-utils >= 0.7.2 +BuildRequires: gnome-vfsmm-devel >= 2.16.0 +BuildRequires: gtkmm-devel >= 2.10.0 BuildRequires: intltool BuildRequires: iso-codes BuildRequires: libgdamm-devel >= 1.3.7 -BuildRequires: libgnome-devel >= 2.6.0 -BuildRequires: libgnomecanvasmm-devel >= 2.10.0 +BuildRequires: libgnome-devel >= 2.15.2 +BuildRequires: libgnomecanvasmm-devel >= 2.16.0 BuildRequires: libtool -BuildRequires: libxslt-devel >= 1.1.10 -BuildRequires: python-gnome-extras-gda-devel -BuildRequires: python-pygtk-devel >= 2.6.0 +BuildRequires: libxslt-devel >= 1.1.17 +BuildRequires: python-gnome-extras-gda-devel >= 2.14.2-4 +BuildRequires: python-pygtk-devel >= 2:2.9.6 Requires(post,postun): /sbin/ldconfig Requires(post,postun): gtk+2 Requires(post,postun): shared-mime-info -Requires: python-gnome-extras-gda +Requires: python-gnome-extras-gda >= 2.14.2-4 %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,18 +43,20 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__gnome_doc_prepare} %{__glib_gettextize} %{__intltoolize} %{__libtoolize} -%{__gnome_doc_prepare} %{__aclocal} -I macros %{__autoheader} %{__autoconf} %{__automake} %configure \ - --disable-static + --disable-static \ + --disable-update-mime-database %{__make} %install @@ -98,6 +101,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/18 20:53:02 freetz +- make mime database updating configurable (patch), updated deps, rel.2 + Revision 1.1 2006/08/06 21:14:03 freetz - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/glom.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
