From f5077e495d7e6f348c47869aabcbc0b43777ec29 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 3 Jan 2018 12:52:41 +0900 Subject: [PATCH] Fix build error [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] build error [Cause & Measure] debug source files unpackaged [Checking Method] remove debug package rpm [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: Iebd20eccf2ce8bfce72d81bc8f39e77c27bc5e78 Signed-off-by: DongHun Kwak --- packaging/vim.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/vim.spec b/packaging/vim.spec index 19a8998..e3d0a4e 100644 --- a/packaging/vim.spec +++ b/packaging/vim.spec @@ -16,6 +16,8 @@ # %define debug_package %{nil} +%define __debug_package %{nil} +%define __debug_install_post %{nil} %define pkg_version 8.0 %define patchlevel 586 @@ -76,7 +78,7 @@ This package contains optional runtime & syntax files for vim. %prep -%setup -q -n %{name}-%{pkg_version}.%{patchlevel} +%setup -q -n %{name}-%{version} cp %{SOURCE3} %{SOURCE1001} . # Unreliable tests @@ -124,6 +126,7 @@ cp src/vim vim-nox11 %install %makeinstall DESTDIR=%{buildroot} STRIP=: + # create icon directory to have the icons installed and convert them to all hicolor expected sizes. for size in %{_datadir}/icons/hicolor/*[0-9]x[0-9]*; do SIZE=$(echo $size | awk -Fx {'print $2}') -- 2.7.4