Hello community, here is the log from the commit of package libgsystem for openSUSE:Factory checked in at 2018-03-08 10:48:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgsystem (Old) and /work/SRC/openSUSE:Factory/.libgsystem.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgsystem" Thu Mar 8 10:48:05 2018 rev:6 rq:582829 version:2015.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libgsystem/libgsystem.changes 2016-12-16 11:52:23.464309490 +0100 +++ /work/SRC/openSUSE:Factory/.libgsystem.new/libgsystem.changes 2018-03-08 10:48:07.393589795 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:35:07 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgsystem.spec ++++++ --- /var/tmp/diff_new_pack.H6Mx4r/_old 2018-03-08 10:48:07.957569490 +0100 +++ /var/tmp/diff_new_pack.H6Mx4r/_new 2018-03-08 10:48:07.961569346 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgsystem # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,26 +18,25 @@ %define _build_from_vcs 1 - Name: libgsystem Version: 2015.2 Release: 0 Summary: GIO-based library targeted for use by OS components -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ -Url: https://wiki.gnome.org/Projects/LibGSystem +URL: https://wiki.gnome.org/Projects/LibGSystem Source: %{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM libgsystem-libsystemd.patch [email protected] -- Fix build with systemd 232; libsystemd-journal is merged into libsystemd Patch0: libgsystem-libsystemd.patch -%if %{_build_from_vcs} -BuildRequires: gnome-common -%endif BuildRequires: gobject-introspection-devel BuildRequires: libattr-devel BuildRequires: libcap-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-unix-2.0) >= 2.34.0 BuildRequires: pkgconfig(libsystemd) >= 209 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{_build_from_vcs} +BuildRequires: gnome-common +%endif %description LibGSystem is a GIO-based library, targeted primarily for use by @@ -86,7 +85,6 @@ processes, and some GFile helpers. * Provide Linux-specific APIs in a nicer GLib fashion, such as O_NOATIME. - %package devel Summary: GIO-based library targeted for use by OS components Group: Development/Languages/C and C++ @@ -119,24 +117,22 @@ %install %make_install -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %post -n libgsystem0 -p /sbin/ldconfig - %postun -n libgsystem0 -p /sbin/ldconfig %files -n libgsystem0 -%defattr(-,root,root) -%doc COPYING +%license COPYING + %{_libdir}/libgsystem.so.* %files -n typelib-1_0-GSystem-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GSystem-1.0.typelib %files devel -%defattr(-,root,root) -%doc README COPYING +%license COPYING +%doc README %{_datadir}/gir-1.0/GSystem-1.0.gir %{_includedir}/libgsystem/ %{_libdir}/pkgconfig/libgsystem.pc
