packages: thrift/thrift.spec - Started work on 0.5.0. Disabled PHP, Java. S...

matkor matkor at pld-linux.org
Thu Dec 9 17:50:52 CET 2010


Author: matkor                       Date: Thu Dec  9 16:50:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Started work on 0.5.0. Disabled PHP, Java. Stopped by link problems.

---- Files affected:
packages/thrift:
   thrift.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/thrift/thrift.spec
diff -u packages/thrift/thrift.spec:1.7 packages/thrift/thrift.spec:1.8
--- packages/thrift/thrift.spec:1.7	Tue Apr  6 21:28:45 2010
+++ packages/thrift/thrift.spec	Thu Dec  9 17:50:46 2010
@@ -2,23 +2,23 @@
 # TODO
 # - BR for java, ruby, perl, more general BR
 # - package -libs & ldconfig
-# - Separate packages per each lang
+# - Separate packages per each language
 # - fix perl: missing vendordir on install
 # - fix java: not installing to %{_javadir}
+# - avoid downloading from net when build building java
 # - Fix ruby install
+# - Fix PHP build
 # - Add Mono
-# - avoid downloading from net when build building java
 # - libthriftnb.so lacks some libs when linking
 Summary:	Framework for scalable cross-language services development
 Summary(pl.UTF-8):	Szkielet budowania skalowalnych usług dla różnych języków programowania
 Name:		thrift
-Version:	0.2.0
-Release:	0.2
+Version:	0.5.0
+Release:	0.1
 License:	Apache v2.0
 Group:		Development/Libraries
-# http://www.apache.net.pl/incubator/thrift/0.2.0-incubating/thrift-0.2.0-incubating.tar.gz
-Source0:	http://www.apache.net.pl/incubator/thrift/%{version}-incubating/%{name}-%{version}-incubating.tar.gz
-# Source0-md5:	9958c57c402c02171ba0bcc96183505c
+Source0:	http://ftp.tpnet.pl/vol/d1/apache//incubator/thrift/%{version}-incubating/thrift-%{version}.tar.gz
+# Source0-md5:	14c97adefb4efc209285f63b4c7f51f2
 Patch0:		%{name}-Werror_strlcpy_fix.patch
 URL:		http://incubator.apache.org/thrift/
 BuildRequires:	bison
@@ -76,7 +76,11 @@
 
 %build
 %configure \
-	--without-ruby
+	--without-ruby \
+	--without-php \
+	--without-java \
+	--without-php_extension
+	
 %{__make}
 
 %install
@@ -129,6 +133,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/12/09 16:50:46  matkor
+- Started work on 0.5.0. Disabled PHP, Java. Stopped by link problems.
+
 Revision 1.7  2010/04/06 19:28:45  sparky
 - BR: bison, flex, libevent-devel, pkgconfig
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/thrift/thrift.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list