|
@@ -14,11 +14,12 @@
|
|
%endif
|
|
%endif
|
|
|
|
|
|
Summary: Protocol Buffers - Google's data interchange format
|
|
Summary: Protocol Buffers - Google's data interchange format
|
|
|
|
+Summary(ja): Protocol Buffers - Google のデータ交換フォーマット
|
|
Name: protobuf
|
|
Name: protobuf
|
|
Version: 2.5.0
|
|
Version: 2.5.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
-Group: Development/Libraries
|
|
+Group: System Environment/Libraries
|
|
Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
Source1: ftdetect-proto.vim
|
|
Source1: ftdetect-proto.vim
|
|
Patch1: protobuf-2.3.0-fedora-gtest.patch
|
|
Patch1: protobuf-2.3.0-fedora-gtest.patch
|
|
@@ -29,6 +30,7 @@ BuildRequires: automake autoconf libtool pkgconfig
|
|
%if !%{without_gtest}
|
|
%if !%{without_gtest}
|
|
BuildRequires: gtest-devel
|
|
BuildRequires: gtest-devel
|
|
%endif
|
|
%endif
|
|
|
|
+BuildRequires: zlib-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
Protocol Buffers are a way of encoding structured data in an efficient
|
|
Protocol Buffers are a way of encoding structured data in an efficient
|
|
@@ -45,7 +47,7 @@ breaking deployed programs that are compiled against the "old" format.
|
|
|
|
|
|
%package compiler
|
|
%package compiler
|
|
Summary: Protocol Buffers compiler
|
|
Summary: Protocol Buffers compiler
|
|
-Group: Development/Libraries
|
|
+Group: Development/Tools
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description compiler
|
|
%description compiler
|
|
@@ -75,7 +77,7 @@ Static libraries for Protocol Buffers
|
|
|
|
|
|
%package lite
|
|
%package lite
|
|
Summary: Protocol Buffers LITE_RUNTIME libraries
|
|
Summary: Protocol Buffers LITE_RUNTIME libraries
|
|
-Group: Development/Libraries
|
|
+Group: System Environment/Libraries
|
|
|
|
|
|
%description lite
|
|
%description lite
|
|
Protocol Buffers built with optimize_for = LITE_RUNTIME.
|
|
Protocol Buffers built with optimize_for = LITE_RUNTIME.
|
|
@@ -128,7 +130,7 @@ This package contains Python libraries for Google Protocol Buffers
|
|
|
|
|
|
%package vim
|
|
%package vim
|
|
Summary: Vim syntax highlighting for Google Protocol Buffers descriptions
|
|
Summary: Vim syntax highlighting for Google Protocol Buffers descriptions
|
|
-Group: Development/Libraries
|
|
+Group: Applications/Editors
|
|
Requires: vim
|
|
Requires: vim
|
|
|
|
|
|
%description vim
|
|
%description vim
|
|
@@ -333,7 +335,10 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-*Sun Mar 31 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1
|
|
+* Sat Oct 4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.0-2
|
|
|
|
+- moved main and protobuf-lite to System Environment/Libraries Group
|
|
|
|
+
|
|
|
|
+* Sun Mar 31 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1
|
|
- update to 2.5.0
|
|
- update to 2.5.0
|
|
|
|
|
|
* Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
|
|
* Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
|