Re: [gnome-db] libgda/libgnomedb/mergeant 0.12.1 released



> libgda/libgnomedb/mergeant 0.12.1 have been released.
> libgda/libgnomedb are a complete framewok for developing
> database-oriented applications, and actually allow access to PostgreSQL,
> MySQL, Oracle, Sybase, SQLite, FireBird/Interbase, IBM DB2, mSQL and MS
> SQL server, as well as MS Access and xBase files and ODBC data sources.
> Mergeant is an end user application that makes use of libgda and
> libgnomedb to allow users to easily manage their databases.
> This release contains fixes for some important bugs found in 0.12.0.

I've posted binary and source RPMs for RH9 at -
ftp://ftp.kalamazoolinux.org/pub/projects/awilliam/misc-gnome/rh9

There are a couple more spec fixes -

libgda.spec is missing 

%if %{MDB}
%files -n gda-mdb
%{_libdir}/libgda/providers/libgda-mdb.so
%endif

and                                                                                
                                                                                
%if %{LDAP}
%files -n gda-ldap
%{_libdir}/libgda/providers/libgda-ldap.so
%endif

stanzas.  I think I misreported this last time.

And I needed to hack libgnomedb.spec changing 
%{_libdir}/libglade/2.0/*.so
to
%{_libdir}/libglade/2.0/*
in order to avoid unpackaged files error as a result of the presence of
*.la, etc... files

Exact error was -
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/libgnomedb-0.12.1-root
error: Installed (but unpackaged) file(s) found:
   /usr/lib/libglade/2.0/libgnomedb.a
   /usr/lib/libglade/2.0/libgnomedb.la
 
 
RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib/libglade/2.0/libgnomedb.a
   /usr/lib/libglade/2.0/libgnomedb.la





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]