Compare commits

...

11 Commits

Author SHA1 Message Date
f9e3381e22 automatic version update by autodist [release 3.19.4-1mamba;Sat Jan 29 2022] 2024-01-06 10:33:07 +01:00
af6236959d automatic version update by autodist [release 3.19.3-1mamba;Thu Jan 13 2022] 2024-01-06 10:33:07 +01:00
6ec5dbbbd7 automatic version update by autodist [release 3.19.2-1mamba;Thu Jan 06 2022] 2024-01-06 10:33:06 +01:00
52bacd420f automatic version update by autodist [release 3.17.3-1mamba;Wed Jun 09 2021] 2024-01-06 10:33:06 +01:00
133b81e59b automatic version update by autodist [release 3.17.2-1mamba;Thu Jun 03 2021] 2024-01-06 10:33:06 +01:00
a4129f2afb automatic version update by autodist [release 3.17.1-1mamba;Tue May 25 2021] 2024-01-06 10:33:06 +01:00
0711832d78 libprotobuf-devel: require protobuf; python-protobuf: use distdeps; fixed url [release 3.17.0-2mamba;Sat May 15 2021] 2024-01-06 10:33:06 +01:00
62c802163d automatic version update by autodist [release 3.16.0-1mamba;Sun May 09 2021] 2024-01-06 10:33:06 +01:00
6403cfc9b0 automatic version update by autodist [release 3.15.8-1mamba;Fri Apr 09 2021] 2024-01-06 10:33:06 +01:00
e70a9c4023 automatic version update by autodist [release 3.15.7-1mamba;Sat Apr 03 2021] 2024-01-06 10:33:06 +01:00
89c6fc0ded automatic version update by autodist [release 3.15.6-1mamba;Fri Mar 12 2021] 2024-01-06 10:33:06 +01:00

View File

@ -1,21 +1,20 @@
Name: protobuf
Version: 3.12.4
Release: 2mamba
Version: 3.19.4
Release: 1mamba
Summary: A way of encoding structured data in an efficient yet extensible format
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://code.google.com/p/protobuf/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/protocolbuffers/protobuf
Source: https://github.com/google/protobuf.git/v%{version}/protobuf-%{version}.tar.bz2
License: BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libpython3-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
BuildRequires: python3
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -34,8 +33,9 @@ This package contains shared libraries for %{name}.
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: protobuf-devel
Obsoletes: protobuf-devel
Obsoletes: protobuf-devel < 3.17.0
%description -n lib%{name}-devel
This package contains static libraries and header files needed for development of Protocol Buffer
@ -77,7 +77,7 @@ cd python
--install-lib=%{python3_sitearch} \
--record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -109,8 +109,73 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files -n python-%{name} -f python/%{name}.filelist
%defattr(-,root,root)
%dir %{python3_sitearch}/protobuf-%{version}-py*.egg-info
%{python3_sitearch}/protobuf-%{version}-py*.egg-info/*
%changelog
* Sat Jan 29 2022 Automatic Build System <autodist@mambasoft.it> 3.19.4-1mamba
- automatic version update by autodist
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 3.19.3-1mamba
- automatic version update by autodist
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 3.19.2-1mamba
- automatic version update by autodist
* Fri Oct 29 2021 Automatic Build System <autodist@mambasoft.it> 3.19.1-1mamba
- automatic version update by autodist
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 3.19.0-1mamba
- automatic version update by autodist
* Sat Oct 09 2021 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
- automatic version update by autodist
* Thu Sep 16 2021 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
- automatic version update by autodist
* Wed Jun 09 2021 Automatic Build System <autodist@mambasoft.it> 3.17.3-1mamba
- automatic version update by autodist
* Thu Jun 03 2021 Automatic Build System <autodist@mambasoft.it> 3.17.2-1mamba
- automatic version update by autodist
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 3.17.1-1mamba
- automatic version update by autodist
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.17.0-2mamba
- libprotobuf-devel: require protobuf; python-protobuf: use distdeps; fixed url
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
- automatic version update by autodist
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
- automatic version update by autodist
* Fri Apr 09 2021 Automatic Build System <autodist@mambasoft.it> 3.15.8-1mamba
- automatic version update by autodist
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 3.15.7-1mamba
- automatic version update by autodist
* Fri Mar 12 2021 Automatic Build System <autodist@mambasoft.it> 3.15.6-1mamba
- automatic version update by autodist
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 3.15.5-1mamba
- automatic version update by autodist
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 3.15.4-1mamba
- automatic version update by autodist
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 3.15.3-1mamba
- automatic version update by autodist
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.15.2-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 3.15.1-1mamba
- automatic version update by autodist
* Sun Jan 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.4-2mamba
- added python subpackage