From aeda46808626a9a8c364d3d95c30415ec84d1438 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 1 Jan 2021 08:32:18 +0800 Subject: [PATCH] libserverframe.spec: add debuginfo define --- libserverframe.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libserverframe.spec b/libserverframe.spec index 4a15e01..b842ab7 100644 --- a/libserverframe.spec +++ b/libserverframe.spec @@ -1,10 +1,11 @@ %define LibserverframeDevel libserverframe-devel +%define LibserverframeDebuginfo libserverframe-debuginfo %define CommitVersion %(echo $COMMIT_VERSION) Name: libserverframe Version: 1.1.2 Release: 1%{?dist} -Summary: mc common framework library +Summary: network framework library License: AGPL v3.0 Group: Arch/Tech URL: http://github.com/happyfish100/libfastcommon/ @@ -15,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libfastcommon-devel >= 1.0.46 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id Requires: libfastcommon >= 1.0.46 + %description common framework library commit version: %{CommitVersion} @@ -32,7 +34,7 @@ commit version: %{CommitVersion} %setup -q %build -./make.sh +./make.sh clean && ./make.sh %install rm -rf %{buildroot}