Fixing packaging 31/1731/1 1.0 1.0_branch accepted/tizen/20130815.173846 accepted/trunk/20120913.223000 submit/tizen/20130815.171617 submit/trunk/20120913.222940
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 13 Sep 2012 22:28:56 +0000 (15:28 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 13 Sep 2012 22:28:56 +0000 (15:28 -0700)
packaging/festival.changes
packaging/festival.spec

index 551db9d..4e04dc6 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Sep 13 2012 Rusty Lynch <rusty.lynch@intel.com> submit/trunk/20120831.221731@269e4ea
+- Fix the spec so it correctly builds 
+
 * Fri Aug 31 21:11:28 UTC 2012 - jimmy.huang@intel.com
 - Initial import to Tizen.
 
index 09a1a08..ecea33e 100644 (file)
@@ -41,7 +41,8 @@ Requires:       %{name} = %{version}
 Files needed for developing software that uses Festival.
 
 %prep
-%setup -q -b 1 -b 2 -b 3 -b 4  
+%setup -q -b 1 -b 2 -b 3 -b 4
+mv ../festival/lib/* lib/
 %patch0 -p1
 %patch1 -p1
 %patch2
@@ -69,7 +70,7 @@ cd ../speech_tools
                --datadir=%_datadir/festival \
             --sysconfdir=%_sysconfdir
 make CC="gcc -fPIC $RPM_OPT_FLAGS" CXX="g++ $RPM_OPT_FLAGS -fPIC -Wno-non-template-friend -ffriend-injection -fno-strict-aliasing"
-cd ../festival
+cd ../%{name}-%{version}
 make CC="gcc -fPIC $RPM_OPT_FLAGS" CXX="g++ $RPM_OPT_FLAGS -fPIC -Wno-non-template-friend -ffriend-injection -fno-strict-aliasing"
 make doc
 
@@ -77,7 +78,7 @@ make doc
 %make_install
 cd ../speech_tools
 %make_install
-cd ../festival
+cd ../%{name}-%{version}
 # install binarys
 install -D bin/text2wave $RPM_BUILD_ROOT%_bindir/text2wave
 install -m 755 bin/festival* $RPM_BUILD_ROOT%_bindir/