Hello community,

here is the log from the commit of package gtkmm4 for openSUSE:Factory checked 
in at 2017-01-22 00:23:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkmm4 (Old)
 and      /work/SRC/openSUSE:Factory/.gtkmm4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkmm4"

Changes:
--------
New Changes file:

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.gtkmm4.new/gtkmm4.changes       2017-01-22 
00:23:14.313260279 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Mon Dec  5 14:01:23 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups and replace old macros.
+
+-------------------------------------------------------------------
+Mon Dec  5 11:50:09 UTC 2016 - dims...@opensuse.org
+
+- Initial package, gtkmm4, version 3.89.1. Spec file based on
+  gtkmm3.
+

New:
----
  baselibs.conf
  gtkmm-3.89.1.tar.xz
  gtkmm4.changes
  gtkmm4.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtkmm4.spec ++++++
#
# spec file for package gtkmm3
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


# Update baselibs.conf when changing this
%define so_ver -4_0-1

Name:           gtkmm4
%define _name gtkmm
Version:        3.89.1
Release:        0
Summary:        C++ Interface for GTK4 (a GUI Library for X)
License:        LGPL-2.1+
Group:          Development/Libraries/GNOME
Url:            http://www.gtkmm.org/
Source0:        
http://download.gnome.org/sources/gtkmm/3.89/%{_name}-%{version}.tar.xz
Source99:       baselibs.conf
BuildRequires:  gcc-c++
BuildRequires:  fdupes
BuildRequires:  pkgconfig(atkmm-2.26) >= 2.24.2
BuildRequires:  pkgconfig(giomm-2.52) >= 2.49.1 
BuildRequires:  pkgconfig(pangomm-2.42) >= 2.38.2 
BuildRequires:  pkgconfig(gtk+-4.0) >= 3.89.0 
BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.35.5
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance, and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.

%package -n libgtkmm%{so_ver}
Summary:        C++ Interface for GTK4 (a GUI library for X)
License:        LGPL-2.1+
Group:          System/Libraries

%description -n libgtkmm%{so_ver}
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.

%package devel
Summary:        C++ Interface for GTK4 (a GUI library for X)
License:        LGPL-2.1+
Group:          Development/Libraries/GNOME
Requires:       libgtkmm%{so_ver} = %{version}

%description devel
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.

%package doc
Summary:        C++ Interface for GTK4 (a GUI Library for X)
License:        GPL-2.0+ and LGPL-2.1+
Group:          Documentation/HTML
Requires:       glibmm2-doc
BuildArch:      noarch

%description doc
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance, and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.

%prep
%setup -q -n %{_name}-%{version}

%build
%configure --disable-static
make %{?_smp_mflags}

%install
%make_install
rm %buildroot/%{_libdir}/*.la
%fdupes %buildroot

%post -n libgtkmm%{so_ver} -p /sbin/ldconfig

%postun -n libgtkmm%{so_ver} -p /sbin/ldconfig

%files -n libgtkmm%{so_ver}
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/libgdkmm-4.0.so.*
%{_libdir}/libgtkmm-4.0.so.*

%files devel
%defattr (-, root, root)
%{_includedir}/gdkmm-4.0/
%{_includedir}/gtkmm-4.0/
%{_libdir}/*.so
%{_libdir}/pkgconfig/gdkmm-4.0.pc
%{_libdir}/pkgconfig/gtkmm-4.0.pc
%{_libdir}/gdkmm-4.0/
%{_libdir}/gtkmm-4.0/

%files doc
%defattr (-, root, root)
%{_datadir}/devhelp/books/gtkmm-4.0/
%{_datadir}/doc/gtkmm-4.0/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books

%changelog
++++++ baselibs.conf ++++++
libgtkmm-4_0-1

Reply via email to