Hello community, here is the log from the commit of package gconf2 for openSUSE:Factory checked in at 2018-03-08 10:43:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gconf2 (Old) and /work/SRC/openSUSE:Factory/.gconf2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gconf2" Thu Mar 8 10:43:02 2018 rev:70 rq:582707 version:3.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gconf2/gconf2.changes 2017-07-04 09:07:39.825648399 +0200 +++ /work/SRC/openSUSE:Factory/.gconf2.new/gconf2.changes 2018-03-08 10:43:04.656489557 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:25:39 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gconf2.spec ++++++ --- /var/tmp/diff_new_pack.WOpCYW/_old 2018-03-08 10:43:06.088437999 +0100 +++ /var/tmp/diff_new_pack.WOpCYW/_new 2018-03-08 10:43:06.088437999 +0100 @@ -1,7 +1,7 @@ # # spec file for package gconf2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,23 +16,14 @@ # -Name: gconf2 -BuildRequires: dbus-1-glib-devel -BuildRequires: gobject-introspection-devel -BuildRequires: gtk3-devel -BuildRequires: intltool -BuildRequires: libidl-devel -BuildRequires: libxml2-devel -BuildRequires: polkit-devel -BuildRequires: translation-update-upstream -BuildRequires: update-desktop-files -Url: http://www.gnome.org/ %define _name GConf +Name: gconf2 Version: 3.2.6 Release: 0 Summary: GNOME Configuration Database System -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/GNOME +URL: http://www.gnome.org/ Source: http://download.gnome.org/sources/GConf/3.2/%{_name}-%{version}.tar.xz # Generic tool, not upstreamed: Source1: gconftool-rebuild @@ -51,7 +42,15 @@ Patch6: gconf2-pass-warning-to-caller.patch # PATCH-FIX-OPENSUSE gconf2-fdatasync.patch [email protected] bsc#909045 -- Use fdatasync instead of fsync, and only if not installing Patch7: gconf2-fdatasync.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: dbus-1-glib-devel +BuildRequires: gobject-introspection-devel +BuildRequires: gtk3-devel +BuildRequires: intltool +BuildRequires: libidl-devel +BuildRequires: libxml2-devel +BuildRequires: polkit-devel +BuildRequires: translation-update-upstream +BuildRequires: update-desktop-files Recommends: %{name}-lang = %{version} # gconf-sanity-check was dropped by upstream in GConf 3.2.6 Obsoletes: gconf-sanity-check < %{version} @@ -94,16 +93,17 @@ to develop applications that require these. %lang_package + %prep %setup -q -n %{_name}-%{version} translation-update-upstream -%patch2 -p0 +%patch2 %patch3 %patch4 %patch5 -p1 %patch6 -p1 %patch7 -p1 -cp -a %{S:1} %{S:2} . +cp -a %{SOURCE1} %{SOURCE2} . %build %configure --with-pic\ @@ -111,14 +111,14 @@ --disable-static \ --with-gtk=3.0 \ --disable-orbit -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install %if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* +rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif -find %{buildroot} -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{_name}2 %suse_update_desktop_file gsettings-data-convert # Empty dir for schemas. @@ -175,18 +175,15 @@ rm -rf etc/gconf/gconf.xml.schemas fi -%clean -rm -rf %{buildroot} - %files -%defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/gconf-merge-tree %{_bindir}/gconftool-2 %{_bindir}/gconftool-rebuild %{_bindir}/gsettings-data-convert -%doc %{_mandir}/man1/gconftool-2.1* -%doc %{_mandir}/man1/gsettings-data-convert.1* +%{_mandir}/man1/gconftool-2.1* +%{_mandir}/man1/gsettings-data-convert.1* %{_datadir}/dbus-1/services/org.gnome.GConf.service %{_libdir}/girepository-1.0/GConf-2.0.typelib %{_datadir}/sgml/gconf @@ -214,7 +211,6 @@ %{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop %files -n gconf-polkit -%defattr(-, root, root) %{_libexecdir}/GConf/2/gconf-defaults-mechanism %{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service %{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy @@ -223,7 +219,6 @@ %files lang -f %{_name}2.lang %files devel -%defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/gconf/ %{_datadir}/aclocal/gconf-2.m4 %{_datadir}/gir-1.0/GConf-2.0.gir
