Blame SPECS/protobuf-c.spec

a1362b
Name:           protobuf-c
a1362b
Version:        1.3.0
aa5374
Release:        6%{?dist}
a1362b
Summary:        C bindings for Google's Protocol Buffers
a1362b
a1362b
License:        BSD
a1362b
URL:            https://github.com/protobuf-c/protobuf-c
a1362b
Source0:        https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz
a1362b
a1362b
BuildRequires:  autoconf automake libtool
a1362b
BuildRequires:  gcc-c++
a1362b
BuildRequires:  pkgconfig(protobuf)
a1362b
a1362b
%description
a1362b
Protocol Buffers are a way of encoding structured data in an efficient yet 
a1362b
extensible format. This package provides a code generator and run-time
a1362b
libraries to use Protocol Buffers from pure C (not C++).
a1362b
a1362b
It uses a modified version of protoc called protoc-c. 
a1362b
a1362b
%package compiler
a1362b
Summary:        Protocol Buffers C compiler
a1362b
Requires:       %{name}%{?_isa} = %{version}-%{release}
a1362b
a1362b
%description compiler
a1362b
This package contains a modified version of the Protocol Buffers
a1362b
compiler for the C programming language called protoc-c.
a1362b
a1362b
%package devel
a1362b
Summary:        Protocol Buffers C headers and libraries
a1362b
Requires:       %{name}%{?_isa} = %{version}-%{release}
a1362b
Requires:       %{name}-compiler%{?_isa} = %{version}-%{release}
a1362b
a1362b
%description devel
a1362b
This package contains protobuf-c headers and libraries.
a1362b
a1362b
%prep
a1362b
%setup -q
a1362b
a1362b
%build
a1362b
autoreconf -ifv
a1362b
%configure --disable-static
a1362b
%make_build
a1362b
a1362b
%check
a1362b
make check
a1362b
a1362b
%install
a1362b
%make_install
a1362b
rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la
a1362b
a1362b
%ldconfig_scriptlets
a1362b
a1362b
%files
a1362b
%{_libdir}/libprotobuf-c.so.*
a1362b
%doc TODO LICENSE ChangeLog
a1362b
a1362b
%files compiler
a1362b
%{_bindir}/protoc-c
a1362b
%{_bindir}/protoc-gen-c
a1362b
a1362b
%files devel
a1362b
%dir %{_includedir}/google
a1362b
%{_includedir}/protobuf-c/
a1362b
%{_includedir}/google/protobuf-c/
a1362b
%{_libdir}/libprotobuf-c.so
a1362b
%{_libdir}/pkgconfig/libprotobuf-c.pc
a1362b
a1362b
%changelog
aa5374
* Wed Feb 03 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-6
aa5374
- Rebuild for gating test (#1919904)
aa5374
aa5374
* Tue Feb 02 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-5
aa5374
- Move devel subpackage to AppStream
aa5374
a1362b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a1362b
a1362b
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-3
a1362b
- Switch to %%ldconfig_scriptlets
a1362b
a1362b
* Wed Nov 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.0-2
a1362b
- Rebuild for protobuf 3.5
a1362b
a1362b
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
a1362b
- Update to 1.3.0
a1362b
a1362b
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.1-8
a1362b
- Rebuild for protobuf 3.4
a1362b
a1362b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-7
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a1362b
a1362b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a1362b
a1362b
* Tue Jun 13 2017 Orion Poplawski <orion@cora.nwra.com> - 1.2.1-5
a1362b
- Rebuild for protobuf 3.3
a1362b
a1362b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a1362b
a1362b
* Mon Jan 23 2017 Orion Poplawski <orion@cora.nwra.com> - 1.2.1-3
a1362b
- Rebuild for protobuf 3.2.0
a1362b
a1362b
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.1-2
a1362b
- Rebuild for protobuf 3.1.0
a1362b
a1362b
* Sun Mar 27 2016 Jan Vcelak <jvcelak@fedoraproject.org> 1.2.1-1
a1362b
- New upstream release:
a1362b
  + fix: negative value packing
a1362b
  + fix: eliminate undefined behavior in zigzag functions
a1362b
  + fix: generate code that uses universal zero initializer for oneof unions
a1362b
a1362b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a1362b
a1362b
* Wed Nov 25 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.1.1-3
a1362b
- Added protobuf-c-compiler subpackage to reduce runtime
a1362b
a1362b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a1362b
a1362b
* Thu Apr 23 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.1.1-1
a1362b
- new upstream release (#1142988)
a1362b
a1362b
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.0.1-3
a1362b
- Rebuilt for Fedora 23 Change
a1362b
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a1362b
a1362b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a1362b
a1362b
* Wed Aug 06 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.1-1
a1362b
- new upstream release
a1362b
a1362b
* Mon Aug 04 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.0-1
a1362b
- new upstream release (#1126116)
a1362b
a1362b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-9
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a1362b
a1362b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-8
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a1362b
a1362b
* Mon Mar 11 2013 David Robinson <zxvdr.au@gmail.com> - 0.15-7
a1362b
- rebuilt for protobuf-2.5.0
a1362b
a1362b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-6
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a1362b
a1362b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-5
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a1362b
a1362b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
a1362b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a1362b
a1362b
* Sun Jun 12 2011 David Robinson <zxvdr.au@gmail.com> - 0.15-3
a1362b
- rebuilt for protobuf-2.4.1
a1362b
a1362b
* Sun Apr 24 2011 David Robinson <zxvdr.au@gmail.com> - 0.15-2
a1362b
- Spec file cleanup
a1362b
a1362b
* Wed Apr 20 2011 David Robinson <zxvdr.au@gmail.com> - 0.15-1
a1362b
- New upstream release
a1362b
- Spec file cleanup
a1362b
a1362b
* Mon Jan 17 2011 Bobby Powers <bobby@laptop.org> - 0.14-1
a1362b
- New upstream release
a1362b
- Removed -devel dependency on protobuf-devel
a1362b
- Small specfile cleanups
a1362b
a1362b
* Wed May 19 2010 David Robinson <zxvdr.au@gmail.com> - 0.13-2
a1362b
- Spec file cleanup
a1362b
a1362b
* Wed May 19 2010 David Robinson <zxvdr.au@gmail.com> - 0.13-1
a1362b
- Initial packaging