Compare commits
6 Commits
28.1-2mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
68ebd7d44f | |||
8e4e6cf5cc | |||
3e2c9df3c8 | |||
9ea84a017e | |||
81bc6d3a99 | |||
43fd1fa7aa |
@ -1,6 +1,6 @@
|
||||
Name: protobuf
|
||||
Version: 28.1
|
||||
Release: 2mamba
|
||||
Version: 31.1
|
||||
Release: 4mamba
|
||||
Summary: A way of encoding structured data in an efficient yet extensible format
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -18,9 +18,14 @@ BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libabseil-cpp-devel >= 20250512.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: protobuf23 <= 3.12.4-3mamba
|
||||
Obsoletes: protobuf25 <= 25.3-2mamba
|
||||
Obsoletes: protobuf26 <= 26.1-2mamba
|
||||
Obsoletes: protobuf28 <= 28.3-2mamba
|
||||
Obsoletes: protobuf29 <= 3.17.3-2mamba
|
||||
Obsoletes: protobuf31 <= 3.20.1-2mamba
|
||||
Obsoletes: protobuf32 <= 21.12-3mamba
|
||||
|
||||
%description
|
||||
@ -30,7 +35,11 @@ Protocol Buffers are a way of encoding structured data in an efficient yet exten
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
Obsoletes: libprotobuf23 <= 3.12.4-3mamba
|
||||
Obsoletes: libprotobuf25 <= 25.3-2mamba
|
||||
Obsoletes: libprotobuf26 <= 26.1-2mamba
|
||||
Obsoletes: libprotobuf28 <= 28.3-2mamba
|
||||
Obsoletes: libprotobuf29 <= 3.17.3-2mamba
|
||||
Obsoletes: libprotobuf31 <= 3.20.1-2mamba
|
||||
Obsoletes: libprotobuf32 <= 21.12-3mamba
|
||||
|
||||
%description -n lib%{name}
|
||||
@ -45,19 +54,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: protobuf-devel
|
||||
Obsoletes: protobuf-devel < 3.17.0
|
||||
Obsoletes: libprotobuf23-devel <= 3.12.4-3mamba
|
||||
Obsoletes: libprotobuf25-devel <= 25.3-2mamba
|
||||
Obsoletes: libprotobuf26-devel <= 26.1-2mamba
|
||||
Obsoletes: libprotobuf28-devel <= 28.3-2mamba
|
||||
Obsoletes: libprotobuf29-devel <= 3.17.3-2mamba
|
||||
Obsoletes: libprotobuf31-devel <= 3.20.1-2mamba
|
||||
Obsoletes: libprotobuf32-devel <= 21.12-3mamba
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains static libraries and header files needed for development of Protocol Buffer
|
||||
|
||||
%debug_package
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
|
||||
%patch 1 -p1 -F2 -b .upstream-fix-Protobuf_PROTOC_EXECUTABLE
|
||||
%patch 2 -p1 -F2 -b .soversion
|
||||
|
||||
@ -76,7 +86,6 @@ This package contains static libraries and header files needed for development o
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/protoc*
|
||||
@ -85,14 +94,14 @@ This package contains static libraries and header files needed for development o
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libprotobuf*.so.*
|
||||
%{_libdir}/libprotoc.so.*
|
||||
%{_libdir}/libutf8_range.so.*
|
||||
%{_libdir}/libutf8_validity.so.*
|
||||
%doc LICENSE
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/google/protobuf
|
||||
%{_includedir}/google/protobuf/*
|
||||
%{_includedir}/java/core/src/main/resources/google/protobuf/java_features.proto
|
||||
%{_includedir}/upb_generator/mangle.h
|
||||
%dir %{_includedir}/upb
|
||||
%{_includedir}/upb/*
|
||||
%{_includedir}/utf8_range.h
|
||||
@ -107,9 +116,58 @@ This package contains static libraries and header files needed for development o
|
||||
%dir %{_libdir}/cmake/utf8_range
|
||||
%{_libdir}/cmake/utf8_range/utf8_range-*.cmake
|
||||
%{_libdir}/pkgconfig/protobuf*.pc
|
||||
%{_libdir}/pkgconfig/upb.pc
|
||||
%{_libdir}/pkgconfig/utf8_range.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 31.1-4mamba
|
||||
- obsolete protobuf31
|
||||
|
||||
* Sun Jun 15 2025 Automatic Build System <autodist@openmamba.org> 31.1-3mamba
|
||||
- obsolete protobuf26
|
||||
|
||||
* Sat Jun 14 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 31.1-2mamba
|
||||
- rebuilt with abseil-cpp 20250512.0; obsolete protobuf28
|
||||
|
||||
* Thu May 29 2025 Automatic Build System <autodist@openmamba.org> 31.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 23 2025 Automatic Build System <autodist@openmamba.org> 31.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 27 2025 Automatic Build System <autodist@openmamba.org> 30.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 15 2025 Automatic Build System <autodist@openmamba.org> 30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 29.3-2mamba
|
||||
- obsolete protobuf25
|
||||
|
||||
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 29.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 04 2025 Automatic Build System <autodist@openmamba.org> 29.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 29.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 28 2024 Automatic Build System <autodist@openmamba.org> 29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 28.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 28.2-2mamba
|
||||
- move libutf8_range.so and libutf8_validity.so from devel to lib package
|
||||
|
||||
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 28.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 28.1-2mamba
|
||||
- obsolete legacy packages
|
||||
|
||||
|
Reference in New Issue
Block a user