|
|
@ -1,24 +1,25 @@
|
|
|
|
Name: libhandy
|
|
|
|
Name: libhandy
|
|
|
|
Version: 1.6.4
|
|
|
|
Version: 1.2.3
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Building blocks for modern adaptive GNOME apps
|
|
|
|
Summary: Building blocks for modern adaptive GNOME apps
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/libhandy
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/libhandy
|
|
|
|
%global majmin %(echo %{version} | cut -d . -f -2)
|
|
|
|
%global majmin %(echo %{version} | cut -d . -f -2)
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/%{majmin}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/libhandy/%{majmin}/libhandy-%{version}.tar.xz
|
|
|
|
Patch1000: 0001-Added-Russian-translation.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gi-docgen
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gladeui-2.0)
|
|
|
|
BuildRequires: pkgconfig(gladeui-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1
|
|
|
|
|
|
|
|
|
|
|
|
# Support graphical tests in non-graphical environment
|
|
|
|
# Support graphical tests in non-graphical environment
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
|
|
|
|
|
|
|
@ -48,17 +49,11 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -n libhandy-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Avatar test fails on s390x.
|
|
|
|
%meson -Dgtk_doc=true -Dexamples=false -Dtests=true
|
|
|
|
%meson -Dgtk_doc=true -Dexamples=false \
|
|
|
|
|
|
|
|
%ifnarch s390x
|
|
|
|
|
|
|
|
-Dtests=true
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
-Dtests=false
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -69,85 +64,42 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# No parallel test runs to try to avoid overwhellming Xvfb on some platforms
|
|
|
|
%{shrink:xvfb-run -a %meson_test}
|
|
|
|
%define _smp_build_ncpus 1
|
|
|
|
|
|
|
|
%{shrink:xvfb-run -w 10 -d %meson_test}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f libhandy.lang
|
|
|
|
%files -f libhandy.lang
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS HACKING.md NEWS README.md
|
|
|
|
%doc AUTHORS
|
|
|
|
|
|
|
|
%doc HACKING.md
|
|
|
|
|
|
|
|
%doc NEWS
|
|
|
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/
|
|
|
|
%{_libdir}/girepository-1.0/
|
|
|
|
%{_libdir}/libhandy-1.so.0
|
|
|
|
%{_libdir}/libhandy-1.so.0
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/libhandy-1/
|
|
|
|
%{_includedir}/libhandy-1/
|
|
|
|
|
|
|
|
|
|
|
|
%{_libdir}/glade/
|
|
|
|
%{_libdir}/glade/
|
|
|
|
%{_libdir}/libhandy-1.so
|
|
|
|
%{_libdir}/libhandy-1.so
|
|
|
|
%{_libdir}/pkgconfig/libhandy-1.pc
|
|
|
|
%{_libdir}/pkgconfig/libhandy-1.pc
|
|
|
|
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/
|
|
|
|
%{_datadir}/gir-1.0/
|
|
|
|
%{_datadir}/glade/
|
|
|
|
%{_datadir}/glade/
|
|
|
|
%doc %{_datadir}/doc/libhandy-1/
|
|
|
|
%{_datadir}/gtk-doc/
|
|
|
|
%{_datadir}/vala/
|
|
|
|
%{_datadir}/vala/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 27 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.4-1.inferit
|
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.2.3-1
|
|
|
|
- Added Russian Translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2023 David King <amigadave@amigadave.com> - 1.6.4-1
|
|
|
|
|
|
|
|
- Update to 1.6.4 (#2166285)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 1.6.3-1
|
|
|
|
|
|
|
|
- Update to 1.6.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 24 2022 David King <amigadave@amigadave.com> - 1.6.2-1
|
|
|
|
|
|
|
|
- Update to 1.6.2 (#2022621)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.6.1-1
|
|
|
|
|
|
|
|
- Update to 1.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.6.0-1
|
|
|
|
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 1.5.91-1
|
|
|
|
|
|
|
|
- Update to 1.5.91
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 David King <amigadave@amigadave.com> - 1.5.90-1
|
|
|
|
|
|
|
|
- Update to 1.5.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 11 2021 Kalev Lember <klember@redhat.com> - 1.5.0-2
|
|
|
|
|
|
|
|
- Backport an upstream patch to fix swipe-tracker criticals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 13 2021 Kalev Lember <klember@redhat.com> - 1.5.0-1
|
|
|
|
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 1.4.0-1
|
|
|
|
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 1.3.90-1
|
|
|
|
|
|
|
|
- Update to 1.3.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 30 2021 Yanko Kaneti <yaneti@declera.com> - 1.2.3-3
|
|
|
|
|
|
|
|
- Delay xvfb-run test run in an attempt to fix FTBFS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 1.2.3-1
|
|
|
|
|
|
|
|
- Update to 1.2.3
|
|
|
|
- Update to 1.2.3
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 Kalev Lember <klember@redhat.com> - 1.2.2-1
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-4
|
|
|
|
- Update to 1.2.2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Mon Apr 19 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.2.1-2
|
|
|
|
|
|
|
|
- Add patch to fix Geary crashes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 1.2.1-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-3
|
|
|
|
- Update to 1.2.1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 1.2.0-2
|
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 1.2.0-2
|
|
|
|
- Add conflicts with libhandy1 packages to help with the upgrade path
|
|
|
|
- Add conflicts with libhandy1 packages to help with the upgrade path
|
|
|
|