Browse Source

update: protobuf 2.3.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1080 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 15 years ago
parent
commit
c15372799b
1 changed files with 8 additions and 3 deletions
  1. 8 3
      p/protobuf/protobuf-vl.spec

+ 8 - 3
p/protobuf/protobuf-vl.spec

@@ -16,7 +16,7 @@
 Summary:        Protocol Buffers - Google's data interchange format
 Name:           protobuf
 Version:        2.3.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        BSD
 Group:          Development/Libraries
 Source:         http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -86,6 +86,7 @@ lacks descriptors, reflection, and some other features.
 
 %package lite-devel
 Summary: Protocol Buffers LITE_RUNTIME development libraries
+Group: Development/Libraries
 Requires: %{name}-devel = %{version}-%{release}
 Requires: %{name}-lite = %{version}-%{release}
 
@@ -307,8 +308,8 @@ rm -rf %{buildroot}
 %defattr(-, root, root, -)
 %dir %{python_sitelib}/google
 %{python_sitelib}/google/protobuf/
-%{python_sitelib}/protobuf-%{version}-py2.6.egg-info/
-%{python_sitelib}/protobuf-%{version}-py2.6-nspkg.pth
+%{python_sitelib}/protobuf-%{version}-py*.egg-info/
+%{python_sitelib}/protobuf-%{version}-py*-nspkg.pth
 %doc python/README.txt 
 %doc examples/add_person.py examples/list_people.py examples/addressbook.proto
 %endif
@@ -332,6 +333,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue May 25 2010 IWAI, Masaharu <iwai@alib.jp> 2.3.0-2
+- add missing Group tag for protobuf-lite-devel
+- fix files list in python sub package
+
 * Sun May 23 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.3.0-1
 - initial build for Vine Linux based on fedora development