]> git.pld-linux.org Git - packages/fftw++.git/blob - fftw++.spec
80b6c98eafac33d8f928fe06071f391e404f3e7d
[packages/fftw++.git] / fftw++.spec
1 Summary:        Fast Fourier Transform C++ Header Class for FFTW3 Library
2 Summary(pl):    Biblioteka klas C++ z funkcjami szybkiej transformaty Fouriera
3 Name:           fftw++
4 Version:        1.01
5 Release:        0.1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://www.math.ualberta.ca/imaging/fftw++/%{name}-%{version}.tar.gz
9 # Source0-md5:  42ac1ed342ade0d6242f0ee776433ad6
10 Source1:        http://www.math.ualberta.ca/~bowman/Array.h
11 URL:            http://www.math.ualberta.ca/imaging/fftw++/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 Requires:       fftw3
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FFTW++ is a C++ header class for version 3 of the highly optimized
20 FFTW Fourier Transform library. 
21
22 %description -l pl
23 FFTW++ jest bibliotek± klas napisan± w C++ dla wersji 3 biblioteki
24 szybkiej transformaty Fouriera FFTW.
25
26 %package devel
27 Summary:        Development files for fftw++
28 Summary(pl):    Pliki programistyczne do fftw++
29 Group:          Development/Libraries
30 Requires:       %{name} = %{version}-%{release}
31
32 %description devel
33 This package contains the files you need to develop programs using the
34 FFTW++ (fast fourier transform library).
35
36 %description devel -l pl
37 Ten pakiet zawiera pliki potrzebne do tworzenia programów u¿ywaj±cych
38 biblioteki FFTW++ (wykonuj±cej szybk± transformatê Fouriera).
39
40 %package examples
41 Summary:        Example files for fftw++
42 Summary(pl):    Przyk³±dy programistyczne do fftw++
43 Group:          Development/Libraries
44 Requires:       %{name} = %{version}-%{release}
45
46 %description examples
47 Examples how to use fftw++.
48
49 %description examples -l pl
50 Przyk³ady do fftw++.
51
52 %prep
53 %setup -q
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_includedir}/fftw++,%{_examplesdir}/%{name}-%{version}}
58
59 install fftw++.*   $RPM_BUILD_ROOT%{_includedir}/fftw++
60 install %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/fftw++
61 install  example*.*   $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc README LICENSE
69
70 %files devel
71 %defattr(644,root,root,755)
72 %{_includedir}/fftw++
73
74 %files examples
75 %defattr(644,root,root,755)
76 %{_examplesdir}/%{name}-%{version}
This page took 0.056231 seconds and 2 git commands to generate.