protobuf-c/protobuf-c.spec

92 lines
2.5 KiB
RPMSpec
Raw Normal View History

2020-02-14 07:10:35 -05:00
Name: protobuf-c
Version: 1.5.0
2023-02-09 11:17:52 +08:00
Release: 1
2020-02-14 07:10:35 -05:00
Summary: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format
2022-05-10 17:24:50 +08:00
License: BSD-2-Clause
2020-02-14 07:10:35 -05:00
URL: https://github.com/protobuf-c/protobuf-c
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
2020-02-14 07:10:35 -05:00
BuildRequires: autoconf automake libtool gcc-c++ pkgconfig(protobuf)
Provides: %{name}-compiler = %{version}-%{release}
Obsoletes: %{name}-compiler < %{version}-%{release}
%description
This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.
%package devel
Summary: Development files for protobuf-c library
Requires: %{name} = %{version}-%{release} %{name}-compiler = %{version}-%{release}
%description devel
Protobuf-c-devel contains development files for protobuf-c.
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ifv
%configure --disable-static
%make_build
%check
make check
%install
%make_install
%delete_la
%ldconfig_scriptlets
2020-02-14 07:10:35 -05:00
%files
%doc TODO LICENSE ChangeLog.old CHANGELOG.md
2020-02-14 07:10:35 -05:00
%{_libdir}/libprotobuf-c.so.*
%{_bindir}/{protoc-c,protoc-gen-c}
%files devel
%dir %{_includedir}/google
%{_includedir}/{google/protobuf-c/,protobuf-c/}
%{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc}
%changelog
* Wed Jan 24 2024 liuchao <liuchao173.huawei.com> - 1.5.0-1
- upgrade to 1.5.0:
- Makefile.am: change link order
- GitHub actions fail on Windows due to missing unzip command
- Export and install CMake targets
- Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
- remove deprecated functionality
- Avoid "unused variable" compiler warning
- Update autotools
- Support for new Google protobuf 22.x, 23.x releases
- Miscellaneous fixes
- Remove protobuf 2.x support
- Silence some compiler diagnostics
- Fixing MSVC build for Msbuild and Makefile generators
2023-02-09 11:17:52 +08:00
* Thu Feb 2 2023 zhoujie<zhoujie133@huawei.com> - 1.4.1-1
- Type:upgrade
- CVE:NA
- SUG:NA
- DESC:upgrade to 1.4.1-1
* Sat Jan 7 2023 mengwenhua<mengwenhua@xfusion.com> - 1.4.0-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:fix unsigned integer overflow
2022-07-26 10:17:57 +08:00
* Mon Jul 4 2022 dengyuyu <yuyu.deng@epro.com.cn> - 1.4.0-3
- fix CVE-2022-33070
2022-05-10 17:24:50 +08:00
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 1.4.0-2
- License compliance rectification
* Thu Dec 02 2021 wujing <wujing50@huawei.com> - 1.4.0-1
- Type:upgrade
- ID:NA
- SUG:NA
- DESC: upgrade to 1.4.0-1
2020-02-14 07:10:35 -05:00
* Fri Feb 14 2020 Senlin Xia <xiasenlin1@huawei.com> - 1.3.2-2
- Package init