Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37563895
en ru br
ALT Linux repos
S:0.10.1-alt1

Group :: System/Libraries
RPM: libstrophe

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin