]> git.pld-linux.org Git - packages/fftw++.git/commitdiff
- init release, build
authorsiomek <siomek@pld-linux.org>
Sat, 25 Jun 2005 15:32:53 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw++.spec -> 1.1

fftw++.spec [new file with mode: 0644]

diff --git a/fftw++.spec b/fftw++.spec
new file mode 100644 (file)
index 0000000..fe9c7c0
--- /dev/null
@@ -0,0 +1,77 @@
+Summary:       Fast Fourier Transform C++ Header Class for FFTW3 Library
+Summary(pl):   Biblioteka klas C++ z funkcjami szybkiej transformaty Fouriera 
+Name:          fftw++
+Version:       1.01
+Release:       0.1
+License:       GPL
+Group:         Libraries
+Source0:       http://www.math.ualberta.ca/imaging/fftw++/%{name}-%{version}.tar.gz
+Source1:       http://www.math.ualberta.ca/~bowman/Array.h
+# Source0-md5: 42ac1ed342ade0d6242f0ee776433ad6
+URL:           http://www.math.ualberta.ca/imaging/fftw++/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gcc-c++
+Requires:      fftw3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FFTW++ is a C++ header class for version 3 of the highly optimized FFTW Fourier Transform library. 
+
+%description -l pl
+FFTW++ jest bibibliotek± klas napisan± w C++ dla wersji FFTW 3.
+
+%package devel
+Summary:       Development files for fftw++
+Summary(pl):   Pliki programistyczne do fftw++
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%package examples
+Summary:       Example files for fftw++
+Summary(pl):   Przyk³±dy programistyczne do fftw++
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+This package contains the files you need to develop programs using the
+FFTW (fast fourier transform library).
+
+%description devel -l pl
+Ten pakiet zawiera pliki potrzebne do tworzenia programów u¿ywaj±cych
+biblioteki FFTW++ (wykonuj±cej szybk± transformatê Fouriera).
+
+
+%description examples
+Examples for use fftw++
+
+%description examples -l pl
+Przyk³ady do fftw++
+
+%prep
+%setup -q -n %{name}-%{version}
+%setup %{Source1}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install        -d $RPM_BUILD_ROOT%{_includedir}/fftw++
+install        -d $RPM_BUILD_ROOT%{_prefix}/src/examples/fftw++
+
+install fftw++.*   $RPM_BUILD_ROOT%{_includedir}/fftw++
+install %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/fftw++
+install  example*.*   $RPM_BUILD_ROOT%{_prefix}/src/examples/fftw++
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README LICENSE
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/fftw++
+
+%files examples
+%defattr(644,root,root,755)
+%{_prefix}/src/examples/fftw++
This page took 0.091717 seconds and 4 git commands to generate.