]> git.pld-linux.org Git - packages/fftw3.git/blobdiff - fftw3.spec
- "f" and some "g" letters of small fixes inpired by kloczek
[packages/fftw3.git] / fftw3.spec
index 3462fa3ea0a5d3f58f6f8c668a9ef6dad587f85e..d7e972c1523c4b9d8c5c85dc3adc101809e04b61 100644 (file)
@@ -8,6 +8,7 @@ Release:        1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz
+# Source0-md5: 6b09e3b141a9f1aae8b3a1d64fff6982
 Patch0:                %{name}-info.patch
 Icon:          fftw-logo-thumb.gif
 URL:           http://www.fftw.org/
@@ -40,30 +41,29 @@ suporte a threads, normal e dupla precis
 normal tem um prefixo "s").
 
 %package devel
-Summary:       Headers, libraries & docs for fftw
-Summary(pl):   Nag³ówki, biblioteki oraz dokumentacja do fftw
-Summary(pt_BR):        headers, bibliotecas e documentação do pacote FFTW
+Summary:       Header files and documentation for fftw
+Summary(pl):   Pliki nag³ówkowe oraz dokumentacja do fftw
+Summary(pt_BR):        Headers e documentação do pacote FFTW
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 
 %description devel
-This package contains the additional header files, documentation and
-libraries you need to develop programs using the FFTW (fast fourier
-transform library).
+This package contains the header files and documentation you need to
+develop programs using the FFTW (fast fourier transform library).
 
 %description devel -l pl
-Ten pakiet zawiera dodatkowe pliki nag³ówkowe, dokumetacjê oraz
-biblioteki niezbêdne do tworzenia programów u¿ywaj±cych biblioteki
-FFTW (fast fourier transform library).
+Ten pakiet zawiera pliki nag³ówkowe oraz dokumetacjê potrzebne do
+tworzenia programów u¿ywaj±cych biblioteki FFTW (wykonuj±cej szybk±
+transformatê Fouriera).
 
 %description devel -l pt_BR
-Este pacote contém documentação, headers e bibliotecas adicionais para
-desenvolver programas usando a FFTW.
+Este pacote contém documentação e headers adicionais para desenvolver
+programas usando a FFTW.
 
 %package static
 Summary:       Static fftw libraries
 Summary(pl):   Statyczne biblioteki fftw
-Summary(pt_BR):        bibliotecas estáticas do pacote FFTW
+Summary(pt_BR):        Bibliotecas estáticas do pacote FFTW
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}
 
@@ -119,7 +119,9 @@ for ver in single double long-double ; do
        --%{!?debug:dis}%{?debug:en}able-debug
 
 %{__make}
-%{__make} install DESTDIR=`pwd`/inst-$ver
+%{__make} install \
+       DESTDIR=`pwd`/inst-$ver
+
        if [ "$ver" != "long-double" ]; then
 %{__make} clean
        fi
@@ -132,15 +134,16 @@ done
 rm -rf $RPM_BUILD_ROOT
 
 # this installs last configured version (long-double)
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 # duplicates
 rm -rf inst-*{%{_bindir}/fftw-wisdom-to-conf,%{_includedir}} \
        inst-*{%{_infodir},%{_mandir}/man1/fftw-wisdom-to-conf.1}
 
 # install prepared remaining versions
-tar cf - . -C inst-single | tar xf - -C $RPM_BUILD_ROOT
-tar cf - . -C inst-double | tar xf - -C $RPM_BUILD_ROOT
+tar cf - -C inst-single . | tar xf - -C $RPM_BUILD_ROOT
+tar cf - -C inst-double . | tar xf - -C $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.101435 seconds and 4 git commands to generate.