Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37736773
en ru br
ALT Linux repos
S:0.2.5-alt4
5.0: 0.2.5-alt0.1
4.1: 0.2.5-alt0.1
4.0: 0.2.5-alt0.1

Group :: Office
RPM: pxview

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pxview
Version: 0.2.5
Release: alt0.1

Summary: View Paradox DB files

License: GPL v2
Url: http://pxlib.sourceforge.net/
Group: Office

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sourceforge.net/pxlib/%{name}_%version.orig.tar.bz2

# Automatically added by buildreq on Tue Feb 06 2007

BuildRequires: docbook-utils gcc-c++ libgsf-devel libpx-devel perl-XML-Parser sqlite-devel w3c-markup-validator-libs

%description
pxview is quite simple command line program which has been originally
created to test pxlib. pxlib is a library to read Paradox files.
During the development pxview has evolved more and more into a useful
program to examine the contents of Paradox files and to convert them
into SQL or CSV format.

%prep
%setup -q

%build
# man pages are build by docbook2man
%__subst 's#docbook-to-man#docbook2man#g' configure*
%__subst 's#docbook-to-man $<.*#docbook2man $<#g' doc/Makefile*
for man in doc/*.sgml; do
       name=$(basename "$man" .sgml)
       sed -i -e "s#$name#$name#gi" $man
done
CPPFLAGS="$(pkg-config glib-2.0 --cflags)"
%configure \
--with-sqlite \
--with-gsf
%make_build

%install
%make_install install \
DESTDIR=%buildroot

%find_lang %name

%files -f %name.lang
%doc AUTHORS ChangeLog
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin