rpms/perl-Math-FFT/devel import.log, NONE, 1.1 perl-Math-FFT.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý (msuchy) fedora-extras-commits at redhat.com
Tue Jul 1 10:50:50 UTC 2008


Author: msuchy

Update of /cvs/extras/rpms/perl-Math-FFT/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29535/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Math-FFT.spec 
Log Message:
Inital commit



--- NEW FILE import.log ---
perl-Math-FFT-1_28-1_fc9:HEAD:perl-Math-FFT-1.28-1.fc9.src.rpm:1214906471


--- NEW FILE perl-Math-FFT.spec ---
Name:           perl-Math-FFT
Version:        1.28
Release:        1%{?dist}
Summary:        Perl module to calculate Fast Fourier Transforms
# Perl module code is GPL+ or same as Perl itself
# arrays.c has same licence as Perl itself
# FFT code is based on the C routine of fft4g.c Takuya OOURA,
# which is public domain
License:        (GPL+ or Artistic) and Public Domain
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Math-FFT/
Source0:        http://www.cpan.org/authors/id/R/RK/RKOBES/Math-FFT-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:  perl(ExtUtils::MakeMaker)

%description
This module implements some algorithms for calculating Fast Fourier
Transforms for one-dimensional data sets of size 2^n. 

%prep
%setup -q -n Math-FFT-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Math*
%{_mandir}/man3/*

%changelog
* Wed Jun 25 2008 Miroslav Suchy <msuchy at redhat.com> 1.28-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-FFT/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2008 16:28:09 -0000	1.1
+++ .cvsignore	1 Jul 2008 10:50:11 -0000	1.2
@@ -0,0 +1 @@
+Math-FFT-1.28.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-FFT/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2008 16:28:09 -0000	1.1
+++ sources	1 Jul 2008 10:50:11 -0000	1.2
@@ -0,0 +1 @@
+de12537d06eb90e8a4d80b765ceb8252  Math-FFT-1.28.tar.gz




More information about the scm-commits mailing list