Hello community,
here is the log from the commit of package gtkmm2-documentation for
openSUSE:Factory checked in at 2018-03-09 10:39:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkmm2-documentation (Old)
and /work/SRC/openSUSE:Factory/.gtkmm2-documentation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkmm2-documentation"
Fri Mar 9 10:39:30 2018 rev:11 rq:582773 version:2.24.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gtkmm2-documentation/gtkmm2-documentation.changes
2013-06-25 14:41:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gtkmm2-documentation.new/gtkmm2-documentation.changes
2018-03-09 10:39:32.069937413 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:32:40 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtkmm2-documentation.spec ++++++
--- /var/tmp/diff_new_pack.z7nb2Z/_old 2018-03-09 10:39:32.921906734 +0100
+++ /var/tmp/diff_new_pack.z7nb2Z/_new 2018-03-09 10:39:32.925906590 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gtkmm2-documentation
#
-# 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
@@ -16,21 +16,21 @@
#
-Name: gtkmm2-documentation
%define _name gtkmm-documentation
+Name: gtkmm2-documentation
Version: 2.24.1
Release: 0
Summary: C++ Bindings for GTK+ -- Documentation
-License: GFDL-1.2 and GPL-2.0+
+License: GFDL-1.2-only AND GPL-2.0-or-later
Group: Documentation/Other
-Url: http://www.gnome.org
+URL: http://www.gnome.org
Source: %{_name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRequires: gnome-doc-utils-devel
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(giomm-2.4)
BuildRequires: pkgconfig(gtkmm-2.4)
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -44,8 +44,8 @@
Group: Documentation/Other
Requires: gtkmm2-doc
Supplements: gtkmm2-doc
-Provides: %{name} = %{version}
Conflicts: gtkmm3-tutorial
+Provides: %{name} = %{version}
%description -n gtkmm2-tutorial
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm wraps
@@ -54,6 +54,7 @@
freely combined to quickly create complex user interfaces.
%lang_package -n gtkmm2-tutorial
+
%prep
%setup -q -n %{_name}-%{version}
@@ -63,17 +64,14 @@
make %{?_smp_mflags}
%install
-%makeinstall
+%make_install
# Drop html version: the docbook version is more than enough
rm -r %{buildroot}%{_datadir}/doc/gtkmm-2.4/tutorial/html
mv %{buildroot}/%{_datadir}/gnome/help/gtkmm-tutorial/
%{buildroot}/%{_datadir}/gnome/help/gtkmm-tutorial2/
-%clean
-rm -rf %{buildroot}
-
%files -n gtkmm2-tutorial
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING COPYING.examples NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/gtkmm-tutorial2/