]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- description updated
authorblekot <blekot@pld-linux.org>
Sat, 25 Jun 2005 12:29:39 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- single precision is now build in subirectory

Changed files:
    fftw.spec -> 1.55

fftw.spec

index fac4e1c92116caa78feea603b2358fae58940bdd..e95cda34601456c849d9d5153754b50bf44a7929 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -25,15 +25,15 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 FFTW is a collection of fast C routines for computing the Discrete
 Fourier Transform in one or more dimensions. It includes complex,
 real, and parallel transforms, and can handle arbitrary array sizes
-efficiently. This RPM package includes the double precision FFTW
-uniprocessor and threads libraries.
+efficiently. This RPM package includes the single and double precision
+FFTW uniprocessor and threads libraries.
 
 %description -l pl
 FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
 transformat Fouriera w jednym lub wiêcej wymiarach. Zawiera równie¿
 zespolone, rzeczywiste oraz równoleg³e transformaty i potrafi wydajnie
 radziæ sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
-zawiera wersje FFTW o podwójnej precyzji dla architektur
+zawiera wersje FFTW o pojedyñczej i podwójnej precyzji dla architektur
 jednoprocesorowych oraz z obs³ug± w±tków.
 
 %description -l pt_BR
@@ -88,8 +88,9 @@ Este pacote cont
 %build
 # This is important to do sfftw (Single precision library)
 %if %{with single}
-cp -r ../%{name}-%{version} ../single
-cd ../single
+
+tar xzf %{SOURCE0}
+mv %{name}-%{version}/ single/
 
 %{__libtoolize}
 %{__aclocal}
@@ -129,7 +130,7 @@ cd -
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with single}
-cd ../single
+cd single
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 cd -
This page took 0.069371 seconds and 4 git commands to generate.