Author: matkor Date: Sun Mar 28 20:06:44 2010 GMT Module: packages Tag: HEAD ---- Log message: - Added.
---- Files affected: packages/thrift: thrift.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/thrift/thrift.spec diff -u /dev/null packages/thrift/thrift.spec:1.1 --- /dev/null Sun Mar 28 22:06:44 2010 +++ packages/thrift/thrift.spec Sun Mar 28 22:06:38 2010 @@ -0,0 +1,39 @@ +Summary: Framework for scalable cross-language services development +Summary(pl.UTF-8): - +Name: thrift +Version: 0.2.0 +Release: 0.1 +License: - enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here) +Group: Applications +# 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/%{name}/%{version}-incubating/%{name}-%{version}-incubating.tar.gz +URL: http://incubator.apache.org/thrift/ +BuildRequires: - +Requires: - +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml. + +%description -l pl.UTF-8 + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
