]> git.pld-linux.org Git - packages/perl-Math-Matrix.git/blobdiff - perl-Math-Matrix.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Math-Matrix.git] / perl-Math-Matrix.spec
index c60e2e3be9be6ef8cf4f50d7e19ce91a2d05b9cb..d47d66cfe5d74c0bf722ea8feb92331cc221d5a8 100644 (file)
@@ -1,16 +1,21 @@
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Math
-%define        pnam    Matrix
-Summary:       Math::Matrix Perl module - Multiply and invert Matrices
-Summary(pl):   Modu³ Perla Math::Matrix - mno¿±cy i odwracaj±cy macierze
+#
+# 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:       6
-License:       GPL
+Version:       0.5
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: fad8f822e5e417ff12ccc2205eda206a
-BuildRequires: perl-devel >= 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)
@@ -18,8 +23,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Math::Matrix - Multiply and invert Matrices.
 
-%description -l pl
-Modu³ Math::Matrix - mno¿±cy i odwracaj±cy macierze.
+%description -l pl.UTF-8
+Moduł Math::Matrix - mnożący i odwracający macierze.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -29,10 +34,12 @@ Modu
        INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.06379 seconds and 4 git commands to generate.