]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
- rel.2 - placeholder for "wisdom" files. How about create them while
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 16 Aug 2010 16:26:57 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  building and distribute? creation takes few hours...

Changed files:
    fftw3.spec -> 1.40

fftw3.spec

index a54131ecf23c563ff78c6d62bbd105a57db7be81..3b9310658b8fcd98ff13574a3c2c6e30fc552876 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):      Biblioteka z funkcjami szybkiej transformaty Fouriera
 Summary(pt_BR.UTF-8):  biblioteca fast fourier transform
 Name:          fftw3
 Version:       3.2
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Libraries
 Source0:       ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz
@@ -267,6 +267,7 @@ done
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/fftw
 
 %{__make} install -C build-single \
        DESTDIR=$RPM_BUILD_ROOT
@@ -368,6 +369,7 @@ rm -rf $RPM_BUILD_ROOT
 %files common
 %defattr(644,root,root,755)
 %doc AUTHORS COPYRIGHT ChangeLog NEWS README TODO
+%dir %{_sysconfdir}/fftw
 %attr(755,root,root) %{_bindir}/fftw-wisdom-to-conf
 %{_mandir}/man1/fftw-wisdom-to-conf.1*
 
This page took 0.063346 seconds and 4 git commands to generate.