rpms/protobuf/F-12 protobuf.spec,1.8,1.9

Lev Shamardin abbot at fedoraproject.org
Wed Sep 30 13:24:25 UTC 2009


Author: abbot

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

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



Index: protobuf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/protobuf/F-12/protobuf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- protobuf.spec	18 Sep 2009 12:56:32 -0000	1.8
+++ protobuf.spec	30 Sep 2009 13:24:25 -0000	1.9
@@ -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 scm-commits mailing list