automatic version update by autodist [release 3.8.0-1mamba;Wed Dec 11 2019]
This commit is contained in:
parent
8b9e9f1d04
commit
5fb37e6533
@ -4,7 +4,7 @@
|
||||
%define ruby_sitearchdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')
|
||||
%endif
|
||||
Name: libgeos
|
||||
Version: 3.7.2
|
||||
Version: 3.8.0
|
||||
Release: 1mamba
|
||||
Summary: GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)
|
||||
Group: System/Libraries
|
||||
@ -69,7 +69,7 @@ This package contains Ruby module to build applications using GEOS and Ruby.
|
||||
|
||||
%prep
|
||||
%setup -q -n geos-%{version}
|
||||
%patch0 -p0 -b .gcc43
|
||||
#%patch0 -p0 -b .gcc43
|
||||
#%patch1 -p1 -b .swig
|
||||
|
||||
for makefile in `find . -type f -name 'Makefile.in'`; do
|
||||
@ -124,7 +124,7 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
%{_libdir}/libgeos.so
|
||||
%{_libdir}/libgeos_c.so
|
||||
%doc doc/doxygen_docs
|
||||
%doc ChangeLog NEWS TODO
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%if %with_python
|
||||
%files -n python-geos
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 02 2019 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user