1582fa9
# This package depends on automagic byte compilation
1582fa9
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
1582fa9
%global _python_bytecompile_extra 1
1582fa9
b3c58d3
%bcond_without bdb
b3c58d3
%bcond_without ldap
b3c58d3
%bcond_without mysql
b3c58d3
%bcond_without postgres
b3c58d3
%bcond_without mdb
b3c58d3
%bcond_without java
b3c58d3
b3c58d3
%global apiver  5.0
16e8e78
%global libgda4_obsoletes_version 1:4.2.13-3
b3c58d3
b3c58d3
Name:           libgda
f590bf4
Epoch:          1
7ea1d10
Version:        5.2.8
b52516c
Release:        1%{?dist}
b3c58d3
Summary:        Library for writing gnome database programs
b3c58d3
b3c58d3
License:        LGPLv2+
b3c58d3
URL:            http://www.gnome-db.org/
648e3e4
Source:         http://ftp.gnome.org/pub/GNOME/sources/%{name}/5.2/%{name}-%{version}.tar.xz
c66414a
d2f1a4c
# Fix FTBFS with -Werror=format-security
b52516c
Patch0001:      0001-Markup-message-correction.patch
25df3d0
# Backported patch to support JRE 1.8
b52516c
Patch0002:      0002-Fix-compatibility-with-JRE-1.8.patch
b52516c
# Link sqlite provider against sqlite3
b52516c
Patch0003:      0003-Link-sqlite-provider-against-sqlite3.patch
d2f1a4c
d0fec00
BuildRequires:    autoconf automake libtool
e312d7f
BuildRequires:    gcc
e312d7f
BuildRequires:    gcc-c++
b52516c
BuildRequires:    git
Caolan McNamara 124858f
BuildRequires:    pkgconfig >= 0.8
1e12216
BuildRequires:    glade-devel
b3c58d3
BuildRequires:    glib2-devel >= 2.28.0
b3c58d3
BuildRequires:    gtk3-devel >= 3.0.0
b3c58d3
BuildRequires:    gtksourceview3-devel
b3c58d3
BuildRequires:    goocanvas2-devel
b866cb9
BuildRequires:    graphviz-devel >= 2.26.0
a21f0c6
BuildRequires:    iso-codes-devel
a21f0c6
BuildRequires:    itstool
Caolan McNamara 124858f
BuildRequires:    libxslt-devel >= 1.0.9
7ea1d10
BuildRequires:    sqlite-devel >= 3.10.2
b3c58d3
BuildRequires:    libgcrypt-devel
7ea1d10
BuildRequires:    libgee-devel
5705ffd
BuildRequires:    gobject-introspection-devel >= 0.6.5
b3c58d3
BuildRequires:    libxml2-devel readline-devel json-glib-devel
d58c56e
BuildRequires:    gtk-doc intltool gettext flex bison perl(XML::Parser)
a21f0c6
BuildRequires:    libsecret-devel
2e22963
BuildRequires:    libsoup-devel
b3c58d3
BuildRequires:    openssl-devel
d0fec00
BuildRequires:    yelp-tools
8eff39a
BuildRequires:    vala
33038a9
%{?with_bdb:BuildRequires:    libdb-devel, libdb-sql-devel}
33038a9
%{?with_ldap:BuildRequires:    openldap-devel}
49ceeb6
%{?with_mysql:BuildRequires:    mariadb-connector-c-devel}
f0ef511
%{?with_postgres:BuildRequires:    libpq-devel}
33038a9
%{?with_mdb:BuildRequires:    mdbtools-devel}
33038a9
%{?with_java:BuildRequires:    java-devel >= 1:1.6.0}
d8671fc
Caolan McNamara 124858f
%description
b3c58d3
%{name} is a library that eases the task of writing Gtk3-based database
b3c58d3
programs.
Caolan McNamara 124858f
b3c58d3
%package        devel
b3c58d3
Summary:        Development files for %{name}
f590bf4
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
16e8e78
Obsoletes:      libgda-java-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-ldap-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-mdb-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-mysql-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-postgres-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-sqlcipher-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-sqlite-devel < %{libgda4_obsoletes_version}
16e8e78
Obsoletes:      libgda-web-devel < %{libgda4_obsoletes_version}
Caolan McNamara 124858f
b3c58d3
%description    devel
b3c58d3
The %{name}-devel package contains libraries and header files for
b3c58d3
developing applications that use %{name}.
Caolan McNamara 124858f
cb6f354
%package ui
b3c58d3
Summary:         UI extensions for %{name}
f590bf4
Requires:        %{name}%{?_isa} = %{epoch}:%{version}-%{release}
cb6f354
cb6f354
%description ui
b3c58d3
%{name}-ui extends %{name} providing graphical widgets (Gtk+).
cb6f354
b3c58d3
%package        ui-devel
b3c58d3
Summary:        Development files for %{name}-ui
f590bf4
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
f590bf4
Requires:       %{name}-ui%{?_isa} = %{epoch}:%{version}-%{release}
f590bf4
Requires:       %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
b3c58d3
Requires:       gtk3-devel%{?_isa} >= 3.0.0
cb6f354
b3c58d3
%description    ui-devel
b3c58d3
The %{name}-ui-devel package contains libraries and header files for
b3c58d3
developing applications that use %{name}-ui.
cb6f354
cb6f354
%package tools
b3c58d3
Summary:         Graphical tools for %{name}
f590bf4
Requires:        %{name}-ui%{?_isa} = %{epoch}:%{version}-%{release}
cb6f354
cb6f354
%description tools
b3c58d3
This %{name}-tools package provides graphical tools for %{name}.
a772bb2
aefb031
%package sqlite
b3c58d3
Summary:        SQLite provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
7ea1d10
Requires:       sqlite%{?isa} >= 3.10.2
b3c58d3
ffa400f
%description sqlite
b3c58d3
This %{name}-sqlite includes the %{name} SQLite provider.
aefb031
33038a9
%if 0%{with bdb}
b3c58d3
%package bdb
b3c58d3
Summary:        Berkeley DB provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
81b3740
b3c58d3
%description bdb
b3c58d3
This %{name}-bdb includes the %{name} Berkeley DB provider.
b3c58d3
%endif
b3c58d3
33038a9
%if 0%{with ldap}
ee17999
%package ldap
b3c58d3
Summary:        Ldap provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
ee17999
b3c58d3
%description ldap
b3c58d3
This %{name}-ldap includes the %{name} Ldap provider.
b3c58d3
%endif
ee17999
2ea22ef
%package sqlcipher
b3c58d3
Summary:        SQLiteCipher provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
2ea22ef
b3c58d3
%description sqlcipher
b3c58d3
This %{name}-sqlcipher includes the %{name} SQLiteCipher provider.
cb6f354
%package web
b3c58d3
Summary:        Web provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
cb6f354
b3c58d3
%description web
b3c58d3
This %{name}-web includes the %{name} Web provider.
cb6f354
33038a9
%if 0%{with mysql}
c7d5feb
%package mysql
b3c58d3
Summary:        Mysql provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
b3c58d3
ffa400f
%description mysql
b3c58d3
This %{name}-mysql includes the %{name} Mysql provider.
Caolan McNamara 124858f
%endif
Caolan McNamara 124858f
33038a9
%if 0%{with postgres}
c7d5feb
%package postgres
b3c58d3
Summary:        Postgres provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
b3c58d3
ffa400f
%description postgres
b3c58d3
This %{name}-postgres includes the %{name} PostgreSQL provider.
Caolan McNamara 124858f
%endif
Caolan McNamara 124858f
33038a9
%if 0%{with mdb}
c7d5feb
%package mdb
b3c58d3
Summary:        Mdb provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
b3c58d3
ffa400f
%description mdb
b3c58d3
This %{name}-mdb includes the %{name} Mdb provider.
Caolan McNamara 124858f
%endif
044165d
33038a9
%if 0%{with java}
d8671fc
%package java
b3c58d3
Summary:        Java provider for %{name}
f590bf4
Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}
b3c58d3
d8671fc
%description java
b3c58d3
This %{name}-java includes the %{name} Java JDBC provider.
d8671fc
%endif
d8671fc
aefb031
Caolan McNamara 124858f
%prep
b52516c
%autosetup -S git
c66414a
b3c58d3
# AUTHORS not in UTF-8
7c1387b
iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new && \
b3c58d3
touch -r AUTHORS AUTHORS.new && mv AUTHORS.new AUTHORS
2c57fba
2c57fba
%build
33038a9
# set LD_LIBRARY_PATH manually since it fails to find libjvm with java7
33038a9
%if 0%{with java}
366f515
# this list should match the setup in java-1.7.0-openjdk.spec
366f515
# or getsp.java should be fixed
b3c58d3
%ifarch x86_64
b3c58d3
%global archinstall amd64
Caolan McNamara 124858f
%endif
b3c58d3
%ifarch %{ix86}
b3c58d3
%global archinstall i386
Caolan McNamara 124858f
%endif
366f515
%ifarch ppc
366f515
%global archinstall ppc
366f515
%endif
366f515
%ifarch ppc64
366f515
%global archinstall ppc64
366f515
%endif
Brent Baude 38656bb
%ifarch ppc64le
Brent Baude 38656bb
%global archinstall ppc64le
Brent Baude 38656bb
%endif
366f515
%ifarch ia64
366f515
%global archinstall ia64
366f515
%endif
366f515
%ifarch s390
366f515
%global archinstall s390
366f515
%endif
366f515
%ifarch s390x
366f515
%global archinstall s390x
366f515
%endif
366f515
%ifarch %{arm}
366f515
%global archinstall arm
366f515
%endif
366f515
# 32 bit sparc, optimized for v9
366f515
%ifarch sparcv9
366f515
%global archinstall sparc
366f515
%endif
366f515
# 64 bit sparc
366f515
%ifarch sparc64
366f515
%global archinstall sparcv9
366f515
%endif
Marcin Juszkiewicz 0055032
%ifarch aarch64
Marcin Juszkiewicz 0055032
%global archinstall aarch64
Marcin Juszkiewicz 0055032
%endif
b3c58d3
export LD_LIBRARY_PATH=/usr/lib/jvm/java/jre/lib/%{archinstall}/server:$LD_LIBRARY_PATH
592689d
%endif
d0fec00
autoreconf -fi
8eff39a
%configure --disable-static --enable-vala \
b3c58d3
           --with-libsoup  --with-gnome-keyring \
