[obexd] Fix installation of test programs

Bastien Nocera hadess at fedoraproject.org
Fri Aug 3 10:02:44 UTC 2012


commit f990192da4ded89f6e0b5b082a5949e0e84451f6
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Aug 3 11:02:36 2012 +0100

    Fix installation of test programs

 obexd.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/obexd.spec b/obexd.spec
index d0a0300..85b83f5 100644
--- a/obexd.spec
+++ b/obexd.spec
@@ -29,8 +29,6 @@ other Bluetooth-equipped devices.
 
 make %{?_smp_mflags}
 
-chmod -x test/send-files
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -40,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING AUTHORS doc/client-api.txt test/send-files
+%doc README COPYING AUTHORS doc/client-api.txt test/*
 %{_libexecdir}/obex-client
 %{_datadir}/dbus-1/services/obex-client.service
 


More information about the scm-commits mailing list