Accepting request 856921 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/856921
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/atkmm1_6?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-12-21 10:19:29 +00:00 committed by Git OBS Bridge
parent 388a16280e
commit 17f072639a
4 changed files with 34 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a
size 891904

3
atkmm-2.28.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:116876604770641a450e39c1f50302884848ce9cc48d43c5dc8e8efc31f31bad
size 688912

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 18 19:30:17 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.28.1:
+ Build:
- Improve NMake support
- Use __declspec(dllexport) when building with Visual Studio
- Add Meson support
- doc/reference/: Update for Doxygen >= 1.8.16
- Add meson BuildRequires and macros following upstreams port.
- Add doxygen, graphviz and xsltproc BuildRequires, needed now for
building documentation.
- Replace gcc-c++ with generic c++_compiler BuildRequires.
- Tweak setup macro and fdupes call.
-------------------------------------------------------------------
Sun Dec 2 12:00:46 UTC 2018 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package atkmm1_6
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,8 @@
%define _name atkmm
Name: atkmm1_6
Version: 2.28.0
Version: 2.28.1
Release: 0
Summary: C++ Binding for the ATK library
License: LGPL-2.1-or-later
@ -26,9 +27,14 @@ Group: Development/Libraries/C and C++
URL: http://www.gtkmm.org/
Source: https://download.gnome.org/sources/atkmm/2.28/%{_name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: c++_compiler
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: graphviz
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: xsltproc
BuildRequires: pkgconfig(atk) >= 1.18
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.2
@ -67,29 +73,27 @@ atkmm is the C++ binding for the ATK library.
This module is part of the GNOME C++ bindings effort.
%prep
%setup -q -n %{_name}-%{version}
%autosetup -p1 -n %{_name}-%{version}
%build
%configure --disable-static
make %{?_smp_mflags}
%meson \
-Dbuild-documentation=true \
%{nil}
%meson_build
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}
%meson_install
%fdupes %{buildroot}/%{prefix}
%post -n libatkmm-1_6-1 -p /sbin/ldconfig
%postun -n libatkmm-1_6-1 -p /sbin/ldconfig
%files -n libatkmm-1_6-1
%defattr (-, root, root)
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/libatkmm-1.6.so.*
%files devel
%defattr (-, root, root)
%{_includedir}/atkmm-1.6/
%{_libdir}/libatkmm-1.6.so
%{_libdir}/pkgconfig/atkmm-1.6.pc
@ -99,11 +103,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/atkmm-1.6/proc/m4/
%files doc
%defattr (-, root, root)
%{_datadir}/devhelp/books/atkmm-1.6/
%{_datadir}/doc/atkmm-1.6/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books
%changelog