SPECS: fftw++.spec - some cleanups, added missing Log

qboosh qboosh at pld-linux.org
Sun Jun 26 18:44:35 CEST 2005


Author: qboosh                       Date: Sun Jun 26 16:44:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some cleanups, added missing Log

---- Files affected:
SPECS:
   fftw++.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/fftw++.spec
diff -u SPECS/fftw++.spec:1.1 SPECS/fftw++.spec:1.2
--- SPECS/fftw++.spec:1.1	Sat Jun 25 17:32:53 2005
+++ SPECS/fftw++.spec	Sun Jun 26 18:44:30 2005
@@ -1,25 +1,28 @@
+# $Revision$, $Date$
 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 +30,36 @@
 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,10 +74,16 @@
 
 %files examples
 %defattr(644,root,root,755)
-%{_prefix}/src/examples/fftw++
+%{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
+$Log$
+Revision 1.2  2005/06/26 16:44:30  qboosh
+- some cleanups, added missing Log
+
+Revision 1.1  2005/06/25 15:32:53  siomek
+- init release, build
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fftw++.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list