Hello community, here is the log from the commit of package libpst for openSUSE:Factory checked in at 2018-03-08 10:48:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpst (Old) and /work/SRC/openSUSE:Factory/.libpst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpst" Thu Mar 8 10:48:00 2018 rev:45 rq:582827 version:0.6.71 Changes: -------- --- /work/SRC/openSUSE:Factory/libpst/libpst.changes 2017-09-13 21:46:54.074346095 +0200 +++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes 2018-03-08 10:48:02.441768073 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:36:01 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpst.spec ++++++ --- /var/tmp/diff_new_pack.6D8qnL/_old 2018-03-08 10:48:03.301737112 +0100 +++ /var/tmp/diff_new_pack.6D8qnL/_new 2018-03-08 10:48:03.305736968 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpst # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008 Bharath Acharya # # All modifications and additions to the file contributed by third parties @@ -21,16 +21,15 @@ Version: 0.6.71 Release: 0 Summary: Library and utilities for reading Personal Storage Table files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Email/Utilities -Url: http://www.gnome.org/projects/evolution/ +URL: http://www.gnome.org/projects/evolution/ Source0: http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: gd-devel BuildRequires: libgsf-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The libpst utilities include readpst, which can convert email messages @@ -63,35 +62,31 @@ %setup -q %build -%{configure} \ +%configure \ --disable-static \ --enable-libpst-shared \ --disable-python -make +make %{?_smp_mflags} %install %make_install -find %{buildroot} -type f -name '*.la' -delete +find %{buildroot} -type f -name "*.la" -delete -print %post -n libpst4 -p /sbin/ldconfig - %postun -n libpst4 -p /sbin/ldconfig %files -%defattr(-,root,root) %doc %{_datadir}/doc/%{name}-%{version} -%doc %{_mandir}/man?/* +%{_mandir}/man?/* %{_bindir}/lspst %{_bindir}/nick2ldif %{_bindir}/pst2ldif %{_bindir}/readpst %files -n libpst4 -%defattr(-,root,root) %{_libdir}/libpst.so.* %files devel -%defattr(-,root,root) %{_includedir}/libpst-4/ %{_libdir}/pkgconfig/libpst.pc %{_libdir}/libpst.so
