rpms/perl-Math-MatrixReal/devel perl-Math-MatrixReal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Feb 22 22:13:12 UTC 2008


Author: pertusus

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Math-MatrixReal.spec 
Log Message:
Initial import



--- NEW FILE perl-Math-MatrixReal.spec ---
Name:           perl-Math-MatrixReal
Version:        2.03
Release:        1%{?dist}
Summary:        Manipulate matrix of reals
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Math-MatrixReal/
Source0:        http://www.cpan.org/authors/id/L/LE/LETO/Math-MatrixReal-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build) perl(File::Spec) perl(Test::Simple)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Implements the data type "matrix of reals", which can be used almost like
any other basic Perl type thanks to OPERATOR OVERLOADING, i.e.,
  $product = $matrix1 * $matrix2;
does what you would like it to do (a matrix multiplication).

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES CREDITS GOALS README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Feb 20 2008 Patrice Dumas <pertusus at free.fr> 2.03-1
- Specfile almost autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Feb 2008 21:26:30 -0000	1.1
+++ .cvsignore	22 Feb 2008 22:12:26 -0000	1.2
@@ -0,0 +1 @@
+Math-MatrixReal-2.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Feb 2008 21:26:30 -0000	1.1
+++ sources	22 Feb 2008 22:12:26 -0000	1.2
@@ -0,0 +1 @@
+ddec2540dfe7a719225d2abd5be3ce52  Math-MatrixReal-2.03.tar.gz




More information about the fedora-extras-commits mailing list