Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046708
en ru br
Репозитории ALT
5.1: 0.10.7-alt1
4.1: 0.9.2-alt3.svn53synce
4.0: 0.9.2-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: wbxml2

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


Name: wbxml2
Url: http://libwbxml.jehanne.org/
License: GPL
Group: System/Libraries
Provides: wbxml2
Summary: WBXML parser and compiler library
Version: 0.9.2
Release: alt1
Source: %name-%version.tar.bz2
Patch: wbxml2-0.9.0.patch

Requires: libexpat
Requires: lib%name = %version-%release

BuildRequires: gcc-c++ libexpat-devel libpopt-devel zlib-devel

%description
wbxml2 is a library that includes a WBXML parser and a WBXML compiler.
Unlike wbxml, it does not depend on libxml2 but on expat, making it
faster and more portable. WBXML Library contains a library and its
associated tools to Parse, Encode and Handle WBXML documents. The WBXML
(Wireless Binary XML) format is a binary representation of XML, and it
has been defined by the Wap Forum.

%package -n lib%name
Summary: Libraries for %name
Group: System/Libraries
##  Requires: %name = %version-%release

%description -n lib%name
This packages contains some library needed for %name

%package -n lib%name-devel
Summary: Header files, libraries and development documentation for %name
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This package contains the header files, static libraries and development
documentation for %name. If you like to develop programs using %name,
you will need to install %name-devel.

%prep
%setup -q
# %patch -p1

%build
%__libtoolize
%__aclocal
%__autoconf
%__autoheader
%__automake -a -c --foreign
%configure
%make

%install
%make_install DESTDIR=%buildroot install
%__rm -f %buildroot%_libdir/*.la

%files
%doc AUTHORS INSTALL ChangeLog INSTALL NEWS README References THANKS TODO doc
%_bindir/*

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

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

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