From e2ce502a6eebd1250329f602e79bab1171f57403 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 3 Apr 2018 17:02:25 +0200 Subject: Remove proj.spec file The file seem to be unused by the packagers and we don't use ourselves. Instead of trying to keep it up to date with each release we might as well get rid of the thing. --- HOWTO-RELEASE | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'HOWTO-RELEASE') diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 3053523b..d020d486 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -46,33 +46,27 @@ 7) Update NEWS file with summary of release changes. -8) Update the proj.spec file for the new version: - - PACKAGE_VERSION - - Source0 - - %setup line - - rm -rf line - -9) If this is a major release, prepare a branch. +8) If this is a major release, prepare a branch. git checkout -b 5.0 -10) Tag the release +9) Tag the release git tag 5.0.0 -11) Do a "make dist-all" in the proj root directory. After some grinding +10) Do a "make dist-all" in the proj root directory. After some grinding this should result in files like proj-4.4.3.tar.gz and proj-4.4.3.zip being created. These are full source distributions. -12) Put these in the proj ftp area on /osgeo/download/proj on +11) Put these in the proj ftp area on /osgeo/download/proj on download.osgeo.org. This can be done via scp using a command like the following. scp proj-4.4.3.{tar.gz,zip} warmerdam@download.osgeo.org:/osgeo/download/proj -13) Announce the new release on the PROJ.4 and MetaCRS mailing lists. +12) Announce the new release on the PROJ.4 and MetaCRS mailing lists. -14) Issue a new release report on GitHub: +13) Issue a new release report on GitHub: https://github.com/OSGeo/proj.4/releases/new -- cgit v1.2.3