2016-12-05 14:02:29 +01:00
|
|
|
#
|
2018-03-05 15:04:32 +01:00
|
|
|
# spec file for package atkmm1_6
|
2016-12-05 14:02:29 +01:00
|
|
|
#
|
2023-12-06 10:53:52 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2016-12-05 14:02:29 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-12-13 16:17:58 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-12-05 14:02:29 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define _name atkmm
|
2018-03-05 15:04:32 +01:00
|
|
|
Name: atkmm1_6
|
2020-12-21 11:19:29 +01:00
|
|
|
|
2022-08-12 16:21:58 +02:00
|
|
|
Version: 2.28.3
|
2016-12-05 14:02:29 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: C++ Binding for the ATK library
|
2018-03-05 15:04:32 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2016-12-05 14:58:14 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2018-03-05 15:04:32 +01:00
|
|
|
URL: http://www.gtkmm.org/
|
2018-12-13 16:17:58 +01:00
|
|
|
Source: https://download.gnome.org/sources/atkmm/2.28/%{_name}-%{version}.tar.xz
|
2016-12-05 14:02:29 +01:00
|
|
|
Source99: baselibs.conf
|
2023-12-06 10:53:52 +01:00
|
|
|
# PATCH-FIX-OPENSUSE atkmm1_6-remove-unnecessary-executable-flag-from-file.patch bsc#1209094 bsc#1209139 qzhao@suse.com -- cancel executable permission for file /usr/share/doc/packages/libatkmm-1_6-1/NEWS
|
|
|
|
Patch0: atkmm1_6-remove-unnecessary-executable-flag-from-file.patch
|
2020-12-21 11:19:29 +01:00
|
|
|
|
|
|
|
BuildRequires: c++_compiler
|
|
|
|
BuildRequires: doxygen
|
2016-12-05 14:02:29 +01:00
|
|
|
BuildRequires: fdupes
|
2020-12-21 11:19:29 +01:00
|
|
|
BuildRequires: graphviz
|
2022-08-12 16:21:58 +02:00
|
|
|
BuildRequires: meson >= 0.55.0
|
2018-03-05 15:04:32 +01:00
|
|
|
BuildRequires: pkgconfig
|
2020-12-21 11:19:29 +01:00
|
|
|
BuildRequires: xsltproc
|
2022-08-12 16:21:58 +02:00
|
|
|
BuildRequires: pkgconfig(atk) >= 1.12.0
|
2016-12-05 14:02:29 +01:00
|
|
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.2
|
|
|
|
|
|
|
|
%description
|
|
|
|
atkmm is the C++ binding for the ATK library.
|
|
|
|
This module is part of the GNOME C++ bindings effort.
|
|
|
|
|
|
|
|
%package -n libatkmm-1_6-1
|
|
|
|
Summary: C++ Binding for the ATK library
|
2018-03-05 15:04:32 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2016-12-05 14:02:29 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libatkmm-1_6-1
|
|
|
|
atkmm is the C++ binding for the ATK library.
|
|
|
|
This module is part of the GNOME C++ bindings effort.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: C++ Binding for the ATK library
|
2018-03-05 15:04:32 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2016-12-05 14:02:29 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libatkmm-1_6-1 = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
atkmm is the C++ binding for the ATK library.
|
|
|
|
This module is part of the GNOME C++ bindings effort.
|
|
|
|
|
|
|
|
%prep
|
2020-12-21 11:19:29 +01:00
|
|
|
%autosetup -p1 -n %{_name}-%{version}
|
2016-12-05 14:02:29 +01:00
|
|
|
|
|
|
|
%build
|
2020-12-21 11:19:29 +01:00
|
|
|
%meson \
|
2021-10-11 19:19:49 +02:00
|
|
|
-Dbuild-documentation=false \
|
2020-12-21 11:19:29 +01:00
|
|
|
%{nil}
|
|
|
|
%meson_build
|
2016-12-05 14:02:29 +01:00
|
|
|
|
|
|
|
%install
|
2020-12-21 11:19:29 +01:00
|
|
|
%meson_install
|
|
|
|
%fdupes %{buildroot}/%{prefix}
|
2016-12-05 14:02:29 +01:00
|
|
|
|
2022-08-12 16:21:58 +02:00
|
|
|
%ldconfig_scriptlets -n libatkmm-1_6-1
|
2016-12-05 14:02:29 +01:00
|
|
|
|
|
|
|
%files -n libatkmm-1_6-1
|
2018-03-05 15:04:32 +01:00
|
|
|
%license COPYING
|
2022-08-12 16:21:58 +02:00
|
|
|
%doc AUTHORS ChangeLog NEWS README.md
|
2016-12-05 14:02:29 +01:00
|
|
|
%{_libdir}/libatkmm-1.6.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/atkmm-1.6/
|
|
|
|
%{_libdir}/libatkmm-1.6.so
|
|
|
|
%{_libdir}/pkgconfig/atkmm-1.6.pc
|
|
|
|
%dir %{_libdir}/atkmm-1.6
|
|
|
|
%{_libdir}/atkmm-1.6/include/
|
|
|
|
%dir %{_libdir}/atkmm-1.6/proc
|
|
|
|
%{_libdir}/atkmm-1.6/proc/m4/
|
|
|
|
|
|
|
|
%changelog
|