disable building test executables 29/124329/1
authorJongmin Lee <jm105.lee@samsung.com>
Wed, 18 Jan 2017 06:43:09 +0000 (15:43 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 11 Apr 2017 06:47:19 +0000 (15:47 +0900)
Change-Id: Iec26feee2058cdbde8cc086136b93bdf22373747

packaging/edbus.spec

index 7f7bc1b..87226ac 100644 (file)
@@ -29,7 +29,18 @@ Development files for e_dbus
 cp %{SOURCE1001} .
 
 %build
-%reconfigure --disable-static
+%reconfigure --disable-static \
+       --disable-edbus-test \
+       --disable-edbus-test-client \
+       --disable-edbus-bluez-test \
+       --disable-edbus-connman0_7x-test \
+       --disable-edbus-notification-daemon-test \
+       --disable-edbus-notify-send \
+       --disable-edbus-notify-test \
+       --disable-edbus-ofono-test \
+       --disable-edbus-ukit-test \
+       --disable-edbus-performance-test \
+       --disable-edbus-async-test
 %__make %{?_smp_mflags}
 
 %install
@@ -42,10 +53,10 @@ cp %{SOURCE1001} .
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
-%{_bindir}/e_dbus_*
-%{_bindir}/e-notify-send
+#%{_bindir}/e_dbus_*
+#%{_bindir}/e-notify-send
 %{_libdir}/libe*.so.*
-%{_datadir}/e_dbus/logo.png
+#%{_datadir}/e_dbus/logo.png
 
 %files devel
 %manifest %{name}.manifest
@@ -54,4 +65,4 @@ cp %{SOURCE1001} .
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/e_dbus-1/connman0_7x/E_Connman.h
-%{_bindir}/e-notify-send
+#%{_bindir}/e-notify-send