aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-07 08:32:52 +0000
committerGitHub <noreply@github.com>2018-04-07 08:32:52 +0000
commit5f0e22ecec2ed479d37b5a3a3d861d56a1a0557b (patch)
tree881676cb5e2daf5868c4159f58573914f7a3fbdc
parent053b7e3e45b0ce60cde462a9d590afd6d4682cd1 (diff)
parente2ce502a6eebd1250329f602e79bab1171f57403 (diff)
downloadPROJ-5f0e22ecec2ed479d37b5a3a3d861d56a1a0557b.tar.gz
PROJ-5f0e22ecec2ed479d37b5a3a3d861d56a1a0557b.zip
Merge pull request #921 from kbevers/remove-proj-spec
Remove proj.spec file
-rw-r--r--HOWTO-RELEASE18
-rw-r--r--proj.spec51
2 files changed, 6 insertions, 63 deletions
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
diff --git a/proj.spec b/proj.spec
deleted file mode 100644
index b0854077..00000000
--- a/proj.spec
+++ /dev/null
@@ -1,51 +0,0 @@
-%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 5.0.0
-%define PACKAGE_URL http://proj4.org
-%define _prefix /usr
-
-Summary: Cartographic projection and geodetic transformation software
-Name: %PACKAGE_NAME
-Version: %PACKAGE_VERSION
-Release: 1
-Source0: proj-5.0.0.tar.gz
-License: MIT, Copyright (c) 2000, Frank Warmerdam
-Group: Applications/GIS
-Vendor: Intevation GmbH <http://intevation.net>
-Distribution: FreeGIS CD
-
-BuildRoot: %{_builddir}/%{name}-root
-Prefix: %{_prefix}
-BuildRequires: libtool
-Conflicts: PROJ.4
-
-%description
-PROJ is a generic coordinate transformation software, that transforms
-coordinates from one coordinate reference system (CRS) to another. This
-includes cartographic projections as well as geodetic transformations.
-
-%prep
-%setup -D -n proj-5.0.0
-%{_builddir}/%{name}-%{version}/autogen.sh
-%configure
-
-%build
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%makeinstall
-
-%clean
-rm -rf %{_builddir}/proj-5.0.0
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_libdir}/*
-%{_bindir}/*
-%{_includedir}/*
-%{_datadir}/proj/*
-%{_mandir}/man1/*
-%{_mandir}/man3/*
-
-%doc AUTHORS COPYING ChangeLog NEWS README.md