From 81236ec1af7da7c1eb8a9da521633b0bc5a92ff9 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Dec 06 2014 19:02:46 +0000 Subject: Don't strip binaries too early --- diff --git a/abduco.spec b/abduco.spec index b7348f2..2aeb4d0 100644 --- a/abduco.spec +++ b/abduco.spec @@ -1,6 +1,6 @@ Name: abduco Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Session management in a clean and simple way License: ISC @@ -19,15 +19,13 @@ screen. # Apply applicable build flags echo '#!/bin/sh' > ./configure chmod +x ./configure -# we don't want to strip binary -sed -i -e "/strip/d" Makefile %build %configure make %{?_smp_mflags} %install -%make_install PREFIX=%{_prefix} +%make_install PREFIX=%{_prefix} STRIP=: %files %doc LICENSE README @@ -35,6 +33,9 @@ make %{?_smp_mflags} %{_mandir}/man1/%{name}.* %changelog +* Sat Dec 6 2014 Ville Skyttä - 0.2-2 +- Don't strip binaries too early + * Tue Nov 18 2014 Igor Gnatenko - 0.2-1 - update to 0.2 (RHBZ #1165180)