]> git.pld-linux.org Git - packages/fftw.git/blobdiff - fftw.spec
- release 8.
[packages/fftw.git] / fftw.spec
index c613a00a4a6c6d0759d148529a9eb4164254abda..66e9bf461af69b15f3b6fcde6be1aa50f5b09bd3 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -1,13 +1,19 @@
-Summary:       fast fourier transform library
+Summary:       Fast Fourier transform library
+Summary(pl):   biblioteka z funkacjami szybkiej transformaty Fouriera
 Name:          fftw
 Version:       2.1.3
-Release:       2
+Release:       8
 License:       GPL
 Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz
-Patch0:                fftw-info.patch
+Patch0:                %{name}-info.patch
 Icon:          fftw-logo-thumb.gif
 URL:           http://www.fftw.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,8 +36,13 @@ jak i biblioteki w
 %package devel
 Summary:       headers, libraries, & docs for fftw
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -42,8 +53,13 @@ transform library.
 %package static
 Summary:       Static fftw libraries
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -54,13 +70,13 @@ Static fftw libraries.
 %patch -p1
 
 %build
-%configure \
-%ifarch i386 i486 i586 i686
+%configure2_13 \
+%ifarch %{ix86}
        --enable-i386-hacks \
 %endif
        --enable-shared \
-       --enable-type-prefix \
-       --enable-threads
+       --enable-threads \
+       --%{!?debug:disable}%{?debug:enable}-debug
 
 %{__make}
 
@@ -69,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %post devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
This page took 0.279394 seconds and 4 git commands to generate.