Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37414927
en ru br
Репозитории ALT
S:0.32.2-alt1
D:0.25.4-alt1
5.1: 0.29.0-alt1
4.1: 0.24.7-alt3.1.M41.1
4.0: 0.24.7-alt3.1
3.0: 0.24.7-alt3
www.altlinux.org/Changes

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

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

Name: libneon
Version: 0.31.2
Release: alt1
Summary: neon is an HTTP and WebDAV client library
License: LGPLv2+
Group: System/Libraries
Url: https://notroj.github.io/neon/

Obsoletes: %{name}0.25 %{name}0.26

Source: neon-%version.tar.gz
Patch1: neon-0.27.0-multilib.patch

BuildRequires: libexpat-devel libkrb5-devel libssl-devel openssl zlib-devel libgssapi-devel xmlto

%description
neon is an HTTP and WebDAV client library, with a C language API.
Provides lower-level interfaces to directly implement new HTTP
methods, and higher-level interfaces so that you don't have to
worry about the lower-level stuff.

%package devel
Summary: Header files for neon HTTP and WebDAV client library
Group: System/Libraries
Requires: %name = %version-%release
Provides: %{name}0.25-devel %{name}0.26-devel
Obsoletes: %{name}0.25-devel %{name}0.26-devel

%description devel
neon is an HTTP and WebDAV client library, with a C language API.
Provides lower-level interfaces to directly implement new HTTP
methods, and higher-level interfaces so that you don't have to
worry about the lower-level stuff.

%prep
%setup -n neon-%version
%patch1 -p1

%build
%configure \
--with-ssl \
--enable-shared \
--disable-static

%make_build

%check
%make -k check ||:

%install
%makeinstall_std
%define docdir %_docdir/neon-%version
install -pm644 AUTHORS BUGS NEWS README* THANKS TODO doc/*.txt \
%buildroot/%docdir/
%find_lang neon

%files -f neon.lang
%_libdir/lib*.so.*

%files devel
%doc
%_bindir/*
%_includedir/*
%_libdir/lib*.so
%_pkgconfigdir/*
%_man1dir/*
%_man3dir/*
%docdir

%changelog

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

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