Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37614739
en ru br
ALT Linux repos
5.0: 0.8.14-alt2
4.1: 0.8.14-alt1
4.0: 0.8.9-alt1
3.0: 0.8.0-alt1

Group :: System/Libraries
RPM: libwpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libwpd
Version: 0.8.14
Release: alt1
Summary: Library for reading and converting WordPerfect(tm) documents.
License: LGPL
Group: System/Libraries
URL: http://libwpd.sf.net/

Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar.bz2

# Automatically added by buildreq on Thu Oct 05 2006

BuildRequires: doxygen gcc-c++ libgsf-devel

%description
Library that handles Word Perfect documents.

%package tools
Requires: libwpd
Summary: Tools to transform WordPerfect Documents into other formats
Group: Publishing

%description tools
Tools to transform WordPerfect Documents into other formats.
Currently supported: html, raw, text

%package devel
Requires: libwpd
Summary: Files for developing with libwpd.
Group: Development/C++

%description devel
Includes and definitions for developing with libwpd.

%prep
%setup -q

%build
%configure \
   --disable-static
%make_build

%install
%make DESTDIR=%buildroot install

find %buildroot%_docdir/%name-%version -type f -exec chmod -x {} \;

%post
%post_ldconfig

%postun
%postun_ldconfig

%files

%_libdir/*.so.*

%files tools
%_bindir/wpd2*

%files devel
%doc %_docdir/%name-%version
%_includedir/libwpd-0.8
%_libdir/*.so
%_libdir/pkgconfig/*

%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