I have made the following changes intended for : nemo:devel:hw:ti:omap3:n9xx-common / libcmtspeechdata
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/150 Thank You, Juho Hämäläinen [This message was auto-generated] --- Request # 150: Messages from BOSS: State: review at 2013-04-02T14:44:01 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:ti:omap3:n9xx-common : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:jhamalai:branches:nemo:devel:hw:ti:omap3:n9xx-common / libcmtspeechdata -> nemo:devel:hw:ti:omap3:n9xx-common / libcmtspeechdata changes files: -------------- --- libcmtspeechdata.changes +++ libcmtspeechdata.changes @@ -0,0 +1,3 @@ +* Tue Apr 02 2013 Juho Hämäläinen <[email protected]> - 2.0.8 +- Updated packaging, add patch to disable installation of test binaries. + new: ---- 0001-Don-t-install-test-binaries.patch spec files: ----------- --- libcmtspeechdata.spec +++ libcmtspeechdata.spec @@ -16,6 +16,7 @@ URL: http://meego.gitorious.org/meego-cellular/libcmtspeechdata Source0: meego-cellular-%{name}-v%{version}.tar.gz Source100: libcmtspeechdata.yaml +Patch0: 0001-Don-t-install-test-binaries.patch Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(check) @@ -54,6 +55,8 @@ %prep %setup -q -n meego-cellular-%{name} +# 0001-Don-t-install-test-binaries.patch +%patch0 -p1 # >> setup # << setup @@ -101,6 +104,4 @@ %{_includedir}/cmtspeech_msgs.h %{_libdir}/libcmtspeechdata-dummy/libcmtspeechdata.so %{_libdir}/libcmtspeechdata.so -%exclude %{_bindir}/cmtspeech_ramp_test -%exclude %{_bindir}/send_cmtspeech_reset # << files devel other changes: -------------- ++++++ 0001-Don-t-install-test-binaries.patch (new) --- 0001-Don-t-install-test-binaries.patch +++ 0001-Don-t-install-test-binaries.patch @@ -0,0 +1,37 @@ +From f0b7930aa8acb95c76393489561c94be26c247fb Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Juho=20H=C3=A4m=C3=A4l=C3=A4inen?= <[email protected]> +Date: Tue, 2 Apr 2013 17:30:08 +0300 +Subject: [PATCH] Don't install test binaries. + +--- + Makefile.am | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index cb5e162..512e599 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -7,7 +7,9 @@ SUBDIRS = doc \ + + noinst_PROGRAMS = test_cmtspeech_msgs \ + test_ring \ +- test_cmtspeech ++ test_cmtspeech \ ++ cmtspeech_ramp_test \ ++ send_cmtspeech_reset + + TESTS = test_cmtspeech_msgs \ + test_ring +@@ -55,9 +57,6 @@ libcmtspeechdata_la_LDFLAGS = -Wl,--version-script,$(srcdir)/libcmtspeechdata.v + # test application sources + # ------------------------ + +-bin_PROGRAMS = send_cmtspeech_reset \ +- cmtspeech_ramp_test +- + noinst_HEADERS = $(cmtspeechdata_common_inc) \ + $(cmtspeech_data_kernel_inc) + +-- +1.7.10.4 + ++++++ libcmtspeechdata.yaml --- libcmtspeechdata.yaml +++ libcmtspeechdata.yaml @@ -7,6 +7,8 @@ URL: http://meego.gitorious.org/meego-cellular/libcmtspeechdata Sources: - meego-cellular-%{name}-v%{version}.tar.gz +Patches: + - 0001-Don-t-install-test-binaries.patch Description: | This package provides "libcmtspeechdata", an application engine (APE) side library, for the Nokia CMT Speech Data
