From: brianjjones Date: Tue, 11 Mar 2014 22:36:16 +0000 (-0700) Subject: Removing gstreamer plugin X-Git-Tag: accepted/tizen/ivi/20140312.175507^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_ivi_panda;p=profile%2Fivi%2Fpocketsphinx.git Removing gstreamer plugin Change-Id: I196f9f57159955ec2217bb72b29747795895e0ac --- diff --git a/packaging/pocketsphinx.changes b/packaging/pocketsphinx.changes index 48624ab..2a6621d 100644 --- a/packaging/pocketsphinx.changes +++ b/packaging/pocketsphinx.changes @@ -1,2 +1,5 @@ +* Tue Mar 11 2014 brianjjones accepted/tizen/ivi/genivi/20140131.070929@6229fcd +- Removing gstreamer plugin + * Fri Aug 31 21:53:17 UTC 2012 - jimmy.huang@intel.com - Intial import from upstream. diff --git a/packaging/pocketsphinx.spec b/packaging/pocketsphinx.spec index 7d10d09..bb2dfb9 100644 --- a/packaging/pocketsphinx.spec +++ b/packaging/pocketsphinx.spec @@ -7,8 +7,8 @@ URL: http://www.pocketsphinx.org/ Summary: Speech Recognition Engine Source: http://sourceforge.net/projects/cmusphinx/files/%{name}/%{version}/%{name}-%{version}.tar.gz Patch0: 0001-pocketsphinx-0.7-fix_build_error_with_stdio.patch -BuildRequires: pkgconfig(gstreamer-0.10) -BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) +#BuildRequires: pkgconfig(gstreamer-0.10) +#BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) BuildRequires: pkgconfig(sphinxbase) BuildRequires: pkgconfig(python) BuildRequires: python-setuptools @@ -35,13 +35,13 @@ Group: Applications/Multimedia %description libs Shared libraries for pocketsphinx executables. -%package plugin -Summary: Pocketsphinx gstreamer plugin -Group: Applications/Multimedia -Requires: %{name}-libs = %{version}-%{release}, gst-plugins-base +#%package plugin +#Summary: Pocketsphinx gstreamer plugin +#Group: Applications/Multimedia +#Requires: %{name}-libs = %{version}-%{release}, gst-plugins-base -%description plugin -A gstreamer plugin for pocketsphinx. +#%description plugin +#A gstreamer plugin for pocketsphinx. %package python Summary: Python interface to pocketsphinx @@ -72,7 +72,7 @@ cp -p doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 # Get rid of files we don't want packaged rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la +#rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la rm -f doc/html/installdox %clean @@ -99,9 +99,9 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/libpocketsphinx.so.* -%files plugin -%defattr(-,root,root,-) -%{_libdir}/gstreamer-0.10/* +#%files plugin +#%defattr(-,root,root,-) +#%{_libdir}/gstreamer-0.10/* %files python %defattr(-,root,root,-)