]> git.pld-linux.org Git - packages/apertium-dict-en-ca.git/blobdiff - apertium-dict-en-ca.spec
- no parallel make
[packages/apertium-dict-en-ca.git] / apertium-dict-en-ca.spec
index 4eb91fa7a250cf6cddad066d8021922a06ab0ded..dd34d0b74e53a08f369fcaf016822877632fec09 100644 (file)
@@ -2,12 +2,12 @@ Summary:      English-Catalan language pair for Apertium
 Summary(pl.UTF-8):     Para języków angielski-kataloński dla Apertium
 %define        lpair   en-ca
 Name:          apertium-dict-%{lpair}
-Version:       0.9.2
+Version:       0.9.3
 Release:       1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5: c0d1a84a6dce08554bc0e9fab25a9da0
+# Source0-md5: c984145a73c10c332c45b92bb676c37a
 URL:           http://www.apertium.org/
 BuildRequires: apertium-devel >= 3.2.0
 BuildRequires: autoconf >= 2.52
@@ -38,13 +38,13 @@ oznaczania części mowy w obu językach.
 %{__automake}
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/apertium/modes
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # not needed here (see modes subdir) and contain wrong (builddir) paths
This page took 0.04747 seconds and 4 git commands to generate.