Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 25fe14b86384d1569ab5ed4b5fab814b > files > 2

perl-Math-ConvexHull-MonotoneChain-0.10.0-7.mga6.src.rpm

%define upstream_name    Math-ConvexHull-MonotoneChain
%define upstream_version 0.01

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 7

Summary:    Andrew's monotone chain algorithm for finding a convex hull in 2D
License:    GPLv1+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel

%description
Andrew's monotone chain algorithm for finding a convex hull in 2D.
This is somewhat experimental still.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog
* Sun Jun 19 2016 pterjan <pterjan> 0.10.0-7.mga6
+ Revision: 1029610
- Rebuild for perl 5.22.2

* Fri Feb 12 2016 umeabot <umeabot> 0.10.0-6.mga6
+ Revision: 957704
- Mageia 6 Mass Rebuild

* Fri Jun 26 2015 tv <tv> 0.10.0-5.mga6
+ Revision: 844965
- rebuild for soname-ifed perl

* Tue Jun 23 2015 sander85 <sander85> 0.10.0-4.mga6
+ Revision: 840753
- Rebuild for perl 5.22

* Tue Jan 13 2015 shlomif <shlomif> 0.10.0-3.mga5
+ Revision: 810274
- Add BR on perl-devel
- Importing perl-Math-ConvexHull-MonotoneChain (thanks to Richard Houser)


* Wed Jan 07 2015 Richard Houser <rick@divinesymphony.net> 0.01-3
- Initial Mageia package