|
|
|
@ -2,25 +2,20 @@
|
|
|
|
|
# first two digits of version
|
|
|
|
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
|
|
|
|
|
|
|
|
|
%global glibmm24_version 2.46.2
|
|
|
|
|
%global glibmm24_version 2.46.1
|
|
|
|
|
|
|
|
|
|
Name: atkmm
|
|
|
|
|
Version: 2.28.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.24.2
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: C++ interface for the ATK library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://www.gtkmm.org/
|
|
|
|
|
Source0: https://download.gnome.org/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz
|
|
|
|
|
URL: http://www.gtkmm.org/
|
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: atk-devel
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: glibmm24-devel >= %{glibmm24_version}
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: m4
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: mm-common
|
|
|
|
|
|
|
|
|
|
Requires: glibmm24%{?_isa} >= %{glibmm24_version}
|
|
|
|
|
|
|
|
|
@ -33,7 +28,8 @@ quickly create complex user interfaces.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
@ -42,6 +38,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: Developer's documentation for the atkmm library
|
|
|
|
|
Group: Documentation
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: glibmm24-doc
|
|
|
|
@ -59,22 +56,28 @@ documentation browser or through a web browser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dbuild-documentation=true
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%make_install
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
|
%{_libdir}/libatkmm-%{apiver}.so.1*
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/atkmm-%{apiver}/
|
|
|
|
|
%{_libdir}/libatkmm-%{apiver}.so
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_libdir}/atkmm-%{apiver}/
|
|
|
|
|
|
|
|
|
@ -84,48 +87,9 @@ documentation browser or through a web browser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.28.2-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon May 31 2021 Florian Müllner <fmuellner@redhat.com> - 2.28.2-1
|
|
|
|
|
- Update to 2.28.2
|
|
|
|
|
Resolves: #1965879
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.28.1-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 14 2020 Kalev Lember <klember@redhat.com> - 2.28.1-1
|
|
|
|
|
- Update to 2.28.1
|
|
|
|
|
- Switch to meson build system
|
|
|
|
|
- Update source URLs
|
|
|
|
|
- Tighten -devel subpackage deps
|
|
|
|
|
- Tighten soname globs
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.3-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.24.3-5
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 2.24.3-1
|
|
|
|
|
- Update to 2.24.3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Tue Oct 20 2020 Tomas Popela <tpopela@redhat.com> - 2.24.2-7
|
|
|
|
|
- Rebuild for annobin fixes
|
|
|
|
|
- Resolves: rhbz#1703969
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|