Author: siomek Date: Sat Jun 25 15:32:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init release, build
---- Files affected: SPECS: fftw++.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/fftw++.spec diff -u /dev/null SPECS/fftw++.spec:1.1 --- /dev/null Sat Jun 25 17:32:58 2005 +++ SPECS/fftw++.spec Sat Jun 25 17:32:53 2005 @@ -0,0 +1,83 @@ +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++ + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
