Hello community,
here is the log from the commit of package gtkmm-documentation for
openSUSE:Factory checked in at 2018-03-09 10:41:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkmm-documentation (Old)
and /work/SRC/openSUSE:Factory/.gtkmm-documentation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkmm-documentation"
Fri Mar 9 10:41:04 2018 rev:31 rq:582879 version:3.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes
2016-11-24 21:25:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes
2018-03-09 10:41:04.550607076 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:32:46 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtkmm-documentation.spec ++++++
--- /var/tmp/diff_new_pack.8aEJQb/_old 2018-03-09 10:41:05.154585326 +0100
+++ /var/tmp/diff_new_pack.8aEJQb/_new 2018-03-09 10:41:05.154585326 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gtkmm-documentation
#
-# Copyright (c) 2016 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
@@ -20,16 +20,16 @@
Version: 3.22.0
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:
http://download.gnome.org/sources/gtkmm-documentation/3.22/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
+BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(giomm-2.4) >= 2.50.0
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.22.0
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -43,10 +43,10 @@
Group: Documentation/Other
Requires: gtkmm3-doc
Supplements: gtkmm3-doc
+Conflicts: gtkmm2-tutorial
Provides: %{name} = %{version}
Provides: gtkmm-tutorial = %{version}
Provides: gtkmm3-documentation = %{version}
-Conflicts: gtkmm2-tutorial
%description -n gtkmm3-tutorial
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm wraps
@@ -55,6 +55,7 @@
freely combined to quickly create complex user interfaces.
%lang_package -n gtkmm3-tutorial
+
%prep
%setup -q
@@ -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-3.0/tutorial/html
%find_lang gtkmm-tutorial %{?no_lang_C}
-%clean
-rm -rf %{buildroot}
-
%files -n gtkmm3-tutorial
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING COPYING.examples NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
%doc %{_datadir}/help/C/gtkmm-tutorial/
%files -n gtkmm3-tutorial-lang -f gtkmm-tutorial.lang