I have made the following changes intended for :
  CE:Adaptation:N900 / libcmtspeechdata

Please review and accept ASAP - BOSS has already processed this request and 
suggests ???
See the "Messages from BOSS" section below

https://build.pub.meego.com/request/show/2741

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2741:

Messages from BOSS:
  None

State:   new          2011-10-25T07:38:15 bossbot

Reviews:
     from bossbot  :BOSS suggests accepting this review. See email for more 
details.
BOSS accepted this review because:
 Target repo CE_Mer_Core_armv7hl found.
     accepted on No date

Changes:
  submit: home:stskeeps:mer:hw:n900 / libcmtspeechdata -> CE:Adaptation:N900 / 
libcmtspeechdata
  Index: libcmtspeechdata.changes
===================================================================
--- libcmtspeechdata.changes (revision 0)
+++ libcmtspeechdata.changes (revision 2)
@@ -0,0 +1,13 @@
+* Tue Oct 25 2011 Marko Saukko <[email protected]> - 2.0.8
+- Added .yaml for spectacle.
+
+* Wed Oct 27 2010 Anas Nashif <[email protected]> - 2.0.8
+- Do not run ldconfig on -devel packages
+- Use %make_install macro
+
+* Tue Sep 21 2010 Marko Saukko <[email protected]> - 2.0.8
+- Fixed packaging based on reviews. Part of implementation
+  for FEA#4134 FEA#4135 FEA#4136 on ARM (Dialer - Make a Call, Receive a Call, 
End Call)
+
+* Tue Aug 27 2010 Sami Sirkia <[email protected]> - 2.0.8
+- Initial release. 
Index: libcmtspeechdata.spec
===================================================================
--- libcmtspeechdata.spec (revision 0)
+++ libcmtspeechdata.spec (revision 2)
@@ -0,0 +1,112 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       libcmtspeechdata
+Summary:    Library for cellular speech data path
+Version:    2.0.8
+Release:    0
+Group:      System/Libraries
+License:    LGPLv2.1+
+URL:        http://meego.gitorious.org/meego-cellular/libcmtspeechdata
+Source0:    meego-cellular-%{name}-v%{version}.tar.gz
+Source100:  libcmtspeechdata.yaml
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(check)
+BuildRequires:  pkgconfig(dbus-1)
+
+
+%description
+This package provides "libcmtspeechdata", an application
+engine (APE) side library, for the Nokia CMT Speech Data
+SSI protocol. The library provides an application interface,
+for implementing the speech data path for cellular voice
+calls. The library depends on other components for setting
+up and managing the call signaling path.
+
+CMT is abbreviation of Cellular Modem Terminal, i.e. the
+cellular modem. APE refers to Application Engine, i.e.
+the processing environment where libcmtspeechdata is run.
+In DFL6x configurations, APE is a TI OMAP3 processor.
+SSI refers to the Synchronous Serial Interface, which is
+a serial bus found on TI OMAP application engines as well
+as on Nokia cellular modems. SSI is used as the low-level
+interface used to communicate between APE and CMT.
+
+
+
+%package devel
+Summary:    Development files for libcmtspeechdata
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+This package contains development files for
+"libcmtspeechdata", an application engine (APE) side 
+library, for the Nokia CMT Speech Data SSI protocol.
+
+
+
+%prep
+%setup -q -n meego-cellular-%{name}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+autoreconf -v --install
+# << build pre
+
+%configure --disable-static \
+    --enable-static=no
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%make_install
+
+# >> install post
+# << install post
+
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+# >> files
+%{_libdir}/libcmtspeechdata-dummy/libcmtspeechdata.so.0
+%{_libdir}/libcmtspeechdata-dummy/libcmtspeechdata.so.0.0.0
+%{_libdir}/libcmtspeechdata.so.0
+%{_libdir}/libcmtspeechdata.so.0.0.0
+# << files
+
+
+%files devel
+%defattr(-,root,root,-)
+# >> files devel
+%{_includedir}/cmtspeech.h
+%{_includedir}/cmtspeech_config.h
+%{_includedir}/cmtspeech_msgs.h
+%{_libdir}/libcmtspeechdata-dummy/libcmtspeechdata.so
+%{_libdir}/libcmtspeechdata.so
+%exclude %{_bindir}/cmtspeech_ramp_test
+%exclude %{_bindir}/send_cmtspeech_reset
+# << files devel
+
Index: meego-cellular-libcmtspeechdata-v2.0.8.tar.gz
===================================================================
Binary file meego-cellular-libcmtspeechdata-v2.0.8.tar.gz added
Index: libcmtspeechdata.yaml
===================================================================
--- libcmtspeechdata.yaml (revision 0)
+++ libcmtspeechdata.yaml (revision 2)
@@ -0,0 +1,42 @@
+Name: libcmtspeechdata
+Summary: Library for cellular speech data path
+Version: 2.0.8
+Release: 0
+Group: System/Libraries
+License: LGPLv2.1+
+URL: http://meego.gitorious.org/meego-cellular/libcmtspeechdata
+Sources:
+    - meego-cellular-%{name}-v%{version}.tar.gz
+Description: |
+    This package provides "libcmtspeechdata", an application
+    engine (APE) side library, for the Nokia CMT Speech Data
+    SSI protocol. The library provides an application interface,
+    for implementing the speech data path for cellular voice
+    calls. The library depends on other components for setting
+    up and managing the call signaling path.
+    
+    CMT is abbreviation of Cellular Modem Terminal, i.e. the
+    cellular modem. APE refers to Application Engine, i.e.
+    the processing environment where libcmtspeechdata is run.
+    In DFL6x configurations, APE is a TI OMAP3 processor.
+    SSI refers to the Synchronous Serial Interface, which is
+    a serial bus found on TI OMAP application engines as well
+    as on Nokia cellular modems. SSI is used as the low-level
+    interface used to communicate between APE and CMT.
+
+Configure: configure
+ConfigOptions:
+    - --enable-static=no
+Builder: make
+PkgConfigBR:
+    - check
+    - dbus-1
+SubPackages:
+    - Name: devel
+      Summary: Development files for libcmtspeechdata
+      Group: Development/Libraries
+      Description: |
+          This package contains development files for
+          "libcmtspeechdata", an application engine (APE) side 
+          library, for the Nokia CMT Speech Data SSI protocol.
+



Reply via email to