Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537258
en ru br
Репозитории ALT

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

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

Name: libstrophe
# configure.ac:AC_INIT([libstrophe], [0.8-snapshot], [jack at metajack.im])
Version: 0.10.1
Release: alt1
Summary: A lightweight XMPP client library written in C
Group: System/Libraries
License: GPLv3
Url: http://strophe.im/libstrophe
# https://github.com/strophe/libstrophe
Source: %name-%version.tar

# Automatically added by buildreq on Sun Jul 22 2018

# optimized out: glibc-kernheaders-generic glibc-kernheaders-x86 libcom_err-devel libkrb5-devel perl pkg-config python-base
BuildRequires: doxygen libexpat-devel libssl-devel

%description
libstrophe is a lightweight XMPP client library written in C. It has
minimal dependencies and is configurable for various environments. It
runs well on both Linux, Unix, and Windows based platforms.

Its goals are:

- usable quickly
- well documented
- reliable

%package devel
Group: Development/C
Summary: Development environment for %name
Requires: %name = %version-%release
%description devel
Development environment for %name

%prep
%setup

%build
%autoreconf
%configure
%make_build
doxygen

%install
%makeinstall

rm -fv %buildroot%_libdir/*.a

%check
make check

%files
%_libdir/*.so.*

%files devel
%doc README.markdown docs
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*

%changelog

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

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