]> git.pld-linux.org Git - packages/perl-Math-Matrix.git/blame - perl-Math-Matrix.spec
- (automatic) provided informative description
[packages/perl-Math-Matrix.git] / perl-Math-Matrix.spec
CommitLineData
20f9b49e 1%include /usr/lib/rpm/macros.perl
30b038df 2%define pdir Math
3%define pnam Matrix
3a1a3e01 4Summary: Math::Matrix - Multiply and invert Matrices
1dd891b6 5Name: perl-Math-Matrix
b3d056b1 6Version: 0.4
20f9b49e 7Release: 3
4686100d 8License: GPL
1dd891b6 9Group: Development/Languages/Perl
4d295a14 10Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
2c47c5cc 11BuildRequires: rpm-perlprov >= 3.0.3-16
6888309a 12BuildRequires: perl >= 5.6
c70a1bed 13BuildArch: noarch
9b0ff13c 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1dd891b6 15
16%description
3a1a3e01 17Math::Matrix - Multiply and invert Matrices.
1dd891b6 18
19%prep
20f9b49e 20%setup -q -n %{pdir}-%{pnam}-%{version}
1dd891b6 21
22%build
23perl Makefile.PL
1156e358 24%{__make}
1dd891b6 25
26%install
27rm -rf $RPM_BUILD_ROOT
3c8d34ed 28%{__make} install DESTDIR=$RPM_BUILD_ROOT
1dd891b6 29
1dd891b6 30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
3a1a3e01 36%doc README
1dd891b6 37%{perl_sitelib}/Math/Matrix.pm
1dd891b6 38%{_mandir}/man3/*
This page took 0.062518 seconds and 4 git commands to generate.