update to 3.1.0 [release 3.1.0-1mamba;Mon Oct 17 2016]
This commit is contained in:
parent
276fcce59e
commit
af16c033a0
@ -1,13 +1,14 @@
|
|||||||
Name: protobuf
|
Name: protobuf
|
||||||
Version: 2.5.0
|
Version: 3.1.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A way of encoding structured data in an efficient yet extensible format
|
Summary: A way of encoding structured data in an efficient yet extensible format
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://code.google.com/p/protobuf/
|
URL: http://code.google.com/p/protobuf/
|
||||||
Source: http://protobuf.googlecode.com/files/protobuf-%{version}.tar.bz2
|
Source: https://github.com/google/protobuf.git/v%{version}/protobuf-%{version}.tar.bz2
|
||||||
|
#Source: http://protobuf.googlecode.com/files/protobuf-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -16,22 +17,34 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
|
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
|
||||||
|
|
||||||
%package devel
|
%package -n lib%{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Shared libraries for %{name}
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
|
||||||
|
This package contains shared libraries for %{name}.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
Summary: Devel package for %{name}
|
Summary: Devel package for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Provides: protobuf-devel
|
||||||
|
Obsoletes: protobuf-devel
|
||||||
|
|
||||||
%description devel
|
%description -n lib%{name}-devel
|
||||||
This package contains static libraries and header files need for development of Protocol Buffer
|
This package contains static libraries and header files need for development of Protocol Buffer
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -42,33 +55,35 @@ This package contains static libraries and header files need for development of
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/protoc
|
%{_bindir}/protoc
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%doc README.txt
|
|
||||||
|
|
||||||
%files devel
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/google
|
%{_libdir}/libprotobuf*.so.*
|
||||||
%{_includedir}/google/protobuf/compiler/cpp/*.h
|
%{_libdir}/libprotoc.so.*
|
||||||
%{_includedir}/google/protobuf/*.proto
|
%doc LICENSE
|
||||||
%{_includedir}/google/protobuf/compiler/*.h
|
|
||||||
%{_includedir}/google/protobuf/compiler/java/*.h
|
%files -n lib%{name}-devel
|
||||||
%{_includedir}/google/protobuf/compiler/*.proto
|
%defattr(-,root,root)
|
||||||
%{_includedir}/google/protobuf/compiler/python/*.h
|
%dir %{_includedir}/google/protobuf
|
||||||
%{_includedir}/google/protobuf/*.h
|
%{_includedir}/google/protobuf/*
|
||||||
%{_includedir}/google/protobuf/io/*.h
|
%{_libdir}/libprotobuf*.a
|
||||||
%{_includedir}/google/protobuf/stubs/*.h
|
%{_libdir}/libprotobuf*.la
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libprotobuf*.so
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libprotoc.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libprotoc.la
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/libprotoc.so
|
||||||
|
%{_libdir}/pkgconfig/protobuf*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
|
||||||
|
- update to 3.1.0
|
||||||
|
|
||||||
* Wed Dec 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-2mamba
|
* Wed Dec 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-2mamba
|
||||||
- rebuilt with gcc 5.3.0
|
- rebuilt with gcc 5.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user