rpms/protobuf/F-11 protobuf.spec,1.6,1.7

Lev Shamardin abbot at fedoraproject.org
Wed Sep 30 12:22:07 UTC 2009


Author: abbot

Update of /cvs/pkgs/rpms/protobuf/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6754

Modified Files:
	protobuf.spec 
Log Message:
added export PTHREAD_LIBS="-lpthread"



Index: protobuf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/protobuf/F-11/protobuf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- protobuf.spec	18 Sep 2009 13:55:38 -0000	1.6
+++ protobuf.spec	30 Sep 2009 12:22:06 -0000	1.7
@@ -13,7 +13,7 @@
 Summary:        Protocol Buffers - Google's data interchange format
 Name:           protobuf
 Version:        2.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        BSD
 Group:          Development/Libraries
 Source:         http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -178,6 +178,7 @@ rm -rf java/src/test
 %build
 iconv -f iso8859-1 -t utf-8 CONTRIBUTORS.txt > CONTRIBUTORS.txt.utf8
 mv CONTRIBUTORS.txt.utf8 CONTRIBUTORS.txt
+export PTHREAD_LIBS="-lpthread"
 ./autogen.sh
 %configure
 
@@ -316,6 +317,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Sep 30 2009 Lev Shamardin <shamardin at gmail.com> - 2.2.0-2
+- added export PTHREAD_LIBS="-lpthread"
+
 * Fri Sep 18 2009 Lev Shamardin <shamardin at gmail.com> - 2.2.0-1
 - Upgraded to upstream protobuf-2.2.0
 - New -lite packages




More information about the fedora-extras-commits mailing list