]> git.pld-linux.org Git - packages/thrift.git/commitdiff
- Started work on 0.5.0. Disabled PHP, Java. Stopped by link problems.
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 9 Dec 2010 16:50:46 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    thrift.spec -> 1.8

thrift.spec

index 62dc0ac7a0d14a042104e7014aa8d9e8f2c36f80..30c8242780e2ef3f98628d4c187889599d073701 100644 (file)
@@ -1,23 +1,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
@@ -75,7 +75,11 @@ Interfejs thrift dla Pythona.
 
 %build
 %configure \
-       --without-ruby
+       --without-ruby \
+       --without-php \
+       --without-java \
+       --without-php_extension
+       
 %{__make}
 
 %install
This page took 0.081503 seconds and 4 git commands to generate.