Author: matkor Date: Fri Dec 10 11:23:09 2010 GMT Module: packages Tag: HEAD ---- Log message: - Release 1. Disabled all langs except Python.
---- Files affected: packages/thrift: thrift.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/thrift/thrift.spec diff -u packages/thrift/thrift.spec:1.8 packages/thrift/thrift.spec:1.9 --- packages/thrift/thrift.spec:1.8 Thu Dec 9 17:50:46 2010 +++ packages/thrift/thrift.spec Fri Dec 10 12:23:04 2010 @@ -9,12 +9,14 @@ # - Fix ruby install # - Fix PHP build # - Add Mono -# - libthriftnb.so lacks some libs when linking +# - Fix c++ - libthriftnb.so lacks some libs when linking +# - Consider rename current -devel to thrift-cpp ? + 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.5.0 -Release: 0.1 +Release: 1 License: Apache v2.0 Group: Development/Libraries Source0: http://ftp.tpnet.pl/vol/d1/apache//incubator/thrift/%{version}-incubating/thrift-%{version}.tar.gz @@ -46,17 +48,17 @@ Pythonem, PHP, Rybym, Erlangiem, Perlem, Heskellem, C#, Cocoa, Smalltalikiem i Ocamlem. -%package devel -Summary: Header files for thrift -Summary(pl.UTF-8): Pliki nagłówkowe thrift -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +# %package devel +# Summary: C++ interface for thrift +# Summary(pl.UTF-8): Pliki nagłówkowe i bibliotek iterfejsu C++ thrift +# Group: Development/Libraries +# Requires: %{name} = %{version}-%{release} -%description devel -Header files for thrift. +# %description devel +# Header and libarary files for C++ thrift inteface. -%description devel -l pl.UTF-8 -Pliki nagłówkowe thrift. +# %description devel -l pl.UTF-8 +# Pliki nagłówkowe i bibliotek iterfejsu C++ thrift. %package -n python-%{name} Summary: Python thrift interface @@ -76,10 +78,14 @@ %build %configure \ - --without-ruby \ - --without-php \ + --without-cpp \ + --without-csharp \ + --without-erlang \ + --without-heskell \ --without-java \ - --without-php_extension + --without-php \ + --without-php_extension \ + --without-ruby %{__make} @@ -100,16 +106,16 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/thrift -%files devel -%defattr(644,root,root,755) -%{_libdir}/libthrift.so -%{_libdir}/libthrift.la -%{_libdir}/libthriftz.so -%{_libdir}/libthriftz.la -%{_includedir}/%{name} -%{_pkgconfigdir}/thrift-nb.pc -%{_pkgconfigdir}/thrift-z.pc -%{_pkgconfigdir}/thrift.pc +# %files devel +# %defattr(644,root,root,755) +# %{_libdir}/libthrift.so +# %{_libdir}/libthrift.la +# %{_libdir}/libthriftz.so +# %{_libdir}/libthriftz.la +# %{_includedir}/%{name} +# %{_pkgconfigdir}/thrift-nb.pc +# %{_pkgconfigdir}/thrift-z.pc +# %{_pkgconfigdir}/thrift.pc %files -n python-%{name} %defattr(644,root,root,755) @@ -133,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2010/12/10 11:23:04 matkor +- Release 1. Disabled all langs except Python. + Revision 1.8 2010/12/09 16:50:46 matkor - Started work on 0.5.0. Disabled PHP, Java. Stopped by link problems. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/thrift/thrift.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
