X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=perl-Math-Matrix.spec;h=d47d66cfe5d74c0bf722ea8feb92331cc221d5a8;hb=HEAD;hp=0a39d533f4c34745e2ce4b75eca8b77932ad450b;hpb=2bb66068fdbee130f2b35b3200d4ed99035bd747;p=packages%2Fperl-Math-Matrix.git diff --git a/perl-Math-Matrix.spec b/perl-Math-Matrix.spec index 0a39d53..d47d66c 100644 --- a/perl-Math-Matrix.spec +++ b/perl-Math-Matrix.spec @@ -1,44 +1,51 @@ -%define pdir Math -%define pnam Matrix -%include /usr/lib/rpm/macros.perl -Summary: Math-Matrix perl module -Summary(pl): Modu³ perla Math-Matrix +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%define pdir Math +%define pnam Matrix +Summary: Math::Matrix Perl module - multiply and invert matrices +Summary(pl.UTF-8): Moduł Perla Math::Matrix - mnożenie i odwracanie macierzy Name: perl-Math-Matrix -Version: 0.4 -Release: 2 - -License: GPL +Version: 0.5 +Release: 1 +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -BuildRequires: rpm-perlprov >= 3.0.3-16 -BuildRequires: perl >= 5.6 +Source0: http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 840a9ef812ad12bd1798752f1e90cf41 +URL: http://search.cpan.org/dist/Math-Matrix/ +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Math-Matrix perl module. +Math::Matrix - Multiply and invert Matrices. -%description -l pl -Modu³ perla Math-Matrix. +%description -l pl.UTF-8 +Moduł Math::Matrix - mnożący i odwracający macierze. %prep -%setup -q -n Math-Matrix-%{version} +%setup -q -n %{pdir}-%{pnam}-%{version} %build -perl Makefile.PL +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor %{__make} +%{?with_tests:%{__make} test} + %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT - -gzip -9nf README +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz -%{perl_sitelib}/Math/Matrix.pm +%doc README +%{perl_vendorlib}/Math/Matrix.pm %{_mandir}/man3/*