]> git.pld-linux.org Git - packages/perl-Math-Quaternion.git/blame - perl-Math-Quaternion.spec
./perl-Math-Quaternion/perl-Math-Quaternion.spec
[packages/perl-Math-Quaternion.git] / perl-Math-Quaternion.spec
CommitLineData
33e421da
JB
1#
2# Conditional build:
29ab03bd 3%bcond_without tests # do not perform "make test"
33e421da
JB
4#
5%include /usr/lib/rpm/macros.perl
8ef5b9d6 6%define pdir Math
7%define pnam Quaternion
33e421da 8Summary: Math::Quaternion - Perl class to represent quaternions
4592b7bc 9Summary(pl.UTF-8): Math::Quaternion - klasa Perla do reprezentowania kwaternionów
33e421da 10Name: perl-Math-Quaternion
1cc16f40 11Version: 0.03
12Release: 1
0b2306d0 13# same as perl
33e421da
JB
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
1cc16f40 17# Source0-md5: 818e88923c99053f26317acd4c61adfd
4c2fc9bf 18BuildRequires: perl-devel >= 1:5.8.0
33e421da 19BuildRequires: rpm-perlprov >= 4.1-13
29ab03bd 20%{?with_tests:BuildRequires: perl-Test-Simple}
33e421da
JB
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
33e421da
JB
24%description
25This package lets you create and manipulate quaternions. A
26quaternion is a mathematical object developed as a kind of
27generalization of complex numbers, usually represented by an array
28of four real numbers, and is often used to represent rotations in
29three-dimensional space.
30
d3b93fce
JR
31%description -l pl.UTF-8
32Ten pakiet pozwala na tworzenie oraz wykorzystywanie kwaternionów w
33obliczeniach. Kwaternion to obiekt matematyczny wymyślony jako rodzaj
34uogólnienia liczb zespolonych, zazwyczaj reprezentowany jako tablica
35czterech liczb rzeczywistych, często używany do reprezentowania
36obrotów w przestrzeni trójwymiarowej.
33e421da
JB
37
38%prep
39%setup -q -n %{pdir}-%{pnam}-%{version}
40
41%build
42%{__perl} Makefile.PL \
43 INSTALLDIRS=vendor
33e421da
JB
44%{__make}
45
29ab03bd 46%{?with_tests:%{__make} test}
33e421da
JB
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc Changes
60%{perl_vendorlib}/Math/Quaternion.pm
61%{_mandir}/man3/*
This page took 0.139076 seconds and 4 git commands to generate.