[packages/dyninst] - remove files we don't want to package

hawk hawk at pld-linux.org
Fri Sep 6 01:15:47 CEST 2019


commit 2b3eb2dadf947db107dba54bea969ed4bad6c526
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Fri Sep 6 01:13:47 2019 +0200

    - remove files we don't want to package

 dyninst.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/dyninst.spec b/dyninst.spec
index 4c56a73..b3c1449 100644
--- a/dyninst.spec
+++ b/dyninst.spec
@@ -103,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# File from examples subdir
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/cfg_to_dot
+# Not used binary and non-binary .db files
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/unstrip
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/*.db
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dyninst.git/commitdiff/2b3eb2dadf947db107dba54bea969ed4bad6c526



More information about the pld-cvs-commit mailing list