rpms/protobuf/devel protobuf.spec,1.2,1.3

Lev Shamardin abbot at fedoraproject.org
Tue Dec 23 10:58:23 UTC 2008


Author: abbot

Update of /cvs/pkgs/rpms/protobuf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3879

Modified Files:
	protobuf.spec 
Log Message:
- Small fixes for python 2.6 eggs.
- Temporarily disabled java subpackage due to build problems, will be fixed and
  turned back on in future.




Index: protobuf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/protobuf/devel/protobuf.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- protobuf.spec	27 Nov 2008 12:44:28 -0000	1.2
+++ protobuf.spec	23 Dec 2008 10:57:52 -0000	1.3
@@ -1,7 +1,8 @@
 # don't build -python subpackage
 %define with_python   %{?_without_python: 0} %{?!_without_python: 1}
 # don't build -java subpackages
-%define with_java     %{?_without_java:   0} %{?!_without_java:   1}
+#%define with_java     %{?_without_java:   0} %{?!_without_java:   1}
+%define with_java 0
 # don't require gtest for building
 %define without_gtest %{?_without_gtest:  1} %{?!_without_gtest:  0}
 
@@ -12,7 +13,7 @@
 Summary:        Protocol Buffers - Google's data interchange format
 Name:           protobuf
 Version:        2.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        BSD
 Group:          Development/Libraries
 Source:         http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -240,8 +241,8 @@
 %defattr(-, root, root, -)
 %dir %{python_sitelib}/google
 %{python_sitelib}/google/protobuf/
-%{python_sitelib}/protobuf-2.0.2-py2.5.egg-info/
-%{python_sitelib}/protobuf-2.0.2-py2.5-nspkg.pth
+%{python_sitelib}/protobuf-2.0.2-py2.6.egg-info/
+%{python_sitelib}/protobuf-2.0.2-py2.6-nspkg.pth
 %doc python/README.txt 
 %doc examples/add_person.py examples/list_people.py examples/addressbook.proto
 %endif
@@ -265,6 +266,11 @@
 %endif
 
 %changelog
+* Tue Dec 23 2008 Lev Shamardin <shamardin at gmail.com> - 2.0.2-6
+- Small fixes for python 2.6 eggs.
+- Temporarily disabled java subpackage due to build problems, will be fixed and
+  turned back on in future.
+
 * Thu Nov 27 2008 Lev Shamardin <shamardin at gmail.com> - 2.0.2-5
 - No problems with ppc & ppc64 arch in rawhide, had to do a release bump.
 




More information about the fedora-extras-commits mailing list