]> git.pld-linux.org Git - SPECS.git/blob - perl-Math-Geometry-Planar-GPC.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / perl-Math-Geometry-Planar-GPC.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %define         pdir    Math
6 %define         pnam    Geometry-Planar-GPC
7 Summary:        Math::Geometry::Planar::GPC - Perl wrapper for Alan Murta's gpc library
8 Summary(pl.UTF-8):      Math::Geometry::Planar::GPC - interfejs perlowy do biblioteki gpc Alana Murty
9 Name:           perl-Math-Geometry-Planar-GPC
10 Version:        1.04
11 Release:        14
12 # perl interface is under "Artistic" license, but gpc itself is non-commercial
13 License:        non-commercial use, freely distributable
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  0f059f596abba73eee7f0ffcee134567
17 URL:            http://search.cpan.org/dist/Math-Geometry-Planar-GPC/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 Obsoletes:      perl-Math-Geometry-GPC
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This module is just a wrapper around the gpc (Generic Polygon
25 Clipping) C library written by Alan Murta.
26
27 %description -l pl.UTF-8
28 Ten moduł jest interfejsem do biblioteki C gpc (Generic Polygon
29 Clipping - ogólnego obcinania wielokątów) autorstwa Alana Murty.
30
31 %prep
32 %setup -q -n %{pdir}-%{pnam}-%{version}
33
34 %build
35 %{__perl} Makefile.PL \
36         INSTALLDIRS=vendor
37 %{__make} \
38         CC="%{__cc}" \
39         OPTIMIZE="%{rpmcflags}"
40
41 %{?with_tests:%{__make} test}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Changes README
55 %dir %{perl_vendorarch}/Math/Geometry
56 %dir %{perl_vendorarch}/Math/Geometry/Planar
57 %{perl_vendorarch}/Math/Geometry/Planar/GPC.pm
58 %dir %{perl_vendorarch}/auto/Math/Geometry
59 %dir %{perl_vendorarch}/auto/Math/Geometry/Planar
60 %dir %{perl_vendorarch}/auto/Math/Geometry/Planar/GPC
61 %attr(755,root,root) %{perl_vendorarch}/auto/Math/Geometry/Planar/GPC/GPC.so
62 %{_mandir}/man3/*
This page took 0.291634 seconds and 3 git commands to generate.