[glib-networking/f20] Don't install the installed-test files in an odd place

Richard Hughes rhughes at fedoraproject.org
Wed Oct 16 08:30:26 UTC 2013


commit 284399be7464076e2c43c47d865cb8c3e9adda7b
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Oct 16 09:30:15 2013 +0100

    Don't install the installed-test files in an odd place

 glib-networking.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/glib-networking.spec b/glib-networking.spec
index 85cee9d..e493710 100644
--- a/glib-networking.spec
+++ b/glib-networking.spec
@@ -40,6 +40,9 @@ make %{?_smp_mflags} V=1
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# don't install the installed-test files in an odd place
+rm -rf $RPM_BUILD_ROOT/files
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
 
 %find_lang %{name}


More information about the scm-commits mailing list