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

Group :: Networking/File transfer
RPM: libsearpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libsearpc
Version: 3.1
Release: alt3.qa1

Summary: RPC library for Seafile

Group: Networking/File transfer
License: GPLv3
Url: https://github.com/haiwen/libsearpc

Packager: Konstantin Artyushkin <akv at altlinux.org>

# Source-url: https://github.com/haiwen/libsearpc/archive/v%version-latest.tar.gz

Source: %name-%version.tar

BuildRequires: glib2-devel libjansson-devel

BuildRequires: libgio-devel

BuildRequires: python-devel

%description
Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the transport part is left to users.

%package devel
Summary: Development files for %name
Requires: %name = %version-%release
Group: Networking/File transfer

%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%prep
%setup
sed -i 's/(DESTDIR)//' libsearpc.pc.in

%build
%autoreconf
%configure --disable-static --disable-compile-demo --enable-server-pkg
%make_build

%install
%makeinstall_std

%files
%doc AUTHORS README.markdown
%_libdir/*.so.*
%python_sitelibdir/pysearpc/

%files devel
%_bindir/searpc-codegen.py
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/%name.pc

%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