]> git.pld-linux.org Git - packages/fftw.git/blobdiff - fftw.spec
- added doctex.patch
[packages/fftw.git] / fftw.spec
index c585258a5546bca6621413b8eaf222da3c9565e2..01926c7d1235e84264cfa96f391ed3e9808b6ca5 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -3,17 +3,18 @@
 %bcond_without single          # without single precision library
 #
 Summary:       Fast Fourier Transform library
-Summary(pl.UTF-8):   Biblioteka z funkcjami szybkiej transformaty Fouriera
-Summary(pt_BR.UTF-8):   Biblioteca fast Fourier transform
+Summary(pl.UTF-8):     Biblioteka z funkcjami szybkiej transformaty Fouriera
+Summary(pt_BR.UTF-8):  Biblioteca fast Fourier transform
 Name:          fftw
 Version:       2.1.5
-Release:       4
+Release:       6
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz
 # Source0-md5: 8d16a84f3ca02a785ef9eb36249ba433
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
+Patch2:                doctex.patch
 URL:           http://www.fftw.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -48,8 +49,8 @@ normal tem um prefixo "s").
 
 %package devel
 Summary:       Header files and development documentation for FFTW library
-Summary(pl.UTF-8):   Pliki nagłówkowe i dokumentacja programisty do biblioteki FFTW
-Summary(pt_BR.UTF-8):   Headers e documentação do pacote FFTW
+Summary(pl.UTF-8):     Pliki nagłówkowe i dokumentacja programisty do biblioteki FFTW
+Summary(pt_BR.UTF-8):  Headers e documentação do pacote FFTW
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
@@ -69,8 +70,8 @@ programas usando a FFTW.
 
 %package static
 Summary:       Static FFTW libraries
-Summary(pl.UTF-8):   Statyczne biblioteki FFTW
-Summary(pt_BR.UTF-8):   bibliotecas estáticas do pacote FFTW
+Summary(pl.UTF-8):     Statyczne biblioteki FFTW
+Summary(pt_BR.UTF-8):  bibliotecas estáticas do pacote FFTW
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -85,7 +86,7 @@ Este pacote contém as bibliotecas estáticas do pacote FFTW.
 
 %package single
 Summary:       Single-precision Fast Fourier Transform libraries
-Summary(pl.UTF-8):   Biblioteki szybkiej transformaty Fouriera pojedynczej precyzji
+Summary(pl.UTF-8):     Biblioteki szybkiej transformaty Fouriera pojedynczej precyzji
 Group:         Libraries
 Conflicts:     fftw < 2.1.5-4
 
@@ -97,7 +98,7 @@ Biblioteki szybkiej transformaty Fouriera pojedynczej precyzji.
 
 %package single-devel
 Summary:       Header files for single-precision FFTW libraries
-Summary(pl.UTF-8):   Pliki nagłówkowe bibliotek FFTW pojedynczej precyzji
+Summary(pl.UTF-8):     Pliki nagłówkowe bibliotek FFTW pojedynczej precyzji
 Group:         Development/Libraries
 Requires:      %{name}-single = %{version}-%{release}
 
@@ -109,7 +110,7 @@ Pliki nagłówkowe bibliotek FFTW pojedynczej precyzji.
 
 %package single-static
 Summary:       Static single-precision FFTW libraries
-Summary(pl.UTF-8):   Statyczne biblioteki FFTW pojedynczej precyzji
+Summary(pl.UTF-8):     Statyczne biblioteki FFTW pojedynczej precyzji
 Group:         Development/Libraries
 Requires:      %{name}-single-devel = %{version}-%{release}
 
@@ -123,6 +124,7 @@ Statyczne biblioteki FFTW pojedynczej precyzji.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # don't use pregenerated file
 rm -f fftw/config.h
@@ -177,11 +179,11 @@ rm -rf $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
+%post devel    -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun devel  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %post  single -p /sbin/ldconfig
 %postun        single -p /sbin/ldconfig
@@ -189,9 +191,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libfftw.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfftw.so.2
 %attr(755,root,root) %{_libdir}/libfftw_threads.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfftw_threads.so.2
 %attr(755,root,root) %{_libdir}/librfftw.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librfftw.so.2
 %attr(755,root,root) %{_libdir}/librfftw_threads.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librfftw_threads.so.2
 
 %files devel
 %defattr(644,root,root,755)
@@ -217,9 +223,13 @@ rm -rf $RPM_BUILD_ROOT
 %files single
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsfftw.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsfftw.so.2
 %attr(755,root,root) %{_libdir}/libsfftw_threads.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsfftw_threads.so.2
 %attr(755,root,root) %{_libdir}/libsrfftw.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsrfftw.so.2
 %attr(755,root,root) %{_libdir}/libsrfftw_threads.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsrfftw_threads.so.2
 
 %files single-devel
 %defattr(644,root,root,755)
This page took 0.040722 seconds and 4 git commands to generate.