12 Star 0 Fork 9

src-openEuler/geos
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
geos.spec 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2025-02-26 11:15 +08:00 . Fix build failure due to gcc enabled pgo and lto
Name: geos
Version: 3.13.0
Release: 2
Summary: GEOS is a C++ port of the Java Topology Suite
License: LGPLv2
URL: http://trac.osgeo.org/geos/
Source0: http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: gcc gcc-c++ doxygen libtool cmake
BuildRequires: mold
%description
GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS).
It aims to contain the complete functionality of JTS in C++. This includes all the
OpenGIS Simple Features for SQL spatial predicate functions and spatial operators,
as well as specific JTS enhanced functions. GEOS provides spatial functionality to
many other projects and products.
%package devel
Summary: Development files for GEOS
Requires: %{name} = %{version}-%{release}
%description devel
GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS).
It aims to contain the complete functionality of JTS in C++. This includes all the
OpenGIS Simple Features for SQL spatial predicate functions and spatial operators,
as well as specific JTS enhanced functions. GEOS provides spatial functionality to
many other projects and products.
This package contains the development files to build applications that
use GEOS.
%prep
%autosetup -p1
%build
%configure --disable-static --disable-dependency-tracking --disable-python
%make_build
%install
%make_install
%check
make check || exit 0
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc AUTHORS NEWS.md README.md
%license COPYING
%{_libdir}/libgeos.so.%{version}*
%{_libdir}/libgeos_c.so.1*
%exclude %{_libdir}/cmake
%files devel
%{_bindir}/geos-config
%{_bindir}/geosop
%{_includedir}/*
%{_libdir}/libgeos.so
%{_libdir}/libgeos_c.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Feb 26 2025 yaoxin <1024769339@qq.com> - 3.13.0-2
- Fix build failure due to gcc enabled pgo and lto
* Wed Dec 25 2024 Ge Wang <wang__ge@126.com> - 3.13.0-1
- Upgrade geos to 3.13.0
* Sat Jan 22 2022 yaoxin <yaoxin30@huawei.com> - 3.9.0-1
- Upgrade geos to 3.9.0
* Wed Nov 11 2020 leiju<leiju4@huawei.com> - 3.6.1-13
- Remove python2 subpackage
* Mon Mar 09 2020 yangjian<yangjian79@huawei.com> - 3.6.1-12
- Fix patch problem
* Wed Mar 04 2020 yangjian<yangjian79@huawei.com> - 3.6.1-11
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/geos.git
git@gitee.com:src-openeuler/geos.git
src-openeuler
geos
geos
openEuler-25.03

搜索帮助