]> git.pld-linux.org Git - packages/fftw++.git/commitdiff
- some cleanups, added missing Log
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Jun 2005 16:44:30 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw++.spec -> 1.2

fftw++.spec

index fe9c7c00c69d1f996834e4a04677ade7e9e7d359..51c4c5013423985febfa58321a15691cd9573880 100644 (file)
@@ -1,25 +1,27 @@
 Summary:       Fast Fourier Transform C++ Header Class for FFTW3 Library
-Summary(pl):   Biblioteka klas C++ z funkcjami szybkiej transformaty Fouriera 
+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
+Source1:       http://www.math.ualberta.ca/~bowman/Array.h
 URL:           http://www.math.ualberta.ca/imaging/fftw++/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gcc-c++
+BuildRequires: libstdc++-devel
 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. 
+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.
+FFTW++ jest bibibliotek± klas napisan± w C++ dla wersji 3 biblioteki
+szybkiej transformaty Fouriera FFTW.
 
 %package devel
 Summary:       Development files for fftw++
@@ -27,39 +29,36 @@ 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).
+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).
 
+%package examples
+Summary:       Example files for fftw++
+Summary(pl):   Przyk³±dy programistyczne do fftw++
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 
 %description examples
-Examples for use fftw++
+Examples how to use fftw++.
 
 %description examples -l pl
-Przyk³ady do fftw++
+Przyk³ady do fftw++.
 
 %prep
-%setup -q -n %{name}-%{version}
-%setup %{Source1}
+%setup -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install        -d $RPM_BUILD_ROOT%{_includedir}/fftw++
-install        -d $RPM_BUILD_ROOT%{_prefix}/src/examples/fftw++
+install        -d $RPM_BUILD_ROOT{%{_includedir}/fftw++,%{_examplesdir}/%{name}-%{version}}
 
 install fftw++.*   $RPM_BUILD_ROOT%{_includedir}/fftw++
 install %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/fftw++
-install  example*.*   $RPM_BUILD_ROOT%{_prefix}/src/examples/fftw++
+install  example*.*   $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,4 +73,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files examples
 %defattr(644,root,root,755)
-%{_prefix}/src/examples/fftw++
+%{_examplesdir}/%{name}-%{version}
This page took 0.082962 seconds and 4 git commands to generate.