Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
paradox
>
pxview
> pxview.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pxview.spec of Package pxview (Revision 10)
Currently displaying revision
10
,
show latest
Summary: Program to read and convert Paradox DB files Name: pxview Version: 0.2.5 Release: 1 License: see doc/COPYING Group: Applications/Utils Url: http://pxlib.sourceforge.net/ Packager: Carsten Schoene <cs@linux-administrator.com> Source: http://prdownloads.sourceforge.net/pxlib/pxview-%{PACKAGE_VERSION}.tar.gz BuildRoot: /var/tmp/rpm/pxview-root Prefix: /usr BuildRequires: pxlib-devel perl-XML-Parser sqlite2-devel docbook-to-man %description pxview is a simple program based on pxlib to read and convert Paradox DB files. Possible conversions are to csv and sql. pxview can also read blob data and write each object to a single file. %debug_package %prep %setup %build %configure --with-sqlite || cat config.log make %install rm -rf ${RPM_BUILD_ROOT} install -d -m 755 ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install (cd ${RPM_BUILD_ROOT}/usr/bin; ln -s pxview px2sql; ln -s pxview px2csv; ln -s pxview px2html; ln -s pxview px2sqlite) %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc README AUTHORS ChangeLog COPYING INSTALL %{_bindir}/* %{_mandir}/man1/* %{_datadir}/locale/*/LC_MESSAGES/pxview.mo %changelog * Wed Jan 02 2008 Carsten Schoene <cs@linux-administrator.com> - 0.2.5 - initial build