]> git.pld-linux.org Git - packages/flite.git/commitdiff
- make -j1 auto/th/flite-1_2-1
authortwittner <twittner@pld-linux.org>
Sat, 30 Jun 2007 12:42:20 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 1 (builds, works - tested on Th@i686)

Changed files:
    flite.spec -> 1.6

flite.spec

index 2bf32336e943cd508aa4fed9eab5f01d14ecbb03..e223ee426e0771a5063f9730f489e53ab0b73a14 100644 (file)
@@ -12,7 +12,7 @@ Summary(pl.UTF-8):    flite - mały, szybki silnik syntezy mowy
 Summary(ru.UTF-8):     flite - маленькое, быстрое средство для синтеза речи
 Name:          flite
 Version:       1.2
-Release:       0.2
+Release:       1       
 License:       Custom, see COPYING
 Group:         Applications/Sound
 Source0:       http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/%{name}-%{version}-release.tar.bz2
@@ -105,14 +105,14 @@ cp -f /usr/share/automake/config.sub .
        %{!?with_static_libs:--disable-static} \
        --with-vox=cmu_us_kal16
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 # temp. workaround - put manpages in better place and install them via Makefile
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
This page took 0.077822 seconds and 4 git commands to generate.