From fb30fdf47c8ec5d9ef17a35d1d374a4ba34562ed Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 14:53:36 +0300 Subject: [PATCH] import gnome-ponytail-daemon-0.0.11-3.el10 --- .gitignore | 1 + .gnome-ponytail-daemon.metadata | 1 + SPECS/gnome-ponytail-daemon.spec | 114 +++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 .gitignore create mode 100644 .gnome-ponytail-daemon.metadata create mode 100644 SPECS/gnome-ponytail-daemon.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63130fa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-ponytail-daemon-0.0.11.tar.gz diff --git a/.gnome-ponytail-daemon.metadata b/.gnome-ponytail-daemon.metadata new file mode 100644 index 0000000..346698e --- /dev/null +++ b/.gnome-ponytail-daemon.metadata @@ -0,0 +1 @@ +b3f677623609b374de1d66ef7ffd505c87faa9a0 SOURCES/gnome-ponytail-daemon-0.0.11.tar.gz diff --git a/SPECS/gnome-ponytail-daemon.spec b/SPECS/gnome-ponytail-daemon.spec new file mode 100644 index 0000000..8a78315 --- /dev/null +++ b/SPECS/gnome-ponytail-daemon.spec @@ -0,0 +1,114 @@ +%global systemd_unit gnome-ponytail-daemon.service +%global libname ponytail + +Name: gnome-ponytail-daemon +Version: 0.0.11 +Release: 3%{?dist} +Summary: Sort of a bridge for dogtail for GNOME on Wayland + +License: GPL-2.0-or-later +URL: https://gitlab.gnome.org/ofourdan/gnome-ponytail-daemon +Source0: %url/-/archive/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: git-core +BuildRequires: meson >= 0.40.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(glib-2.0) >= 2.32 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.32 +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: systemd-rpm-macros + +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 +BuildRequires: pkgconfig(libei-1.0) >= 1.0.0 +%endif + +%{?systemd_requires} +BuildRequires: systemd + +%description +GNOME Ponytail Daemon is a sort of bridge for dogtail for GNOME on Wayland. + +%package -n python3-%{name} +Summary: Python module for %{name} +Requires: %{name} = %{version}-%{release} +Requires: python3-dbus +Requires: python3-gobject +BuildArch: noarch + +%description -n python3-%{name} +Python module for D-BUS interactions with gnome-ponytail-daemon interfaces. + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%meson +%meson_build + +%install +%meson_install + +%post +%systemd_user_post %{systemd_unit} + +%preun +%systemd_user_preun %{systemd_unit} + +%postun +%systemd_user_postun_with_restart %{systemd_unit} +%systemd_user_postun_with_reload %{systemd_unit} +%systemd_user_postun %{systemd_unit} + +%files +%license LICENSE +%doc README.md +%{_libexecdir}/gnome-ponytail-daemon +%{_userunitdir}/gnome-ponytail-daemon.service +%{_datadir}/dbus-1/services/org.gnome.Ponytail.service + +%files -n python3-%{name} +%doc examples/*.py +%{python3_sitelib}/%{libname}/ + +%changelog +* Mon Jun 24 2024 Troy Dawson - 0.0.11-3 +- Bump release for June 2024 mass rebuild + +* Mon May 20 2024 José Expósito - 0.0.11-2 +- Add gating.yaml + +* Mon May 20 2024 José Expósito - 0.0.11-1 +- Version 0.0.11 + +* Fri Feb 02 2024 José Expósito - 0.0.10-2 +- Fix requires in Python package + +* Mon Jan 08 2024 José Expósito - 0.0.10-1 +- Add libei support +- Bug fixing + +* Tue Dec 10 2019 Olivier Fourdan - 0.0.9-1 +- Version 0.0.9 + +* Tue Jan 29 2019 Olivier Fourdan - 0.0.8-1 +- Version 0.0.8 + +* Wed Dec 19 2018 Olivier Fourdan - 0.0.7-1 +- Version 0.0.7 + +* Thu Dec 13 2018 Olivier Fourdan - 0.0.6-1 +- Version 0.0.6 + +* Wed Dec 5 2018 Olivier Fourdan - 0.0.5-1 +- Version 0.0.5 + +* Wed Nov 28 2018 Olivier Fourdan - 0.0.4-1 +- Version 0.0.4 + +* Thu Nov 22 2018 Olivier Fourdan - 0.0.3-1 +- Version 0.0.3 + +* Mon Nov 19 2018 Olivier Fourdan - 0.0.2-1 +- Initial version