[geos-devel] [GEOS] #1143: Release distribution contains generated files with "dev" in version
GEOS
geos-trac at osgeo.org
Tue Nov 2 13:17:05 PDT 2021
#1143: Release distribution contains generated files with "dev" in version
------------------------+---------------------------
Reporter: Mike Taves | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.10.1
Component: Default | Version: main
Severity: Unassigned | Resolution:
Keywords: |
------------------------+---------------------------
Comment (by Mike Taves):
correction to current "safest way" is:
{{{
sdist_dir=$(mktemp -d)
cd $sdist_dir
git clone --depth 1 --branch 3.10
https://git.osgeo.org/gitea/geos/geos.git
cd geos
# edit Version.txt
mkdir build
cd build
cmake -G"Unix Makefiles" ..
make dist
# copy or upload .tar.bz2 file somewhere
cd /tmp
rm -rf $sdist_dir
}}}
I still think a better long-term solution would be to make a POSIX script
that uses git-archive. This should be targeted for a future release, and
I'll have a think about it as I would also want it for PROJ too.
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/1143#comment:5>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list