5 Star 0 Fork 3

src-openEuler/perl-Geo-Inverse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Geo-Inverse.spec 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
安云皓 提交于 2024-05-06 09:26 . 初始化软件包仓库
Name: perl-Geo-Inverse
Version: 0.07
Release: 1
Summary: Calculate geographic distance from a lat & lon pair
License: MIT
URL: https://metacpan.org/release/Geo-Inverse
Source0: https://cpan.metacpan.org/authors/id/M/MR/MRDVT/Geo-Inverse-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time
BuildRequires: perl(base)
BuildRequires: perl(Geo::Constants) >= 0.04
BuildRequires: perl(Geo::Ellipsoids) >= 0.09
BuildRequires: perl(Geo::Functions) >= 0.03
BuildRequires: perl(Package::New)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests
BuildRequires: perl(constant)
BuildRequires: perl(Test)
%description
%{summary}.
%prep
%setup -q -n Geo-Inverse-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%license LICENSE
%doc CONTRIBUTING.md Changes README.md
%{perl_vendorlib}/Geo/
%{_mandir}/man3/Geo*.3pm*
%changelog
* Mon May 06 2024 anyunhao<anyunhao@kylinos.cn> - 0.07-1
- Init package with 0.07
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Geo-Inverse.git
git@gitee.com:src-openeuler/perl-Geo-Inverse.git
src-openeuler
perl-Geo-Inverse
perl-Geo-Inverse
master

搜索帮助