Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
f52c6cb5
Commit
f52c6cb5
authored
10 years ago
by
bigbes
Browse files
Options
Downloads
Patches
Plain Diff
Fix scl_runtime name
t chec # On branch stable
parent
6c25464a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra/rpm/tarantool.rpm.spec.in
+8
-9
8 additions, 9 deletions
extra/rpm/tarantool.rpm.spec.in
with
8 additions
and
9 deletions
extra/rpm/tarantool.rpm.spec.in
+
8
−
9
View file @
f52c6cb5
####################################################
################# MACROS AND DEFAULTS ##############
####################################################
%{?scl:%{?scl_package:%scl_package tarantool}}
%global scl_runtime tarantool-15-runtime
%define _source_filedigest_algorithm 0
%define _binary_filedigest_algorithm 0
...
...
@@ -10,9 +12,6 @@
%bcond_without mysql
%bcond_without client
BuildRequires: scl-utils
BuildRequires: scl-utils-build
%if 0%{?rhel} < 7 && 0%{?rhel} > 0
BuildRequires: cmake28
BuildRequires: devtoolset-2-toolchain
...
...
@@ -57,7 +56,7 @@ scripts.
Summary: Tarantool C connector and header files
Vendor: tarantool.org
Group: Applications/Databases
%description
-n %{?scl_prefix}tarantool-
dev
%description dev
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
@@ -68,7 +67,7 @@ This package provides Tarantool client libraries.
Summary: Tarantool sophia bindings
Vendor: tarantool.org
Group: Applications/Databases
%description
-n %{?scl_prefix}tarantool-
sophia-module
%description sophia-module
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
@@ -80,7 +79,7 @@ sophia database.
Summary: Tarantool common sql interface
Vendor: tarantool.org
Group: Applications/Databases
%description
-n %{?scl_prefix}tarantool-
sql-module
%description sql-module
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
@@ -95,7 +94,7 @@ Group: Applications/Databases
Provides: %{?scl_prefix}tarantool-pg-module
BuildRequires: postgresql-devel >= 9.0
Requires: postgresql-libs >= 9.0
%description
-n %{?scl_prefix}tarantool-
pg-module
%description pg-module
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
@@ -111,7 +110,7 @@ Group: Applications/Databases
Provides: %{?scl_prefix}tarantool-mysql-module
BuildRequires: mysql-devel >= 5.0
Requires: mysql-libs >= 5.0
%description
-n %{?scl_prefix}tarantool-
mysql-module
%description mysql-module
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
@@ -127,7 +126,7 @@ Vendor: tarantool.org
Group: Applications/Databases
BuildRequires: readline-devel
Requires: readline
%description
-n %{?scl_prefix}tarantool-
client
%description client
Tarantool is a high performance in-memory NoSQL database.
It supports replication, online backup, stored procedures in Lua.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment