]> 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 890eb6242d73a966275f1529c3e0ab2faafa6a89..d47d66cfe5d74c0bf722ea8feb92331cc221d5a8 100644 (file)
@@ -1,52 +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
-Group(cs):     Vývojové prostøedky/Programovací jazyky/Perl
-Group(de):     Entwicklung/Sprachen/Perl
-Group(es):     Desarrollo/Lenguajes/Perl
-Group(fr):     Development/Langues/Perl
-Group(ja):     ³«È¯/¸À¸ì/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Group(pt):     Desenvolvimento/Linguagens/Perl
-Group(ru):     òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/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/*
This page took 0.06175 seconds and 4 git commands to generate.