]> git.pld-linux.org Git - packages/fftw.git/blobdiff - fftw.spec
- translated kloczkish into english
[packages/fftw.git] / fftw.spec
index f1bb3bc35d5a6b000a24f46bcf6884c6bcf37569..2c2f1fe5e4af3d77605461caef9b65a17125b5d3 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -1,14 +1,14 @@
 Summary:       fast fourier transform library
 Name:          fftw
-Version:       2.1.2
-Release:       3
+Version:       2.1.3
+Release:       1
 Copyright:     GPL
 Group:         Libraries
-Source:                ftp://theory.lcs.mit.edu/pub/fftw/%{name}-%{version}.tar.gz
+Source:                ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz
 Patch:         fftw-info.patch
 Icon:          fftw-logo-thumb.gif
-Prereq:                /sbin/install-info
-URL:           http://theory.lcs.mit.edu/~fftw/
+URL:           http://www.fftw.org/
+Prereq:                /usr/sbin/fix-info-dir
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -61,14 +61,11 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/fftw.info*
 
-%post
-/sbin/install-info %{_infodir}/%{name}.info.gz /etc/info-dir >&2
+%post devel
+/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%preun
-if [ "$1" = "0" ]; then
-        /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
-                /etc/info-dir >&2
-fi
+%postun devel
+/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.195942 seconds and 4 git commands to generate.