]> git.pld-linux.org Git - packages/speech_tools.git/commitdiff
- fix includes rel. 4 rebuild in whole ac (and not sure it is working) auto/ac/speech_tools-1_2_4-0_20030804_4
authordjurban <djurban@pld-linux.org>
Wed, 9 Jun 2004 15:55:23 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech_tools.spec -> 1.35

speech_tools.spec

index f0e5beb2aa65223ae83107e84bf8b916c36c9fba..18cc978d62f16d712c579d8eb0a52f9fd4e48e0f 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Biblioteka narz
 Name:          speech_tools
 Version:       1.2.4
 %define                _snap   20030804
-Release:       0.%{_snap}.3
+Release:       0.%{_snap}.4
 License:       distributable
 Group:         Applications/Sound
 #Source0:      http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz
@@ -105,7 +105,7 @@ find $RPM_BUILD_ROOT%{_includedir}/EST -name Makefile -exec rm \{\} \;
 for file in `find $RPM_BUILD_ROOT%{_includedir}/EST -type f`
 do
        sed 's/\"\(.*h\)\"/\<EST\/\1\>/g' $file > $file.tmp
-       mv $file.tmp $file
+       sed -e 's,include \"est_string_config.h\",,g' $file.tmp > $file
 done
 sed 's/\<EST\//&rxp\//g' $RPM_BUILD_ROOT%{_includedir}/EST/rxp/rxp.h > bzzz
 mv bzzz $RPM_BUILD_ROOT%{_includedir}/EST/rxp/rxp.h
This page took 0.214357 seconds and 4 git commands to generate.