From ecb10d39b02cafe19c42265fc58e07ce4123adb1 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 1 Aug 2015 22:41:26 +0200 Subject: [PATCH] - more obsolete rm cleanup --- asterisk.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/asterisk.spec b/asterisk.spec index 00cda89..c5597d8 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -926,25 +926,16 @@ install -d $RPM_BUILD_ROOT%{_localstatedir}/spool/asterisk/uploads install utils/astman.1 $RPM_BUILD_ROOT%{_mandir}/man1/astman.1 -# We're not going to package any of the sample AGI scripts -%{__rm} $RPM_BUILD_ROOT%{_datadir}/asterisk/agi-bin/* - # Don't package the sample voicemail user %{__rm} -r $RPM_BUILD_ROOT%{_localstatedir}/spool/asterisk/voicemail/default # Don't package example phone provision configs %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/asterisk/phoneprov/* -# these are compiled with -O0 and thus include unfortified code. -%{__rm} -r $RPM_BUILD_ROOT%{_sbindir}/hashtest -%{__rm} -r $RPM_BUILD_ROOT%{_sbindir}/hashtest2 - # we're not using safe_asterisk %{__rm} $RPM_BUILD_ROOT%{_sbindir}/safe_asterisk %{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/safe_asterisk.8* -%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/asterisk/firmware/iax/* - %if %{with apidocs} find doc/api -name '*.map' -size 0 -delete %endif -- 2.44.0