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

Group :: Development/Tools
RPM: libmpack

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libmpack
Version: 1.0.5
Release: alt1

Summary: small binary serialization/RPC library

Group: Development/Tools
License: MIT
Url: https://github.com/libmpack/libmpack

Source: %name-%version.tar

%description
libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.

%package devel
Summary: Devel package for libmpack
Group: Development/Other
Requires: %name = %version-%release

%description devel
libmpack header and build tools.

%prep
%setup

%build
make

%install
make LIBDIR=%buildroot%_libdir PREFIX=%buildroot%_prefix install

%files
%_libdir/*.so
%_libdir/*.so.*
%exclude %_libdir/*.a

%files devel
%_includedir/*
%_pkgconfigdir/*.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