Hello community, here is the log from the commit of package libgnomeprintui for openSUSE:Factory checked in at 2017-09-13 21:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgnomeprintui (Old) and /work/SRC/openSUSE:Factory/.libgnomeprintui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnomeprintui" Wed Sep 13 21:44:25 2017 rev:33 rq:522435 version:2.18.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libgnomeprintui/libgnomeprintui.changes 2014-07-21 21:39:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgnomeprintui.new/libgnomeprintui.changes 2017-09-13 21:44:26.283139223 +0200 @@ -1,0 +2,12 @@ +Fri Sep 8 13:32:28 UTC 2017 - [email protected] + +- Update old boilerplate summaries and macros/constructs. + fdupes must not run across hardlink locations. + +------------------------------------------------------------------- +Tue Aug 15 08:14:51 UTC 2017 - [email protected] + +- Drop gtk-doc BuildRequires and pass --enable-gtk-doc=no to + configure, needed with gtk-doc 1.26 and newer. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomeprintui.spec ++++++ --- /var/tmp/diff_new_pack.MNvytv/_old 2017-09-13 21:44:26.923049193 +0200 +++ /var/tmp/diff_new_pack.MNvytv/_new 2017-09-13 21:44:26.927048630 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgnomeprintui # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -18,7 +18,6 @@ Name: libgnomeprintui BuildRequires: fdupes -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libglade2-devel BuildRequires: libgnomecanvas-devel @@ -49,18 +48,8 @@ This library contains all user-interface related functions to the GNOME printing subsystem. - - -Authors: --------- - Lauris Kaplinski <[email protected]> - Chema Celorio <[email protected]> - Chris Lahey <[email protected]> - Raph Levien <[email protected]> - Miguel de Icaza <[email protected]> - %package devel -Summary: Include files and libraries mandatory for development with libgnomeprintui +Summary: Development files for libgnomeprintui Group: Development/Libraries/GNOME Requires: %{name} = %{version} Requires: libgnomecanvas-devel @@ -72,18 +61,8 @@ # %description devel -This package contains all necessary include files and libraries needed -to compile and link applications that use libgnomeprintui. - - - -Authors: --------- - Lauris Kaplinski <[email protected]> - Chema Celorio <[email protected]> - Chris Lahey <[email protected]> - Raph Levien <[email protected]> - Miguel de Icaza <[email protected]> +This subpackage contains the header files for developing +applications that want to make use of libgnomeprintui. %package doc Summary: Documentation for libgnomeprintui @@ -97,16 +76,6 @@ the GNOME 2.x printing library, which provide a simple and clean API for GNOME programs that have to print documents. - - -Authors: --------- - Lauris Kaplinski <[email protected]> - Chema Celorio <[email protected]> - Chris Lahey <[email protected]> - Raph Levien <[email protected]> - Miguel de Icaza <[email protected]> - %lang_package %prep %setup -q @@ -115,25 +84,22 @@ %patch1 -p1 %build -%configure --with-pic\ +%configure \ --disable-static\ - --enable-gtk-doc -make %{?jobs:-j%jobs} + --enable-gtk-doc=no +make %{?_smp_mflags} %install -%makeinstall +%make_install %if 0%{?suse_version} <= 1110 -%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/* +rm %{buildroot}/%{_datadir}/locale/la/LC_MESSAGES/* %endif %if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* +rm %{buildroot}/%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif %find_lang %{name}-2.2 -%{__rm} -f %{buildroot}%{_libdir}/*.la -%fdupes $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT +rm -f %{buildroot}/%{_libdir}/*.la +%fdupes %{buildroot}/%{_prefix} %post -p /sbin/ldconfig
