[packages/proj] - updated to 6.0.0 (soname change)

adamg adamg at pld-linux.org
Sun Mar 31 10:26:36 CEST 2019


commit 41a2f665ee12a83fd9c8f6a2d467178a44b8277c
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Sun Mar 31 10:26:29 2019 +0200

    - updated to 6.0.0 (soname change)

 proj-am.patch |  8 ++++----
 proj.spec     | 32 ++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 16 deletions(-)
---
diff --git a/proj.spec b/proj.spec
index 144e855..274b9bf 100644
--- a/proj.spec
+++ b/proj.spec
@@ -5,12 +5,12 @@
 Summary:	Cartographic projection software
 Summary(pl.UTF-8):	Oprogramowanie do rzutów kartograficznych
 Name:		proj
-Version:	4.9.3
+Version:	6.0.0
 Release:	1
 Group:		Libraries
 License:	MIT
 Source0:	http://download.osgeo.org/proj/%{name}-%{version}.tar.gz
-# Source0-md5:	d598336ca834742735137c5674b214a1
+# Source0-md5:	08cd21c95e530cd01c5cf58e9f32483a
 Source1:	http://download.osgeo.org/proj/%{name}-pdf-docs.tar.gz
 # Source1-md5:	7c8f48f0fddf0d5730f4b27b3f09e6c1
 Patch0:		%{name}-am.patch
@@ -110,32 +110,35 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog CITATION NEWS README
 %attr(755,root,root) %{_libdir}/libproj.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libproj.so.12
+%attr(755,root,root) %ghost %{_libdir}/libproj.so.15
 %dir %{_datadir}/proj
 %{_datadir}/proj/CH
 %{_datadir}/proj/GL27
-%{_datadir}/proj/IGNF
+%{_datadir}/proj/ITRF2000
+%{_datadir}/proj/ITRF2008
+%{_datadir}/proj/ITRF2014
 %{_datadir}/proj/nad27
 %{_datadir}/proj/nad83
 %{_datadir}/proj/nad.lst
+%{_datadir}/proj/null
 %{_datadir}/proj/world
-%{_datadir}/proj/epsg
-%{_datadir}/proj/esri
-%{_datadir}/proj/esri.extra
 %{_datadir}/proj/other.extra
-%{_datadir}/proj/proj_def.dat
+%{_datadir}/proj/proj.db
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libproj.so
 %{_libdir}/libproj.la
+%{_includedir}/proj
 %{_includedir}/geodesic.h
 %{_includedir}/org_proj4_PJ.h
-%{_includedir}/org_proj4_Projections.h
+%{_includedir}/proj.h
 %{_includedir}/proj_api.h
-%{_includedir}/projects.h
+%{_includedir}/proj_constants.h
+%{_includedir}/proj_experimental.h
+%{_includedir}/proj_symbol_rename.h
 %{_pkgconfigdir}/proj.pc
 %{_mandir}/man3/geodesic.3*
 %{_mandir}/man3/pj_init.3*
@@ -147,14 +150,19 @@ rm -rf $RPM_BUILD_ROOT
 %files progs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/cs2cs
+%attr(755,root,root) %{_bindir}/cct
 %attr(755,root,root) %{_bindir}/geod
+%attr(755,root,root) %{_bindir}/gie
 %attr(755,root,root) %{_bindir}/invgeod
 %attr(755,root,root) %{_bindir}/invproj
-%attr(755,root,root) %{_bindir}/nad2bin
 %attr(755,root,root) %{_bindir}/proj
+%attr(755,root,root) %{_bindir}/projinfo
 %{_mandir}/man1/cs2cs.1*
+%{_mandir}/man1/cct.1*
 %{_mandir}/man1/geod.1*
+%{_mandir}/man1/gie.1*
 %{_mandir}/man1/proj.1*
+%{_mandir}/man1/projinfo.1*
 
 %files doc
 %defattr(644,root,root,755)
diff --git a/proj-am.patch b/proj-am.patch
index 8acf908..40c7740 100644
--- a/proj-am.patch
+++ b/proj-am.patch
@@ -1,11 +1,11 @@
 --- proj-4.8.0/src/Makefile.am.orig	2012-03-07 06:58:49.000000000 +0100
 +++ proj-4.8.0/src/Makefile.am	2012-09-29 16:13:43.999686530 +0200
-@@ -65,7 +65,7 @@
- 	jniproj.c pj_mutex.c pj_initcache.c pj_apply_vgridshift.c
+@@ -222,7 +222,7 @@
+ 	mv $(top_srcdir)/src/wkt2_generated_parser.c.tmp $(top_srcdir)/src/wkt2_generated_parser.c
  
  
--install-exec-local:
-+install-exec-hook:
+-install-exec-local: install-binPROGRAMS
++install-exec-hook: install-binPROGRAMS
  	rm -f $(DESTDIR)$(bindir)/invproj$(EXEEXT)
  	(cd $(DESTDIR)$(bindir); ln -s proj$(EXEEXT) invproj$(EXEEXT))
  	rm -f $(DESTDIR)$(bindir)/invgeod$(EXEEXT)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/proj.git/commitdiff/41a2f665ee12a83fd9c8f6a2d467178a44b8277c



More information about the pld-cvs-commit mailing list