From 63df1ab0b83da3e660a6ee9df6a96b9feaac84cf9586679a2b30db4df06b21bc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Dec 2016 13:02:29 +0000 Subject: [PATCH] Accepting request 443849 from GNOME:Next Rename atkmm to atkmm1_6, making atkmm avaialble for the new ABI OBS-URL: https://build.opensuse.org/request/show/443849 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/atkmm1_6?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + atkmm-2.24.2.tar.xz | 3 + atkmm1_6.changes | 134 ++++++++++++++++++++++++++++++++++++++++++++ atkmm1_6.spec | 108 +++++++++++++++++++++++++++++++++++ baselibs.conf | 4 ++ 6 files changed, 273 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 atkmm-2.24.2.tar.xz create mode 100644 atkmm1_6.changes create mode 100644 atkmm1_6.spec create mode 100644 baselibs.conf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/atkmm-2.24.2.tar.xz b/atkmm-2.24.2.tar.xz new file mode 100644 index 0000000..2e18179 --- /dev/null +++ b/atkmm-2.24.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd +size 849784 diff --git a/atkmm1_6.changes b/atkmm1_6.changes new file mode 100644 index 0000000..072d31f --- /dev/null +++ b/atkmm1_6.changes @@ -0,0 +1,134 @@ +------------------------------------------------------------------- +Mon Dec 5 11:59:24 UTC 2016 - dimstar@opensuse.org + +- Rename to atkmm1_6: atkmm 2.25.x brings a new API/ABI to be used + in GTK4 based applications. + +------------------------------------------------------------------- +Fri Apr 15 06:48:12 UTC 2016 - idonmez@suse.com + +- Update to GNOME 3.20 Fate#318572 + +------------------------------------------------------------------- +Mon Nov 30 11:55:44 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.24.2: + + Regenerate with the latest glibmm. + +------------------------------------------------------------------- +Wed Sep 30 10:47:54 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.24.1: + + Regenerate with the latest glibmm. +- Changes from version 2.24.0: + + MSVC build fixes. + +------------------------------------------------------------------- +Fri Sep 4 19:21:26 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.23.3: + + Rebuilt with latest glibmm, whose gmmproc generates C++ move + operations. + +------------------------------------------------------------------- +Sat Jul 25 11:13:54 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.23.2: + + Use (and require) C++11. +- Changes from version 2.23.1: + + Atk: + - Document: Add get/set_attribute() and deprecate + get_document() and get_document_type(). + - Component: Deprecate add/remove_focus_handler, get_size() and + get_position(). + - Add Range. + - Table: + . Deprecate get_column/row_at_index(). + . Add a get_at() const version and deprecate get_index_at(). + - Text: + . Deprecate get_text_before_offset(), + get_text_after_offset(). + . Add get_string_at_offset(), deprecating other methods for + it. + - Value: Deprecate get_minimum/maximum_range() in favour or + get_range(). + + Build: Update MSVC 2005, 2008 and 2010 Projects: Add "Install" + Project. + +------------------------------------------------------------------- +Mon Apr 29 11:20:03 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.22.7: + + Remove the use of g_type_init() because it has been deprecated. + +------------------------------------------------------------------- +Fri Feb 1 12:01:14 UTC 2013 - coolo@suse.com + +- update license to new format + +------------------------------------------------------------------- +Mon Feb 13 10:44:25 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Tue Nov 15 10:30:13 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.22.6: + + Add #includes needed with the latest glibmm. + +------------------------------------------------------------------- +Sat Sep 17 13:31:13 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build +- Add atkmm-devel to baselibs + +------------------------------------------------------------------- +Thu Jul 7 22:39:53 CEST 2011 - vuntz@opensuse.org + +- Stop using source service to download the tarball, as Factory + will move away from this. + +------------------------------------------------------------------- +Sat Apr 30 11:29:42 UTC 2011 - dimstar@opensuse.org + +- Update to version 2.22.5: + + bgo#645669: Install the m4 files even without + --enable-maintainer-mode, as with other modules. +- Use source services: download_url and set_version. + +------------------------------------------------------------------- +Wed Mar 23 15:38:14 UTC 2011 - fcrozat@novell.com + +- Update to version 2.22.4: + + Avoid a tarball dependency on mm-common. +- Changes from version 2.22.3: + + a tarball regeneration due to a changed m4 macro in mm-common. + +------------------------------------------------------------------- +Sun Jan 9 11:03:32 CET 2011 - vuntz@opensuse.org + +- Update to version 2.22.2: + + Install m4 files needed by recent versions of gtkmm when + building from git. + +------------------------------------------------------------------- +Tue Dec 7 11:40:24 CET 2010 - vuntz@opensuse.org + +- Update to version 2.22.1: + + Distribute the GPL in the tarball, in addition to the LGPL, + because the Windows build uses a GPL builder tool. + +------------------------------------------------------------------- +Tue Sep 28 00:45:13 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.22.0: + + Just increased version to show that it's an API/ABI-stable + release. + +------------------------------------------------------------------- +Fri Aug 6 12:20:16 CEST 2010 - vuntz@opensuse.org + +- Initial package: the code got split from gtkmm2. + diff --git a/atkmm1_6.spec b/atkmm1_6.spec new file mode 100644 index 0000000..2bcea10 --- /dev/null +++ b/atkmm1_6.spec @@ -0,0 +1,108 @@ +# +# spec file for package atkmm +# +# 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/ +# + + +Name: atkmm1_6 +%define _name atkmm +Version: 2.24.2 +Release: 0 +Summary: C++ Binding for the ATK library +License: LGPL-2.1+ +Group: System/Libraries +Url: http://www.gtkmm.org/ +Source: http://download.gnome.org/sources/atkmm/2.24/%{_name}-%{version}.tar.xz +Source99: baselibs.conf +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(atk) >= 1.18 +BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%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 +License: LGPL-2.1+ +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 +License: LGPL-2.1+ +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. + +%package doc +Summary: C++ Binding for the ATK library +License: GPL-2.0+ and LGPL-2.1+ +Group: Documentation/HTML +Requires: glibmm2-doc +BuildArch: noarch + +%description doc +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} + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +%makeinstall +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot} + +%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) +%doc AUTHORS COPYING 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 +%dir %{_libdir}/atkmm-1.6 +%{_libdir}/atkmm-1.6/include/ +%dir %{_libdir}/atkmm-1.6/proc +%{_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 diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..eeb3961 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libatkmm-1_6-1 +atkmm1_6-devel + requires -atkmm1_6- + requires "libatkmm-1_6-1- = "