19 |
# The directory for site packages for this Software Collection |
# The directory for site packages for this Software Collection |
20 |
%global seafile_sitelib %(echo %{python27python_sitelib} | sed 's|%{scl_python}|%{scl}|') |
%global seafile_sitelib %(echo %{python27python_sitelib} | sed 's|%{scl_python}|%{scl}|') |
21 |
|
|
22 |
%define release 5 |
%define release 6 |
23 |
%define version 3.1 |
%define version 3.1 |
24 |
Name: libzdb |
Name: libzdb |
25 |
Version: %{version} |
Version: %{version} |
41 |
BuildRequires: %{scl_prefix_python}python-devel |
BuildRequires: %{scl_prefix_python}python-devel |
42 |
BuildRequires: %{scl_prefix_python}build |
BuildRequires: %{scl_prefix_python}build |
43 |
Requires: %{scl_prefix}python-versiontools |
Requires: %{scl_prefix}python-versiontools |
44 |
|
BuildArch: x86_64 |
45 |
|
|
46 |
%description |
%description |
47 |
The Zild C Database Library implements a small, fast, and easy to use database |
The Zild C Database Library implements a small, fast, and easy to use database |
104 |
%doc doc/api-docs |
%doc doc/api-docs |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Sat Mar 24 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-6.sme |
108 |
|
- build only for x86_64, as no scl available for i386 |
109 |
|
|
110 |
* Thu Mar 22 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-5.sme |
* Thu Mar 22 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-5.sme |
111 |
- build with python27 scl |
- build with python27 scl |
112 |
|
|