automatic version update by autodist [release 2.0.0-1mamba;Thu May 13 2021]
This commit is contained in:
parent
7185197f8a
commit
cf22750ab3
@ -1,5 +1,5 @@
|
|||||||
Name: flatbuffers
|
Name: flatbuffers
|
||||||
Version: 1.12.1
|
Version: 2.0.0
|
||||||
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
|
||||||
@ -36,7 +36,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -73,12 +72,18 @@ sed -i 's/-Werror=/-W/g;s/-Werror//g' CMakeLists.txt
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/flatbuffers
|
%dir %{_includedir}/flatbuffers
|
||||||
%{_includedir}/flatbuffers/*.h
|
%{_includedir}/flatbuffers/*.h
|
||||||
|
%dir %{_includedir}/flatbuffers/pch
|
||||||
|
%{_includedir}/flatbuffers/pch/*.h
|
||||||
%{_libdir}/libflatbuffers.so
|
%{_libdir}/libflatbuffers.so
|
||||||
%dir %{_libdir}/cmake/flatbuffers
|
%dir %{_libdir}/cmake/flatbuffers
|
||||||
%{_libdir}/cmake/flatbuffers/Flatbuffers*.cmake
|
%{_libdir}/cmake/flatbuffers/Flatbuffers*.cmake
|
||||||
%{_libdir}/cmake/flatbuffers/FlatcTargets*.cmake
|
%{_libdir}/cmake/flatbuffers/FlatcTargets*.cmake
|
||||||
|
%{_libdir}/pkgconfig/flatbuffers.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user