mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-23 13:22:05 +08:00
> 255 column patches and multipage table defs from Tim Nelson
mdb-export fixes spec file
This commit is contained in:
39
mdbtools.spec
Normal file
39
mdbtools.spec
Normal file
@@ -0,0 +1,39 @@
|
||||
Summary: Several utilities for using MS-Access .mdb files.
|
||||
Name: mdbtools
|
||||
Version: 0.2
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Development/Tools
|
||||
Source: http://download.sourceforge.net/mdbtools/mdbtools-0.2.tgz
|
||||
|
||||
%description
|
||||
mdb-dump -- simple hex dump utility for looking at mdb files
|
||||
mdb-schema -- prints DDL for the specified table
|
||||
mdb-export -- export table to CSV format
|
||||
mdb-tables -- a simple dump of table names to be used with shell scripts
|
||||
mdb-header -- generates a C header to be used in exporting mdb data to a C prog.
|
||||
mdb-parsecvs -- generates a C program given a CSV file made with mdb-export
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
cd src/
|
||||
./configure
|
||||
make
|
||||
|
||||
%install
|
||||
cd src/
|
||||
make install
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING COPYING.LIB HACKERS INSTALL README TODO
|
||||
/usr/local/lib/libmdb.a
|
||||
/usr/local/bin/mdb-schema
|
||||
/usr/local/bin/mdb-export
|
||||
/usr/local/bin/mdb-tables
|
||||
/usr/local/bin/mdb-header
|
||||
/usr/local/bin/mdb-parsecsv
|
||||
/usr/local/bin/mdb-dump
|
||||
/usr/local/include/mdbtools.h
|
||||
|
||||
Reference in New Issue
Block a user