Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37886110
en ru br
Репозитории ALT
S:0.2.5-alt4
5.1: 0.2.5-alt2
4.1: 0.2.5-alt0.1
4.0: 0.2.5-alt0.1
www.altlinux.org/Changes

Группа :: Офис
Пакет: pxview

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: pxview
Version: 0.2.5
Release: alt2

Summary: View Paradox DB files

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

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://prdownloads.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
%__subst "s|/usr/lib|%_libdir|g" configure*
# 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

%build
CPPFLAGS="$(pkg-config glib-2.0 --cflags)"
%configure \
--with-sqlite \
--with-gsf
%make_build

%install
%makeinstall_std

%find_lang %name

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

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin