forked from pool/thrift
- Update to 0.9.4
* numerous changes, see provided CHANGES for details OBS-URL: https://build.opensuse.org/package/show/devel:tools/thrift?expand=0&rev=9
This commit is contained in:
parent
5d1b716e5b
commit
98c5fbd61b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570
|
||||
size 8053046
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iF4EABEIAAYFAlRZonEACgkQuwY2j2a3ePljGQD/SwxjjsWUFADajiK2VQxTugfl
|
||||
0GLPrC0LugahRChg77ABAJVI4mgI1lkKVXajYNLYln29oUhPa+Zq0avZo8oPyxWd
|
||||
=JvzH
|
||||
-----END PGP SIGNATURE-----
|
3
thrift-0.9.3.tar.gz
Normal file
3
thrift-0.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e
|
||||
size 8897936
|
7
thrift-0.9.3.tar.gz.asc
Normal file
7
thrift-0.9.3.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iF4EABEIAAYFAlYNWdIACgkQuwY2j2a3ePmSowD+O/RoHll7EY/2NbrWe/RXGdV2
|
||||
AV4wGygur/V27khvd5UA/RjVlCaAb8qxmXDVkg5LM+IxFX3fcyj59gzfvwIFTOlO
|
||||
=9nfj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 21:39:16 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.9.4
|
||||
* numerous changes, see provided CHANGES for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 21:11:12 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
41
thrift.spec
41
thrift.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thrift
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,66 +16,57 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
%define libversion 0_9_3
|
||||
%define libname %{version}
|
||||
%bcond_without perl
|
||||
%bcond_without c
|
||||
%bcond_without python
|
||||
%bcond_with java
|
||||
%bcond_with ruby
|
||||
%bcond_without qt
|
||||
|
||||
Name: thrift
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 0
|
||||
%define libversion 0_9_2
|
||||
%define libname %{version}
|
||||
Summary: Framework for scalable cross-language services development
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://thrift.apache.org
|
||||
Source0: https://www.apache.org/dist/thrift/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.apache.org/dist/thrift/%{version}/%{name}-%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
Summary: Framework for scalable cross-language services development
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with qt}
|
||||
BuildRequires: qt-devel
|
||||
%endif
|
||||
|
||||
%if %{with python}
|
||||
BuildRequires: python-devel
|
||||
%endif
|
||||
|
||||
%if %{with c}
|
||||
BuildRequires: glib2-devel
|
||||
%endif
|
||||
|
||||
%if %{with java}
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: ant
|
||||
%endif
|
||||
|
||||
%if %{with ruby}
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: rubygem(bundler)
|
||||
BuildRequires: rubygem(bundler)
|
||||
%endif
|
||||
|
||||
%if %{with perl}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Bit::Vector)
|
||||
BuildRequires: perl(Class::Accessor)
|
||||
%endif
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
Thrift is a software framework for scalable cross-language services
|
||||
development. It combines a powerful software stack with a code generation
|
||||
|
Loading…
Reference in New Issue
Block a user