automatic version update by autodist [release 1.12.1-1mamba;Mon May 10 2021]
This commit is contained in:
parent
70914d12d0
commit
7185197f8a
@ -1,5 +1,5 @@
|
|||||||
Name: flatbuffers
|
Name: flatbuffers
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A cross platform serialization library architected for maximum memory efficiency
|
Summary: A cross platform serialization library architected for maximum memory efficiency
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -11,13 +11,11 @@ Source: https://github.com/google/flatbuffers.git/v%{version}/flatbuffers
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
|
FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
|
||||||
@ -81,5 +79,8 @@ sed -i 's/-Werror=/-W/g;s/-Werror//g' CMakeLists.txt
|
|||||||
%{_libdir}/cmake/flatbuffers/FlatcTargets*.cmake
|
%{_libdir}/cmake/flatbuffers/FlatcTargets*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user