From 5fdd2f2c9800d0a25ab2a02ec507193e5cf1ed5c Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko <pmwkaa@gmail.com> Date: Fri, 8 Nov 2013 17:41:13 +0400 Subject: [PATCH] rpm-debuginfo: add -debug package support and Vendor name in the spec. --- extra/rpm.spec.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extra/rpm.spec.in b/extra/rpm.spec.in index 9c436f2eb2..03504f64cc 100644 --- a/extra/rpm.spec.in +++ b/extra/rpm.spec.in @@ -8,6 +8,7 @@ Version: @RPM_PACKAGE_VERSION@ Release: @RPM_PACKAGE_RELEASE@ Group: Applications/Databases Summary: Tarantool - an efficient in-memory data store +Vendor: tarantool.org License: BSD Requires: libgcc >= 4.1.2-50 URL: http://tarantool.org @@ -23,6 +24,7 @@ scripts. %package client Summary: Tarantool command line client with history support +Vendor: tarantool.org Group: Applications/Databases Provides: tarantool-client Obsoletes: tarantool-client @@ -37,6 +39,7 @@ with history support. %package dev Summary: Tarantool C connector and header files +Vendor: tarantool.org Group: Applications/Databases #Requires: /sbin/ldconfig Provides: tarantool-dev @@ -47,6 +50,10 @@ It supports replication, online backup, stored procedures in Lua. This package provides Tarantool client libraries. +# Tarantool debug package + +%debug_package + ### %prep -- GitLab