]> git.pld-linux.org Git - packages/apertium-dict-oc-es.git/blobdiff - apertium-dict-oc-es.spec
- no parallel make
[packages/apertium-dict-oc-es.git] / apertium-dict-oc-es.spec
index 5bf0b9a9634c15fada028baa6424e5868e3219f8..cc9adf305bf0a026c2610a05d881e61cf391b31b 100644 (file)
@@ -2,15 +2,12 @@ Summary:      Occitan-Spanish language pair for Apertium
 Summary(pl.UTF-8):     Para języków okcytański-hiszpański dla Apertium
 %define        lpair   oc-es
 Name:          apertium-dict-%{lpair}
-Version:       1.0.5
+Version:       1.0.6
 Release:       1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5: c3d7f9d2c5b0ee050e7219ea590c019e
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-apertium32.patch
-Patch2:                %{name}-fix.patch
+# Source0-md5: ac378a091f91489a03e27c382e4a14cb
 URL:           http://www.apertium.org/
 BuildRequires: apertium-devel >= 3.2.0
 BuildRequires: autoconf >= 2.52
@@ -33,9 +30,6 @@ oznaczania części mowy w obu językach.
 
 %prep
 %setup -q -n apertium-%{lpair}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__aclocal}
@@ -44,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.06081 seconds and 4 git commands to generate.