From fcd1821a827d1b0198935cb5bc02dcd69ad34783 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Mar 09 2007 10:56:55 +0000 Subject: - Update to 1.3.11 - Updated dependencies, added postgres deps --- diff --git a/.cvsignore b/.cvsignore index 9b9b197..471d27b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glom-1.2.2.tar.bz2 +glom-1.3.11.tar.bz2 diff --git a/glom.spec b/glom.spec index aea7624..e955623 100644 --- a/glom.spec +++ b/glom.spec @@ -1,21 +1,19 @@ -%define major_version 1.2 -%define minor_version 2 +%define major_version 1.3 +%define minor_version 11 Name: glom Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases License: GPL URL: http://www.glom.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glom/%{major_version}/%{name}-%{major_version}.%{minor_version}.tar.bz2 -Patch0: glom-1.0.5-poconfig.patch -Patch1: glom-1.2.2-py25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bakery-devel >= 2.4 -BuildRequires: desktop-file-utils gettext intltool +BuildRequires: desktop-file-utils gettext-devel intltool BuildRequires: libgdamm-devel >= 1.3.7 BuildRequires: python-devel BuildRequires: gnome-python2-gda-devel @@ -26,10 +24,12 @@ BuildRequires: pygtk2-devel >= 2.6 BuildRequires: iso-codes-devel BuildRequires: gnome-doc-utils BuildRequires: scrollkeeper -%ifarch x86_64 -BuildRequires: automake libtool -%endif +BuildRequires: libgtksourceviewmm-devel +BuildRequires: compat-libgda-devel >= 1.2.4 +BuildRequires: avahi-glib-devel +BuildRequires: postgresql-server +Requires: postgresql-server Requires: compat-gda-postgres Requires(post): shared-mime-info desktop-file-utils @@ -52,20 +52,16 @@ buttons. Glom uses the PostgreSQL database backend. %prep %setup -q -%patch0 -p1 -b .poconfig -%patch1 -p1 -b .py25 %build -%ifarch x86_64 -autoreconf -f -i -%endif %configure \ --disable-dependency-tracking \ --disable-static \ --disable-update-mime-database \ --disable-scrollkeeper \ - --disable-rpath + --disable-rpath \ + --with-postgres-utils=/usr/bin make %{?_smp_mflags} @@ -89,6 +85,10 @@ rm -rf ${RPM_BUILD_ROOT} %post update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : +touch --no-create %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ]; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : /sbin/ldconfig @@ -96,6 +96,10 @@ scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : +touch --no-create %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ]; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : scrollkeeper-update -q || : /sbin/ldconfig @@ -118,6 +122,10 @@ scrollkeeper-update -q || : %changelog +* Fri Mar 9 2007 Denis Leroy - 1.3.11-1 +- Update to 1.3.11 +- Updated dependencies, added postgres deps + * Mon Dec 11 2006 Denis Leroy - 1.2.2-3 - Fixed python2.5 path - Added patch to fix python 2.5 compile diff --git a/sources b/sources index 9355875..713d4b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b5c56317dd8386b17a05e5bfbb6c119 glom-1.2.2.tar.bz2 +911d4e88ae53a1be50d2f65bbda96cf5 glom-1.3.11.tar.bz2