diff --git a/festival.spec b/festival.spec index 2405b4d..39dd6c3 100644 --- a/festival.spec +++ b/festival.spec @@ -1,6 +1,6 @@ Name: festival Version: 1.96 -Release: 41 +Release: 42 Summary: Festival Speech Synthesis System License: MIT and GPL+ and TCL URL: http://www.cstr.ed.ac.uk/projects/festival/ @@ -174,8 +174,8 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/speech_tools/lib pushd speech_tools %configure make \ - CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \ - CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" + CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -fpermissive" \ + CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -fpermissive" popd export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/src/lib @@ -183,8 +183,8 @@ export PATH=$(pwd)/bin:$PATH %configure make \ FTLIBDIR="%{_datadir}/festival/lib" \ - CFLAGS="$RPM_OPT_FLAGS -fPIC" \ - CXXFLAGS="$RPM_OPT_FLAGS -fPIC" + CFLAGS="$RPM_OPT_FLAGS -fPIC -fpermissive" \ + CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fpermissive" pushd lib/dicts/cmu make @@ -347,6 +347,9 @@ fi %{_mandir}/man1/* %changelog +* Mon May 25 2020 Captain Wei - 1.96-42 +- add -fpermissive compile option + * Fri Apr 3 2020 chenli - 1.96-41 - modify spec diff --git a/festival.yaml b/festival.yaml new file mode 100644 index 0000000..4f48687 --- /dev/null +++ b/festival.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: festvox/festival +tag_prefix: ^v +seperator: .