automatic version update by autodist [release 3.10.0-1mamba;Mon Oct 25 2021]
This commit is contained in:
parent
c023b0d113
commit
0beb349627
26
libgeos.spec
26
libgeos.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libgeos
|
Name: libgeos
|
||||||
Version: 3.9.1
|
Version: 3.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)
|
Summary: GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -19,7 +19,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, 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 topology functions.
|
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, 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 topology functions.
|
||||||
@ -31,7 +30,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
|
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
|
||||||
This package contains static libraries and headers need for development.
|
This package contains static libraries and headers needed for development.
|
||||||
|
|
||||||
%package -n python-geos
|
%package -n python-geos
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -65,18 +64,13 @@ for makefile in `find . -type f -name 'Makefile.in'`; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
--disable-static \
|
|
||||||
--disable-dependency-tracking
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
cd doc
|
|
||||||
make doxygen-html
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make check || exit 0
|
%make check || exit 0
|
||||||
@ -93,12 +87,13 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgeos-%{version}.so
|
%{_libdir}/libgeos.so.*
|
||||||
%{_libdir}/libgeos_c.so.*
|
%{_libdir}/libgeos_c.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/geosop
|
||||||
%{_bindir}/geos-config
|
%{_bindir}/geos-config
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%dir %{_includedir}/geos
|
%dir %{_includedir}/geos
|
||||||
@ -106,10 +101,15 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
%{_libdir}/libgeos.so
|
%{_libdir}/libgeos.so
|
||||||
%{_libdir}/libgeos_c.so
|
%{_libdir}/libgeos_c.so
|
||||||
%{_libdir}/pkgconfig/geos.pc
|
%{_libdir}/pkgconfig/geos.pc
|
||||||
%doc doc/doxygen_docs
|
%dir %{_libdir}/cmake/GEOS
|
||||||
%doc ChangeLog NEWS
|
%{_libdir}/cmake/GEOS/*.cmake
|
||||||
|
#%doc doc/doxygen_docs
|
||||||
|
#%doc ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2021 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 12 2021 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
* Fri Feb 12 2021 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user