b3c58d3
           --with-ui --with-gtksourceview \
b3c58d3
           --with-goocanvas --with-graphviz \
b3c58d3
           --enable-system-sqlite=yes \
b3c58d3
           %{?with_bdb:--with-bdb=yes --with-bdb-libdir-name=%{_lib}} \
b3c58d3
           %{!?with_ldap:--with-ldap=no} \
b3c58d3
           %{!?with_mysql:--with-mysql=no} \
b3c58d3
           %{!?with_postgres:--with-postgresql=no} \
b3c58d3
           %{!?with_mdb:--with-mdb=no} \
b3c58d3
           %{!?with_java:--with-java=no}
e8ffded
%make_build
Caolan McNamara 124858f
Caolan McNamara 124858f
%install
e8ffded
%make_install
b3c58d3
find %{buildroot} -name '*.la' -exec rm -f {} ';'
b3c58d3
rm %{buildroot}/%{_sysconfdir}/%{name}-%{apiver}/sales_test.db
Caolan McNamara 124858f
b3c58d3
%find_lang libgda-5.0
648e3e4
%find_lang gda-browser --with-gnome
aefb031
b3c58d3
%files -f libgda-5.0.lang
d01698a
%license COPYING
d01698a
%doc AUTHORS ChangeLog README NEWS
82e0350
%dir %{_sysconfdir}/%{name}-%{apiver}/
b3c58d3
%config(noreplace) %{_sysconfdir}/%{name}-%{apiver}/config
b3c58d3
%{_libdir}/%{name}-%{apiver}.so.*
b3c58d3
%{_libdir}/%{name}-report-%{apiver}.so.*
b3c58d3
%{_libdir}/%{name}-xslt-%{apiver}.so.*
82e0350
%dir %{_libdir}/%{name}-%{apiver}/
82e0350
%dir %{_libdir}/%{name}-%{apiver}/plugins/
82e0350
%dir %{_libdir}/%{name}-%{apiver}/providers/
c66414a
%{_libdir}/girepository-1.0/Gda-%{apiver}.typelib
Caolan McNamara 124858f
%{_mandir}/man1/*
82e0350
%dir %{_datadir}/%{name}-%{apiver}/
82e0350
%dir %{_datadir}/%{name}-%{apiver}/dtd/
b3c58d3
%{_datadir}/%{name}-%{apiver}/dtd/libgda-*.dtd
b3c58d3
%{_datadir}/%{name}-%{apiver}/import_encodings.xml
a23222d
%{_datadir}/%{name}-%{apiver}/information_schema.xml
Caolan McNamara 124858f
Caolan McNamara 124858f
%files devel
82e0350
%dir %{_datadir}/gtk-doc/
82e0350
%dir %{_datadir}/gtk-doc/html/
b3c58d3
%doc %{_datadir}/gtk-doc/html/%{name}-%{apiver}
c66414a
%{_datadir}/gir-1.0/Gda-%{apiver}.gir
82e0350
%dir %{_includedir}/%{name}-%{apiver}/
b3c58d3
%{_includedir}/%{name}-%{apiver}/%{name}
b3c58d3
%{_includedir}/%{name}-%{apiver}/%{name}-xslt
b3c58d3
%{_includedir}/%{name}-%{apiver}/%{name}-report
b3c58d3
%{_libdir}/%{name}-%{apiver}.so
b3c58d3
%{_libdir}/%{name}-report-%{apiver}.so
b3c58d3
%{_libdir}/%{name}-xslt-%{apiver}.so
b3c58d3
%{_libdir}/pkgconfig/%{name}-%{apiver}.pc
b3c58d3
%{_libdir}/pkgconfig/%{name}-*-%{apiver}.pc
b3c58d3
%exclude %{_libdir}/pkgconfig/%{name}-ui-%{apiver}.pc
8eff39a
%dir %{_datadir}/vala
8eff39a
%dir %{_datadir}/vala/vapi
8eff39a
%{_datadir}/vala/vapi/libgda-%{apiver}.vapi
451430a
cb6f354
%files ui
b3c58d3
%{_libdir}/%{name}-ui-%{apiver}.so.*
b3c58d3
%{_libdir}/%{name}-%{apiver}/plugins/*.xml
dcdd216
%{_libdir}/%{name}-%{apiver}/plugins/%{name}-ui-plugins.so
c66414a
%{_libdir}/girepository-1.0/Gdaui-%{apiver}.typelib
b3c58d3
%{_datadir}/%{name}-%{apiver}/pixmaps
b3c58d3
%{_datadir}/%{name}-%{apiver}/dtd/gdaui-layout.dtd
82e0350
%{_datadir}/%{name}-%{apiver}/ui/
82e0350
%{_datadir}/%{name}-%{apiver}/icons/
b3c58d3
%{_datadir}/%{name}-%{apiver}/server_operation.glade
b3c58d3
%{_datadir}/%{name}-%{apiver}/language-specs/gda-sql.lang
cb6f354
cb6f354
%files ui-devel
b3c58d3
%{_includedir}/%{name}-%{apiver}/%{name}-ui
b3c58d3
%{_libdir}/%{name}-ui-%{apiver}.so
b3c58d3
%{_bindir}/gdaui-demo-%{apiver}
b3c58d3
%{_libdir}/pkgconfig/%{name}-ui-%{apiver}.pc
82e0350
%{_datadir}/%{name}-%{apiver}/demo/
c66414a
%{_datadir}/gir-1.0/Gdaui-%{apiver}.gir
1e12216
%{_datadir}/glade/
8eff39a
%dir %{_datadir}/vala
8eff39a
%dir %{_datadir}/vala/vapi
8eff39a
%{_datadir}/vala/vapi/libgda-ui-%{apiver}.vapi
cb6f354
648e3e4
%files tools -f gda-browser.lang
82e0350
%doc %{_datadir}/gtk-doc/html/gda-browser/
b3c58d3
%{_bindir}/gda-*
b3c58d3
%{_datadir}/%{name}-%{apiver}/gda_trml2html
b3c58d3
%{_datadir}/%{name}-%{apiver}/gda_trml2pdf
Richard Hughes 2995cdd
%{_datadir}/appdata/*.appdata.xml
b3c58d3
%{_datadir}/applications/gda-browser-%{apiver}.desktop
b3c58d3
%{_datadir}/applications/gda-control-center-%{apiver}.desktop
b3c58d3
%{_datadir}/pixmaps/gda-browser-5.0.png
b3c58d3
%{_datadir}/icons/hicolor/*
cb6f354
aefb031
%files sqlite
b3c58d3
%{_libdir}/%{name}-%{apiver}/providers/%{name}-sqlite.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/sqlite_specs*.xml
81b3740
33038a9
%if 0%{with bdb}
b3c58d3
%files bdb
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/libgda-bdb.so
33038a9
%{_libdir}/libgda-%{apiver}/providers/libgda-bdbsql.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/bdb_specs*.xml
33038a9
%{_datadir}/%{name}-%{apiver}/bdbsql_specs*.xml
b3c58d3
%endif
aefb031
33038a9
%if 0%{with ldap}
ee17999
%files ldap
b3c58d3
%{_libdir}/%{name}-%{apiver}/providers/%{name}-ldap.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/ldap_specs*.xml
b3c58d3
%endif
ee17999
2ea22ef
%files sqlcipher
b3c58d3
%{_libdir}/%{name}-%{apiver}/providers/%{name}-sqlcipher.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/sqlcipher_specs*.xml
2ea22ef
cb6f354
%files web
b3c58d3
%{_libdir}/%{name}-%{apiver}/providers/%{name}-web.so
82e0350
%{_datadir}/%{name}-%{apiver}/php/
82e0350
%{_datadir}/%{name}-%{apiver}/web/
b3c58d3
%{_datadir}/%{name}-%{apiver}/web_specs*.xml
cb6f354
33038a9
%if 0%{with mysql}
c7d5feb
%files mysql
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/libgda-mysql.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/mysql_specs*.xml
Caolan McNamara 124858f
%endif
Caolan McNamara 124858f
33038a9
%if 0%{with postgres}
c7d5feb
%files postgres
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/libgda-postgres.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/postgres_specs*.xml
Caolan McNamara 124858f
%endif
Caolan McNamara 124858f
33038a9
%if 0%{with mdb}
c7d5feb
%files mdb
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/libgda-mdb.so
b3c58d3
%{_datadir}/%{name}-%{apiver}/mdb_specs*.xml
Caolan McNamara 124858f
%endif
Caolan McNamara 124858f
33038a9
%if 0%{with java}
d8671fc
%files java
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/%{name}-jdbc.so
b3c58d3
%{_libdir}/libgda-%{apiver}/providers/gdaprovider-%{apiver}.jar
b3c58d3
%{_datadir}/%{name}-%{apiver}/jdbc_specs*.xml
d8671fc
%endif
d8671fc
Caolan McNamara 124858f
%changelog
7ea1d10
* Mon Dec 03 2018 Kalev Lember <klember@redhat.com> - 5.2.8-1
7ea1d10
- Update to 5.2.8
dcdd216
- Move libgda-ui-plugins to correct subpackage
6752528
- Drop appdata override as the appdata file is now upstream
af46fa4
- Drop various rpm scriptlets that are no longer needed these days
e8ffded
- Use make_build and make_install macros
d01698a
- Use license macro for COPYING
8eff39a
- Enable vala vapi generation
49ceeb6
- BR mariadb-connector-c-devel instead of mysql-devel (#1494068)
7ea1d10
b52516c
* Sun Sep 16 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 1:5.2.4-1
b52516c
- Upstream 5.2.4
b52516c
261bbe1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-17
261bbe1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
261bbe1
58cb4ce
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-16
58cb4ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
58cb4ce
f5963b1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-15
f5963b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f5963b1
096302c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-14
096302c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
096302c
db1fa67
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-13
db1fa67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
db1fa67
Igor Gnatenko 82d9497
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:5.2.2-12
Igor Gnatenko 82d9497
- Rebuild for readline 7.x
Igor Gnatenko 82d9497
4e19114
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-11
4e19114
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4e19114
43df89e
* Thu Jul 02 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:5.2.2-10
43df89e
- Add libgda-5.2.2-geninclude.pl.patch (Fix FTBFS).
43df89e
f0905ca
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.2.2-9
f0905ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f0905ca
Richard Hughes 2995cdd
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1:5.2.2-8
Richard Hughes 2995cdd
- Add an AppData file for the software center
Richard Hughes 2995cdd
35fb629
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.2.2-7
35fb629
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
35fb629
3103fe7
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:5.2.2-6
3103fe7
- Rebuilt for gobject-introspection 1.41.4
3103fe7
Marcin Juszkiewicz 0055032
* Mon Jun 16 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:5.2.2-5
Marcin Juszkiewicz 0055032
- Handle AArch64 as well
Marcin Juszkiewicz 0055032
6f8f800
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.2.2-4
6f8f800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6f8f800
Brent Baude 38656bb
* Thu May 22 2014 Brent Baude <baude@us.ibm.com> - 1:5.2.2-3
Brent Baude 38656bb
- Adding ppc64le arch description to spec
Brent Baude 38656bb
57ad387
* Sun May 18 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:5.2.2-2
57ad387
- Rebuild (mdbtools)
57ad387
648e3e4
* Sat May 17 2014 Kalev Lember <kalevlember@gmail.com> - 1:5.2.2-1
648e3e4
- Update to 5.2.2
d2f1a4c
- Fix FTBFS with -Werror=format-security (#1037160)
25df3d0
- Fix the build with JRE 1.8
1e12216
- Install the gdaui Glade catalog
648e3e4
c66c34e
* Wed Apr 23 2014 Tomáš Mráz <tmraz@redhat.com> - 1:5.1.2-5
c66c34e
- Rebuild for new libgcrypt
c66c34e
33038a9
* Tue Aug  6 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 1:5.1.2-4
33038a9
- fix FTBFS (RHBZ #992077)
33038a9
- cleanup rpm conditionals
33038a9
713e391
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.1.2-3
713e391
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
713e391
3c706a6
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:5.1.2-2
3c706a6
- Rebuilt for gtksourceview3 soname bump
3c706a6
a053be5
* Tue Mar 19 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 1:5.1.2-1
a053be5
- upstream 5.1.2
a053be5
- dropped upstreamed patches
a053be5
6f4781b
* Sun Feb 24 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 1:5.1.1-6
6f4781b
- rebuilt against newer graphviz (RHBZ #914131)
6f4781b
- remove deprecated graphviz API calls in gda-browser
6f4781b
- build system workaround (RHBZ #904790)
6f4781b
ad18287
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.1.1-5
ad18287
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ad18287
366f515
* Thu Oct 25 2012 Dan Horák <dan[at]danny.cz> - 1:5.1.1-4
366f515
- fix Java detection on secondary arches
366f515
c66414a
* Wed Oct 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:5.1.1-3
c66414a
- Enable introspection (#869072)
c66414a
f590bf4
* Mon Oct 22 2012 Kalev Lember <kalevlember@gmail.com> - 1:5.1.1-2
f590bf4
- Add back the epoch
d58c56e
- Build without scrollkeeper support
16e8e78
- Properly obsolete subpackages that got removed in v4->v5 transition
82e0350
- Fix some rpm directory ownership issues
b9eec48
- Add icon cache scriptlets
f590bf4
b3c58d3
* Sun Oct 21 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 5.1.1-1
b3c58d3
- upstream 5.1.1 based on libgda5 review (RHBZ #788569)
b3c58d3
e364f6f
* Sun Aug  5 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.13-1
e364f6f
- upstream 4.2.13
e364f6f
- bug fixes to MySQL and MDB providers and various minor issues
e364f6f
4a7e547
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.12-4
4a7e547
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4a7e547
b01702a
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 1:4.2.12-3
b01702a
- switch to libdb-devel
6e7ba1c
- fix the build with OpenJDK7
b01702a
7c1387b
* Sun Jan 22 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.12-2
7c1387b
- fix gobject-introspection support
7c1387b
- clean up spec (removed old obsoletes)
7c1387b
f67b208
* Sun Jan 22 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.12-1
f67b208
- upstream 4.2.12
f67b208
776cfc5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.11-2
776cfc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
776cfc5
b866cb9
* Sat Nov 26 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.11-1
b866cb9
- upstream 4.1.11
b866cb9
- sqlite provider can load sqlite extensions using "SELECT load_extension ('xxx')"
b866cb9
- remove unused BR
b866cb9
ee17999
* Thu Aug 25 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.8-1
ee17999
- upstream 4.2.8
ee17999
- ldap read-only support is back
ee17999
Mark Chappell 327ca51
* Mon Jul  4 2011 Mark Chappell <tremble@fedoraproject.org> - 1:4.2.5-2
Mark Chappell 327ca51
- Rebuild for graphviz so name bump.
Mark Chappell 327ca51
6ca821b
* Sun Apr 10 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.5-1
6ca821b
- upstream 4.2.5
6ca821b
047cede
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1:4.2.4-3
047cede
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
047cede
4a18aea
* Tue Feb 22 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.4-2
4a18aea
- fix sqlite loading (RHBZ #673809)
4a18aea
201db9e
* Thu Feb 17 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.4-1
201db9e
- upstream 4.2.4
201db9e
cfc69a5
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.2-3
cfc69a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cfc69a5
8ff6dc7
* Sat Jan  8 2011  <builder@zangetsu.seireitei> - 1:4.2.2-2
8ff6dc7
- drop sqlite patch: should be fixed in latest xulrunner package
8ff6dc7
de72058
* Tue Nov 30 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.2-1
de72058
- Upstream 4.2.2
de72058
- Cleaned spec from deprecated providers support
de72058
- Fix sqlite3 shared library loading (RHBZ #658471)
de72058
2ea22ef
* Tue Oct 26 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.2.0-1
2ea22ef
- Update to upstream 4.2.0
2ea22ef
- New provider: sqlcipher (SQLite encryption extension)
2ea22ef
- New patch fixing 4.2.0 build issue
2ea22ef
- Disable GObject introspection since it's broken
2ea22ef
044165d
* Wed Jun 16 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.1.6-1
044165d
- Update to upstream 4.1.6
044165d
- Add new BR: gnome-doc-utils
30506a7
- Dropped BR: gir-repository
044165d
cb6f354
* Tue Apr 27 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.1.4-1
cb6f354
- Update to upstream 4.1.4 (required by Glom)
cb6f354
- Added web provider and ui subpackages
cb6f354
- Added new BR (gtk2, unique, goocanvas, graphviz) for libgda-ui
cb6f354
5e8fff4
* Thu Apr 22 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.0.8-2
044165d
- add gir descriptions files
5e8fff4
c0c5a31
* Thu Apr 22 2010 Haïkel Guémar <hguemar@fedoraproject.org> - 1:4.0.8-1
c0c5a31
- Update to upstream 4.0.8
c0c5a31
0e25bc7
* Thu Feb 18 2010 Denis Leroy <denis@poolshark.org> - 1:4.0.7-1
0e25bc7
- Update to upstream 4.0.7
0e25bc7
d8671fc
* Mon Jan 18 2010 Denis Leroy <denis@poolshark.org> - 1:4.0.6-1
d8671fc
- Update to upstream 4.0.6
044165d
- Added Java JDBC provider subpackage
d8671fc
e968e6d
* Sat Nov  7 2009 Denis Leroy <denis@poolshark.org> - 1:4.0.5-1
e968e6d
- Update to upstream 4.0.5
e968e6d
- Source URL fix
e968e6d
2e22963
* Tue Sep 15 2009 Denis Leroy <denis@poolshark.org> - 1:4.0.4-1
2e22963
- Update to upstream version 4.0.4
2e22963
aaab00b
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:4.0.2-3
aaab00b
- rebuilt with new openssl
aaab00b
9bc6989
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0.2-2
9bc6989
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9bc6989
02c4e86
* Thu Jun 25 2009 Denis Leroy <denis@poolshark.org> - 1:4.0.2-1
02c4e86
- Update to upstream 4.0.2
02c4e86
- Use system sqlite library
02c4e86
cd82985
* Mon Mar 23 2009  <denis@poolshark.org> - 1:4.0.0-1
cd82985
- Update to upstream 4.0.0
cd82985
9adc44f
* Wed Mar  4 2009 Denis Leroy <denis@poolshark.org> - 1:3.99.12-1
9adc44f
- Update to upstream 3.99.12
9adc44f
8593438
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.99.11-2
8593438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8593438
f4891dc
* Sat Feb 14 2009 Denis Leroy <denis@poolshark.org> - 1:3.99.11-1
f4891dc
- Update to 3.99.11 (many bug fixes)
f4891dc
592689d
* Fri Jan 16 2009 Denis Leroy <denis@poolshark.org> - 1:3.99.8-1
592689d
- Switch to 4.0 ABI
592689d
- Update to upstream 3.99.8
592689d
- Patch updates (upstreamed and ported)
592689d
- Added JAVA package flag, currently disabled
592689d
937d673
* Mon Oct 27 2008 Denis Leroy <denis@poolshark.org> - 1:3.1.2-6
937d673
- Added patch to fix providers path on x86_64 (#468510)
937d673
d26337a
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.1.2-5
d26337a
- Rebuild against new db4-4.7
d26337a
689a325
* Tue Jun 17 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.1.2-4
689a325
- Rebuild against new freetds
689a325
ef49f9b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.1.2-3
ef49f9b
- Autorebuild for GCC 4.3
ef49f9b
ca822db
* Sat Jan 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.1.2-2
ca822db
- Rebuid now that the system sqlite has column metadata enabled, so that we
ca822db
  use the system version instead of our own private copy (bz 430258)
ca822db
91e57f4
* Fri Jan 25 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.1.2-1
91e57f4
- New upstream release 3.1.2 (needed for new gnumeric)
91e57f4
- Drop upstreamed / no longer needed patches
91e57f4
53bf8d3
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 3.0.1-6
53bf8d3
- Rebuild for deps
53bf8d3
4ea340c
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.0.1-5
4ea340c
- Rebuild to fix untranslated strings on x86_64 in
4ea340c
  /usr/share/libgda-3.0/sqlite_specs_drop_index.xml
4ea340c
  which caused multilib problems (bz 342101)
4ea340c
09cf970
* Fri Aug 17 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.0.1-4
09cf970
- Fix building on ppc64 again (patch configure not configure.in, now we are
09cf970
  no longer running autoconf)
09cf970
b2f30ab
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.0.1-3
b2f30ab
- Enable microsoft access (mdb) support now that mdbtools is in Fedora
55368c7
- Enable xBase (dBase, Clipper, FoxPro) support, it seems that xbase has been
55368c7
  available for quite a while now
75bd1f3
- Switch from using mysqlclient10 to using mysql-libs for the msql provider
b2f30ab
d1756c3
* Wed Aug  8 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.0.1-2
d1756c3
- Build against system sqlite instead of own private copy (this is possible now
044165d
  that the system sqlite is of a high enough version)
d1756c3
- Enable FreeTDS provider (FreeTDS is in Fedora now)
d1756c3
- Update License tag for new Licensing Guidelines compliance
d1756c3
81b3740
* Sun May 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:3.0.1-1
81b3740
- New upstream release 3.0.1
81b3740
- Remove mono bindings sub-package as upstream no longer includes them
81b3740
451430a
* Thu May 10 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-12
451430a
- Don't build mono/sharp bits on ppc64
451430a
- Fixup packaging of sharp bindings to match the mono packaging guidelines
451430a
9910558
* Fri Dec 15 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-11
9910558
- Rebuild for new postgres
9910558
70b9fb2
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-10
70b9fb2
- FE6 Rebuild
70b9fb2
a371766
* Tue Jun 20 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-9
a371766
- Add BuildRequires: libtool hopefully _really_ fixing building with the new
a371766
  stripped mock config. (Drop BR: autoconf which is implied by BR: automake).
a371766
c7f820f
* Thu Jun 15 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-8
c7f820f
- Add BuildRequires: automake, autoconf to fix building with the new even more
c7f820f
  stripped mock config.
c7f820f
0c8c7ae
* Sat Jun 10 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-7
0c8c7ae
- Add BuildRequires: gettext, bison, flex, gamin-devel to fix building with
0c8c7ae
  new stripped mock config.
0c8c7ae
ffa400f
* Thu May 11 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-6
ffa400f
- Move Obsoletes and Provides for plugins out of the plugins %%description,
ffa400f
  so that they actually Obsolete and Provide instead of showing up in rpm -qi
ffa400f
  (bug 191213).
ffa400f
4bf0070
* Thu May  4 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-5
4bf0070
- Add patch3 fixing a couple of x86_64 bugs (bz 190366)
4bf0070
aefb031
* Mon Feb 13 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-4
aefb031
- Bump release and rebuild for new gcc4.1 and glibc.
aefb031
- Make sqlite plugin use system sqlite not build in version
aefb031
- Make sqlite plugin a seperate package again
aefb031
- Attempt to properly install C-sharp/mono bindings
aefb031
- Add %%{?dist} for consistency with my other packages
aefb031
- Remove static lib from -devel package
aefb031
2941e18
* Tue Jan 17 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-3
2941e18
- Make -sharp package Require the main package.
2941e18
a772bb2
* Mon Jan 16 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-2
a772bb2
- Remove unneeded requires (.so reqs are automaticly picked up by rpm).
a772bb2
- Add BuildRequires for building libgda-sharp
a772bb2
896e694
* Sun Nov 27 2005 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.9.100-1
896e694
- New upstream version
896e694
- Drop 4 intergrated patches
896e694
- Removed sqlite configurability, it is now an internal part of the upstream
896e694
  sources.
896e694
da177ae
* Fri Aug  5 2005 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.2.0-8
da177ae
- Remove libgda.la file from devel package.
da177ae
3b45e37
* Sat Jun 25 2005 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.2.0-7
3b45e37
- Added Patch4: libgda-1.2.0-libdir.patch which fixes loading of
3b45e37
  database providers on platforms with a lib64 dir. Thanks to:
3b45e37
  Bas Driessen <bas.driessen@xobas.com> for the patch.
3b45e37
- Enabled building of libgda-ldap and libgda-sqlite by default.
3b45e37
c7d5feb
* Tue Jun 21 2005 Hans de Goede <j.w.r.degoede@hhs.nl> 1:1.2.0-6
c7d5feb
- rebuild so that we depend on the proper version of libpq.so (#160917)
c7d5feb
- change names of database providers from gda-xxx to libgda-xxx (#160917)
c7d5feb
Caolan McNamara 124858f
* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 1:1.2.0-5
Caolan McNamara 124858f
- rebuild with gcc4
Caolan McNamara 124858f
Caolan McNamara 124858f
* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> 1:1.2.0-4
Caolan McNamara 124858f
- well, that was moronic
Caolan McNamara 124858f
33038a9
* Thu Feb 10 2005 Caolan McNamara <caolanm@redhat.com> 1:1.2.0-3
Caolan McNamara 124858f
- bandaid
Caolan McNamara 124858f
Caolan McNamara 124858f
* Wed Feb  9 2005 Jeremy Katz <katzj@redhat.com> - 1:1.2.0-2
Caolan McNamara 124858f
- rebuild to try to fix broken dep
Caolan McNamara 124858f
Caolan McNamara 124858f
* Fri Feb 4 2005 Caolan McNamara <caolanm@redhat.com> 1:1.2.0-1
Caolan McNamara 124858f
- bump to latest version
Caolan McNamara 124858f
- drop integrated break warning patch
Caolan McNamara 124858f
- update configure patch
Caolan McNamara 124858f
Caolan McNamara 124858f
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 1:1.0.4-5
Caolan McNamara 124858f
- Rebuilt for new readline.
Caolan McNamara 124858f
Caolan McNamara 124858f
* Sat Oct 30 2004 Caolan McNamara <caolanm@redhat.com> 1:1.0.4-4
Caolan McNamara 124858f
- Use mysqlclient10
Caolan McNamara 124858f
Caolan McNamara 124858f
* Fri Oct  8 2004 Caolan McNamara <caolanm@redhat.com> 1:1.0.4-3
Caolan McNamara 124858f
- #rh135043# Extra BuildRequires
Caolan McNamara 124858f
Caolan McNamara 124858f
* Thu Sep  9 2004 Bill Nottingham <notting@redhat.com> 1:1.0.4-2
Caolan McNamara 124858f
- %%defattr
Caolan McNamara 124858f
Caolan McNamara 124858f
* Thu Aug 12 2004 Caolan McNamara <caolanm@redhat.com> 1:1.0.4-1
Caolan McNamara 124858f
- Initial Red Hat import
Caolan McNamara 124858f
- patch for missing break statement
Caolan McNamara 124858f
- fixup devel package requirement pickiness
Caolan McNamara 124858f
- autoconf patch to pick up correct mysql path from mysql_config (e.g. x64)
Caolan McNamara 124858f
- autoconf patch to just look in the normal place for postgres first
Caolan McNamara 124858f
Caolan McNamara 124858f
* Tue Mar 11 2003 David Hollis <dhollis@davehollis.com>
Caolan McNamara 124858f
- Fix --with-tds & --without-tds to match what configure wants
Caolan McNamara 124858f
Caolan McNamara 124858f
* Tue Jan 28 2003 Yanko Kaneti <yaneti@declera.com>
Caolan McNamara 124858f
- Remove the idl path
Caolan McNamara 124858f
- Include gda-config man page
Caolan McNamara 124858f
- add --without-* for disabled providers
Caolan McNamara 124858f
- package and use the omf/scrollkeeper bits
Caolan McNamara 124858f
Caolan McNamara 124858f
* Tue Dec 31 2002 David Hollis <dhollis@davehollis.com>
Caolan McNamara 124858f
- Added sqlite-devel buildreq
Caolan McNamara 124858f
- Include gda-config-tool man page
Caolan McNamara 124858f
Caolan McNamara 124858f
* Mon Aug 19 2002 Ben Liblit <liblit@acm.org>
Caolan McNamara 124858f
- Fixed version number substitutions
Caolan McNamara 124858f
Caolan McNamara 124858f
- Removed some explicit "Requires:" prerequisites that RPM will figure
Caolan McNamara 124858f
  out on its own.  Removed explicit dependency on older MySQL client
Caolan McNamara 124858f
  libraries
Caolan McNamara 124858f
Caolan McNamara 124858f
- Required that the ODBC development package be installed if we are
Caolan McNamara 124858f
  building the ODBC provider
Caolan McNamara 124858f
Caolan McNamara 124858f
- Created distinct subpackages for each provider, conditional on that
Caolan McNamara 124858f
  provider actually being enabled; some of these will need to be
Caolan McNamara 124858f
  updated as the family of available providers changes
Caolan McNamara 124858f
Caolan McNamara 124858f
- Updated files list to match what "make install" actually installs
Caolan McNamara 124858f
Caolan McNamara 124858f
- Added URL tag pointing to GNOME-DB project's web site
Caolan McNamara 124858f
Caolan McNamara 124858f
* Tue Feb 26 2002 Chris Chabot <chabotc@reviewboard.com>
Caolan McNamara 124858f
- Added defines and configure flags for all supported DB types
Caolan McNamara 124858f
Caolan McNamara 124858f
* Mon Feb 25 2002 Chris Chabot <chabotc@reviewboard.com>
Caolan McNamara 124858f
- Cleaned up formatting
Caolan McNamara 124858f
- Added Requirements
Caolan McNamara 124858f
- Added defines for postgres, mysql, odbc support
Caolan McNamara 124858f
Caolan McNamara 124858f
* Thu Feb 21 2002 Chris Chabot <chabotc@reviewboard.com>
Caolan McNamara 124858f
- Initial spec file