Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
msgpack
msgpack.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File msgpack.spec of Package msgpack
# # spec file for package msgpack # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: msgpack Version: 2.1.5 Release: 0 Summary: Object serialization library for cross-language communication License: Apache-2.0 Group: Development/Libraries/C and C++ Url: https://msgpack.org Source0: https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(zlib) %description MessagePack is a binary-based object serialization library. It enables to exchange structured objects between many languages like JSON. %package -n libmsgpackc2 Summary: Object serialization library for cross-language communication Group: System/Libraries %description -n libmsgpackc2 MessagePack is a binary-based object serialization library. It enables to exchange structured objects between many languages like JSON. %package devel Summary: Development headers for libmsgpack C library Group: Development/Libraries/C and C++ Requires: libmsgpackc2 = %{version} Provides: libmsgpack-devel = %{version} Provides: libmsgpackc-devel = %{version} %description devel MessagePack is a binary-based object serialization library. It enables to exchange structured objects between many languages like JSON. This package provides headers and other devel files. %prep %setup -q %build %cmake %make_jobs %install %cmake_install find %{buildroot} -type f -name "*.a" -delete -print # Fix duplicated files. %fdupes %{buildroot}/%{_includedir}/%{name} %post -n libmsgpackc2 -p /sbin/ldconfig %postun -n libmsgpackc2 -p /sbin/ldconfig %files -n libmsgpackc2 %doc COPYING NOTICE README.md %{_libdir}/libmsgpackc.so.* %files devel %{_libdir}/libmsgpackc.so %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/cmake/msgpack %{_includedir}/msgpack.h %{_includedir}/msgpack.hpp %{_includedir}/%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor