Hello community, here is the log from the commit of package libbonoboui for openSUSE:Factory checked in at 2018-03-09 10:40:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbonoboui (Old) and /work/SRC/openSUSE:Factory/.libbonoboui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbonoboui" Fri Mar 9 10:40:53 2018 rev:44 rq:582874 version:2.24.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libbonoboui/libbonoboui.changes 2013-04-14 10:23:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libbonoboui.new/libbonoboui.changes 2018-03-09 10:40:57.386865059 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:33:59 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbonoboui.spec ++++++ --- /var/tmp/diff_new_pack.fgni1X/_old 2018-03-09 10:40:58.134838123 +0100 +++ /var/tmp/diff_new_pack.fgni1X/_new 2018-03-09 10:40:58.138837979 +0100 @@ -1,7 +1,7 @@ # # spec file for package libbonoboui # -# Copyright (c) 2013 SUSE LINUX Products 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 @@ -17,28 +17,23 @@ Name: libbonoboui +# +Version: 2.24.5 +Release: 0 +Summary: The Bonobo Part of the GNOME User Interface Libraries +License: GPL-2.0-or-later AND LGPL-2.1-or-later +Group: Development/Libraries/GNOME +Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.24/%{name}-%{version}.tar.bz2 +Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libglade2-devel BuildRequires: libgnome-devel BuildRequires: libgnomecanvas-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -# bug437293 -%ifarch ppc64 -Obsoletes: libbonoboui-64bit -%endif -# -Version: 2.24.5 -Release: 0 -Summary: The Bonobo Part of the GNOME User Interface Libraries -License: GPL-2.0+ and LGPL-2.1+ -Group: Development/Libraries/GNOME -Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.24/%{name}-%{version}.tar.bz2 -Source99: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang %description @@ -56,7 +51,6 @@ This package contains tools to play with Bonobo, including a tool to browse Bonobo services that are available. - %package devel Summary: Include files and libraries mandatory for development with libbonoboui Group: Development/Libraries/GNOME @@ -67,18 +61,12 @@ Requires: libgnomecanvas-devel Requires: libxml2-devel Requires: orbit2-devel -# bug437293 -%ifarch ppc64 -Obsoletes: libbonoboui-devel-64bit -%endif # %description devel This package contains all necessary include files and libraries needed to compile and link applications that use libbonoboui. - - %package doc Summary: Documentation for libbonoboui Group: Development/Libraries/GNOME @@ -88,6 +76,7 @@ This package contains documentation for libbonoboui. %lang_package + %prep %setup -q translation-update-upstream @@ -95,29 +84,24 @@ %build %configure --with-pic\ --disable-static -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 %suse_update_desktop_file bonobo-browser System Monitor %find_lang libbonoboui-2.0 %{?no_lang_C} -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # The demo tools are not installed rm %{buildroot}%{_libdir}/bonobo/servers/CanvDemo.server rm %{buildroot}%{_datadir}/gnome-2.0/ui/Bonobo_Sample_Container-ui.xml rm %{buildroot}%{_datadir}/gnome-2.0/ui/Bonobo_Sample_Hello.xml -%fdupes $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT +%fdupes %{buildroot} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig - %post tools %desktop_database_post @@ -125,8 +109,8 @@ %desktop_database_postun %files -%defattr(-,root,root) -%doc AUTHORS COPYING README NEWS ChangeLog +%license COPYING +%doc AUTHORS README NEWS ChangeLog # generic directory for UI files %dir %{_datadir}/gnome-2.0 %dir %{_datadir}/gnome-2.0/ui @@ -134,20 +118,17 @@ %{_libdir}/libglade/2.0/*.so* %files tools -%defattr(-,root,root) %{_bindir}/bonobo-browser %{_bindir}/test-moniker %{_datadir}/applications/bonobo-browser.desktop %{_datadir}/gnome-2.0/ui/bonobo-browser.xml %files devel -%defattr(-,root,root) %{_includedir}/libbonoboui-2.0 %{_libdir}/*.so %{_libdir}/pkgconfig/libbonoboui-2.0.pc %files doc -%defattr(-,root,root) %{_datadir}/gtk-doc/html/* %dir %{_libdir}/bonobo-2.0 %{_libdir}/bonobo/servers/Bonobo_Sample_Controls.server
