From 7b64aaffd30c35824b796580c8126cb0b3ea899e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 25 Oct 2024 01:43:02 +0000 Subject: automatic import of zenity --- .gitignore | 1 + sources | 1 + zenity.spec | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 sources create mode 100644 zenity.spec diff --git a/.gitignore b/.gitignore index e69de29..9c8c293 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/zenity-4.0.3.tar.xz diff --git a/sources b/sources new file mode 100644 index 0000000..d8d4835 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +ad803c626f589c4aae25fd3707e0ff06 zenity-4.0.3.tar.xz diff --git a/zenity.spec b/zenity.spec new file mode 100644 index 0000000..91bc4ff --- /dev/null +++ b/zenity.spec @@ -0,0 +1,74 @@ +Name: zenity +Version: 4.0.3 +Release: 1 +Summary: Display GTK dialog boxes in commandline and shell scripts + +License: LGPL-2.1-or-later +URL: https://wiki.gnome.org/Projects/Zenity +Source: https://download.gnome.org/sources/zenity/4.0/zenity-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: meson >= 0.57.0 +BuildRequires: pkgconfig(libadwaita-1) >= 1.2 +BuildRequires: desktop-file-utils + +%description +Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts. + +%package_help + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install + +%find_lang zenity --with-gnome + +%check +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Zenity.desktop + +%files -f zenity.lang +%license COPYING +%doc AUTHORS NEWS README.md +%{_bindir}/zenity +%{_datadir}/applications/org.gnome.Zenity.desktop +%{_datadir}/icons/hicolor/48*48/apps/zenity.png + +%files help +%{_mandir}/man1/zenity.1* + +%changelog +* Fri Oct 25 2024 Funda Wang - 4.0.3-1 +- update to 4.0.3 + +* Fri Mar 01 2024 liweigang - 4.0.1-1 +- update to version 4.0.1 + +* Wed Dec 27 2023 konglidong - 4.0.0-1 +- update to 4.0.0 + +* Fri Nov 10 2023 lvgenggeng - 3.99.2-1 +- Upgrade to 3.99.2 + +* Wed Jul 19 2023 zhangpan - 3.99.0-1 +- Upgrade to 3.99.0 + +* Mon Jun 6 2022 lin zhang - 3.42.1-1 +- Upgrade to 3.42.1 + +* Sat Dec 04 2021 wangkerong - 3.41.0-1 +- update to 3.41.0 + +* Mon Sep 7 2020 zhanzhimin - 3.32.0-2 +- update source0 + +* Mon Jul 20 2020 chnegguipeng - 3.32.0-1 +- Upgrade to 3.32.0-1 + +* Thu Sep 12 2019 openEuler Buildteam - 3.30.0-2 +- Package init -- cgit v1.2.3