Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829103
en ru br
ALT Linux repos
5.0: 1.0.5-alt3
4.1: 1.0.5-alt2
4.0: 1.0.5-alt1
3.0: 1.0.4-alt1.1

Group :: System/Libraries
RPM: libxml++

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libxml++
Version: 1.0.5
Release: alt1

Summary: libxml++ is a C++ wrapper for the libxml XML parser library.
License: LGPL
Group: System/Libraries
Url: http://libxmlplusplus.sourceforge.net/

Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/1.0/%name-%version.tar.bz2

Packager: Igor Zubkov <icesik at altlinux.ru>

# Automatically added by buildreq on Sat Dec 31 2005

BuildRequires: gcc-c++ glibc-devel-static libstdc++-devel libxml2-devel pkg-config zlib-devel

%description
libxml++ is a C++ wrapper for the libxml XML parser library.
It's original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming.

%package devel
Summary: Development files for libxml++
Group: Development/C
Requires: %name = %version-%release

%description devel
libxml++ is a C++ wrapper for the libxml XML parser library.
It's original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming.

This package contains the libraries, include and other files.

%package devel-static
Summary: Static library for building static applications with libxml++
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
libxml++ is a C++ wrapper for the libxml XML parser library.
It's original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming.

This package contains the static library you can use to develop
statically linked applications.

%prep
%setup -q

%build
%__autoreconf -fiv
%configure \
--disable-rpath
%make_build

%install
%make_install DESTDIR=%buildroot install

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc AUTHORS ChangeLog README
%_libdir/libxml++-1.0.so.*

%files devel
%dir %_includedir/libxml++-1.0/libxml++/
%_includedir/libxml++-1.0/libxml++/
%_libdir/lib*.a
%_libdir/lib*.so
%_libdir/pkgconfig/libxml++-1.0.pc

%files devel-static
%_libdir/lib*.a

%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