3 %bcond_without tests # do not perform "make test"
7 Summary: Math::Vec - Object-Oriented Vector Math Methods in Perl
8 Summary(pl.UTF-8): Math::Vec - zorientowane obiektowo metody do wektorów w Perlu
13 License: GPL v1+ or Artistic
14 Group: Development/Languages/Perl
15 Source0: http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5: 3d881e6f8074257d54125190719859eb
17 URL: http://search.cpan.org/dist/Math-Vec/
18 BuildRequires: perl-Module-Build
19 BuildRequires: perl-devel >= 1:5.8.0
20 BuildRequires: rpm-perlprov >= 4.1-13
22 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25 This module was adapted from Math::Vector, written by Wayne M.
28 It uses most of the same algorithms, and currently preserves the same
29 names as the original functions, though some aliases have been added
30 to make the interface more natural (at least to the way I think.)
32 The "object" for the object oriented calling style is a blessed array
33 reference which contains a vector of the form [x,y,z]. Methods will
34 typically return a list.
36 %description -l pl.UTF-8
37 Ten moduł został zaadaptowany z Math::Vector napisanego przez Wayne'a
40 Używa w większości tych samych algorytmów i aktualnie zachowuje te
41 same nazwy jak funkcje oryginalne, ale dodano trochę aliasów, aby
42 uczynić interfejs bardziej naturalnym (przynajmniej zdaniem autora).
44 "Obiekt" dla zorientowanego obiektowo stylu wywołań jest
45 pobłogosławioną referencją do tablicy zawierającą wektor w postaci
46 [x,y,z]. Metody zwykle zwracają listę.
49 %setup -q -n %{pdir}-%{pnam}-%{version}
52 %{__perl} Makefile.PL \
54 destdir=$RPM_BUILD_ROOT
57 %{?with_tests:./Build test}
60 rm -rf $RPM_BUILD_ROOT
65 rm -rf $RPM_BUILD_ROOT
68 %defattr(644,root,root,755)
70 %{perl_vendorlib}/Math/Vec.pm