[meego-commits] 10977: Changes to devel:multimedia:pa-0.9.19/libcmtspeech-ifx
fbarthesx
no_reply at build.meego.com
Thu Dec 16 16:01:55 UTC 2010
Hi,
I have made the following changes to libcmtspeech-ifx in project devel:multimedia:pa-0.9.19. Please review and accept ASAP.
Thank You,
fbarthesx
[This message was auto-generated]
---
Request #10977:
submit: home:fbarthesx:branches:devel:multimedia:pa-0.9.19/libcmtspeech-ifx(r3)(cleanup) -> devel:multimedia:pa-0.9.19/libcmtspeech-ifx
Message:
Update of libcmtspeech-ifx delivery (BMC#11252)
State: new 2010-12-16T08:01:54 fbarthesx
Comment: None
changes files:
--------------
--- libcmtspeech-ifx.changes
+++ libcmtspeech-ifx.changes
@@ -0,0 +1,3 @@
+* Wed 15 Dec 2010 Fabien Barthes <fabienx.barthes at intel.com> - 1.0
+- Initial release of libcmtspeech-ifx for mfld target
+BMC#11252
new:
----
libcmtspeech-ifx-1.0.tar.bz2
spec files:
-----------
--- libcmtspeech-ifx.spec
+++ libcmtspeech-ifx.spec
@@ -0,0 +1,88 @@
+Name: libcmtspeech-ifx
+Version: 1.0
+Release: 1
+Summary: Library for cellular speech data path
+Group: System/Libraries
+License: LGPLv2.1+
+URL: http://meego.gitorious.org/meego-middleware/libcmtspeech-ifx
+
+Source0: %{name}-%{version}.tar.bz2
+
+Buildrequires: pkgconfig(check)
+Buildrequires: pkgconfig(dbus-1)
+
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+
+%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}
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+%description devel
+This package contains development files for
+"libcmtspeech-ifx", an application engine (APE) side
+library, for the Nokia CMT Speech Data SSI protocol.
+
+
+%prep
+%setup -q #-n meego-cellular-%{name}
+
+%build
+autoreconf -v --install
+%configure --enable-static=no
+
+make %{?jobs:-j %jobs}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libcmtspeech-ifx.so.0
+%{_libdir}/libcmtspeech-ifx.so.0.0.0
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/cmtspeech-ifx.h
+%{_includedir}/cmtspeech_config-ifx.h
+%{_includedir}/cmtspeech_msgs-ifx.h
+#%{_libdir}/libcmtspeechdata-dummy/libcmtspeechdata.so
+%{_libdir}/libcmtspeech-ifx.so
+%{_libdir}/pkgconfig/libcmtspeech-ifx.pc
+
+#%exclude %{_bindir}/cmtspeech_ramp_test
+#%exclude %{_bindir}/send_cmtspeech_reset
+
+%changelog
other changes:
--------------
++++++ libcmtspeech-ifx-1.0.tar.bz2 (new)
More information about the MeeGo-commits
mailing list