Hello community,

here is the log from the commit of package libspatialite for openSUSE:Factory 
checked in at 2017-12-06 08:58:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libspatialite (Old)
 and      /work/SRC/openSUSE:Factory/.libspatialite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libspatialite"

Wed Dec  6 08:58:53 2017 rev:4 rq:548193 version:4.3.0a

Changes:
--------
--- /work/SRC/openSUSE:Factory/libspatialite/libspatialite.changes      
2015-11-10 10:03:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libspatialite.new/libspatialite.changes 
2017-12-06 08:58:54.360289144 +0100
@@ -1,0 +2,6 @@
+Mon Dec  4 17:20:31 UTC 2017 - [email protected]
+
+- Do not build documentation
+- Small spec file cleanup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libspatialite.spec ++++++
--- /var/tmp/diff_new_pack.lHzP7x/_old  2017-12-06 08:58:55.164259715 +0100
+++ /var/tmp/diff_new_pack.lHzP7x/_new  2017-12-06 08:58:55.168259569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libspatialite
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,7 +16,8 @@
 #
 
 
-%define libname %{name}7
+%define sover   7
+%define libname %{name}%{sover}
 Name:           libspatialite
 Version:        4.3.0a
 Release:        0
@@ -25,18 +26,15 @@
 Group:          Development/Libraries/C and C++
 Url:            http://www.gaia-gis.it/spatialite/
 Source:         
http://www.gaia-gis.it/gaia-sins/%{name}-sources/%{name}-%{version}.tar.gz
-BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  freexl-devel
 BuildRequires:  gcc-c++
-BuildRequires:  graphviz
 BuildRequires:  libgeos-devel
-BuildRequires:  libproj-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  sqlite-devel >= 3.7.3
-BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(freexl)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(proj)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 The SpatiaLite extension enables SQLite to support spatial data too [aka
@@ -65,37 +63,29 @@
 %build
 %configure \
        --disable-static
-
 make %{?_smp_mflags}
-doxygen
 
-%if 0%{?suse_version} > 1210
 %check
 # Don't fail build - two failures (reported to upstream)
 make check %{?_smp_mflags} || :
-%endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root,-)
 %doc COPYING README README.coverage
-%{_libdir}/lib*.so.*
-%{_libdir}/mod_spatialite.so.*
+%{_libdir}/libspatialite.so.%{sover}*
+%{_libdir}/mod_spatialite.so.%{sover}*
 
 %files devel
-%defattr(-,root,root,-)
-%doc COPYING README README.coverage html
+%doc COPYING README README.coverage
 %{_includedir}/*
-%{_libdir}/lib*.so
+%{_libdir}/libspatialite.so
 %{_libdir}/mod_spatialite.so
 %{_libdir}/pkgconfig/spatialite.pc
 


Reply via email to