rpms/perl-Math-Spline/FC-5 perl-Math-Spline.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Mar 30 01:37:36 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/perl-Math-Spline/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1702/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Math-Spline.spec 
Log Message:
auto-import perl-Math-Spline-0.01-1 on branch FC-5 from perl-Math-Spline-0.01-1.src.rpm


--- NEW FILE perl-Math-Spline.spec ---
Name:           perl-Math-Spline
Version:        0.01
Release:        1%{?dist}
Summary:        Cubic Spline Interpolation of data
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Math-Spline/
Source0:        http://www.cpan.org/modules/by-module/Math/Math-Spline-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This package provides cubic spline interpolation of numeric data. The data
is passed as references to two arrays containing the x and y ordinates. It
may be used as an exporter of the numerical functions or, more easily as a
class module.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -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 README Release
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Mar 23 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.01-1
- Add perl(ExtUtils::MakeMaker) BR.
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Spline/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2007 01:16:53 -0000	1.1
+++ .cvsignore	30 Mar 2007 01:37:03 -0000	1.2
@@ -0,0 +1 @@
+Math-Spline-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Spline/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2007 01:16:53 -0000	1.1
+++ sources	30 Mar 2007 01:37:03 -0000	1.2
@@ -0,0 +1 @@
+a9ebe29ba1794d1dca60aa0c44178197  Math-Spline-0.01.tar.gz




More information about the fedora-extras-commits mailing list