Hello community, here is the log from the commit of package proj for openSUSE:Factory checked in at 2016-07-05 09:52:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proj (Old) and /work/SRC/openSUSE:Factory/.proj.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proj" Changes: -------- --- /work/SRC/openSUSE:Factory/proj/proj.changes 2015-09-30 05:52:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes 2016-07-05 09:53:02.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 4 14:01:52 UTC 2016 - [email protected] + +- Update project and download url +- Small spec file cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proj.spec ++++++ --- /var/tmp/diff_new_pack.ta5d9I/_old 2016-07-05 09:53:03.000000000 +0200 +++ /var/tmp/diff_new_pack.ta5d9I/_new 2016-07-05 09:53:03.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package proj # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,17 +23,17 @@ Summary: Cartographic projection software License: MIT Group: Productivity/Scientific/Other -Url: http://trac.osgeo.org/proj -Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz +Url: https://trac.osgeo.org/proj/ +Source0: https://github.com/OSGeo/proj.4/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: ftp://ftp.remotesensing.org/proj/%{name}-datumgrid-1.5.zip -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: unzip Provides: libproj = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n %{libname} Summary: Cartographic projection software -Group: Applications/GIS +Group: Development/Libraries/C and C++ %package -n libproj-devel Summary: Development files for PROJ @@ -54,7 +54,7 @@ This package contains libproj and the appropriate header files and man pages. %prep -%setup -q +%setup -q -n proj.4-%{version} cd nad unzip -o %{SOURCE1} @@ -64,34 +64,39 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print -cd src -cp projects.h %{buildroot}/%{_includedir}/projects.h +install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig -%files -n %{libname} -%defattr(0644,root,root) -%{_libdir}/*.so.* - %files %defattr(-,root,root) %doc NEWS AUTHORS COPYING README ChangeLog %defattr(0755,root,root) -%{_bindir}/* -%dir %{_datadir}/proj +%{_bindir}/cs2cs +%{_bindir}/geod +%{_bindir}/invgeod +%{_bindir}/invproj +%{_bindir}/nad2bin +%{_bindir}/proj +%defattr(0644,root,root) +%{_mandir}/man1/cs2cs.1%{ext_man} +%{_mandir}/man1/geod.1%{ext_man} +%{_mandir}/man1/proj.1%{ext_man} +%{_datadir}/proj/ + +%files -n %{libname} %defattr(0644,root,root) -%{_mandir}/man1/*.1* -%{_datadir}/proj/* +%{_libdir}/libproj.so.9* %files -n libproj-devel %defattr(0644,root,root) -%{_mandir}/man3/*.3* %{_includedir}/*.h -%{_libdir}/*.so +%{_libdir}/libproj.so %{_libdir}/pkgconfig/proj.pc +%{_mandir}/man3/geodesic.3%{ext_man} +%{_mandir}/man3/pj_init.3%{ext_man} %changelog ++++++ proj-4.9.2.tar.gz ++++++ ++++ 134624 lines of diff (skipped)
