automatic version update by autodist [release 1.3.1-1mamba;Sat Jan 22 2022]
This commit is contained in:
parent
2f4e933c77
commit
9342db22cc
13
cereal.spec
13
cereal.spec
@ -1,5 +1,5 @@
|
|||||||
Name: cereal
|
Name: cereal
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++11 library for serialization
|
Summary: A C++11 library for serialization
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,13 +7,11 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://uscilab.github.io/cereal/
|
URL: http://uscilab.github.io/cereal/
|
||||||
## GITSOURCE https://github.com/USCiLab/cereal.git v1.3.0
|
|
||||||
Source: https://github.com/USCiLab/cereal.git/v%{version}/cereal-%{version}.tar.bz2
|
Source: https://github.com/USCiLab/cereal.git/v%{version}/cereal-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.
|
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.
|
||||||
@ -51,17 +49,20 @@ This package contains header files for developing applications that use %{name}.
|
|||||||
%dir %{_includedir}/cereal/details
|
%dir %{_includedir}/cereal/details
|
||||||
%{_includedir}/cereal/details/*.hpp
|
%{_includedir}/cereal/details/*.hpp
|
||||||
%dir %{_includedir}/cereal/external
|
%dir %{_includedir}/cereal/external
|
||||||
%{_includedir}/cereal/external/*.hpp
|
%{_includedir}/cereal/external/*
|
||||||
%dir %{_includedir}/cereal/external/rapidjson
|
%dir %{_includedir}/cereal/external/rapidjson
|
||||||
%{_includedir}/cereal/external/rapidjson/*
|
%{_includedir}/cereal/external/rapidjson/*
|
||||||
%dir %{_includedir}/cereal/external/rapidxml
|
%dir %{_includedir}/cereal/external/rapidxml
|
||||||
%{_includedir}/cereal/external/rapidxml/*
|
%{_includedir}/cereal/external/rapidxml/*
|
||||||
%dir %{_includedir}/cereal/types
|
%dir %{_includedir}/cereal/types
|
||||||
%{_includedir}/cereal/types/*
|
%{_includedir}/cereal/types/*
|
||||||
%{_datadir}/cmake/cereal/cereal-config.cmake
|
%dir %{_libdir}/cmake/cereal
|
||||||
|
%{_libdir}/cmake/cereal/cereal*.cmake
|
||||||
%doc LICENSE README.md
|
%doc LICENSE README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Sep 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
* Tue Sep 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user