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