Compare commits

..

1 commit

Author SHA1 Message Date
Dmitry Butskoy
6c98b6602d Initial port to epel8 2021-09-02 22:56:48 +03:00
2 changed files with 4 additions and 90 deletions

37
.gitignore vendored
View file

@ -1,37 +0,0 @@
/yad-0.12.4.tar.xz
/yad-0.13.0.tar.xz
/yad-0.14.2.tar.xz
/yad-0.15.0.tar.xz
/yad-0.15.1.tar.xz
/yad-0.15.2.tar.xz
/yad-0.16.3.tar.xz
/yad-0.17.1.1.tar.xz
/yad-0.18.0.tar.xz
/yad-0.19.0.tar.xz
/yad-0.19.1.tar.xz
/yad-0.20.1.tar.xz
/yad-0.20.3.tar.xz
/yad-0.21.0.tar.xz
/yad-0.22.1.tar.xz
/yad-0.25.1.tar.xz
/yad-0.26.1.tar.xz
/yad-0.27.0.tar.xz
/yad-0.28.1.tar.xz
/yad-0.30.0.tar.xz
/yad-0.31.2.tar.xz
/yad-0.31.3.tar.xz
/yad-0.32.0.tar.xz
/yad-0.33.0.tar.xz
/yad-0.33.1.tar.xz
/yad-0.34.0.tar.xz
/yad-0.34.1.tar.xz
/yad-0.34.2.tar.xz
/yad-0.35.0.tar.xz
/yad-0.36.1.tar.xz
/yad-0.36.2.tar.xz
/yad-0.36.3.tar.xz
/yad-0.37.0.tar.xz
/yad-0.38.1.tar.xz
/yad-0.38.2.tar.xz
/yad-0.39.0.tar.xz
/yad-0.40.0.tar.xz

View file

@ -1,19 +1,17 @@
Name: yad
Version: 9.3
Release: 15%{?dist}
Release: 1%{?dist}
Summary: Display graphical dialogs from shell scripts or command line
Group: Applications/System
# Automatically converted from old format: GPLv3+ - review is highly recommended.
License: GPL-3.0-or-later
License: GPLv3+
URL: http://sourceforge.net/projects/yad-dialog/
Source0: https://github.com/v1cont/yad/releases/download/v%{version}/yad-%{version}.tar.xz
Patch1: yad-7.3-size-request.patch
BuildRequires: make
BuildRequires: gtk3-devel >= 3.22.0
BuildRequires: webkit2gtk4.1-devel
BuildRequires: webkitgtk4-devel
BuildRequires: desktop-file-utils
BuildRequires: perl(XML::Parser)
BuildRequires: intltool >= 0.40.0
@ -22,8 +20,6 @@ BuildRequires: gettext
BuildRequires: gtksourceview3-devel
BuildRequires: gspell-devel
BuildRequires: gcc
%description
Yad (yet another dialog) is a fork of zenity with many improvements, such as
@ -32,7 +28,7 @@ custom buttons, additional dialogs, pop-up menu in notification icon and more.
%prep
%setup -q
%patch -P1 -p1
%patch1 -p1
%build
@ -88,57 +84,12 @@ fi
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Aug 26 2024 David King <amigadave@amigadave.com> - 9.3-11
- Rebuild against gspell
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 9.3-10
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Aug 20 2023 Dmitry Butskoy <Dmitry@Butskoy.name> - 9.3-7
- build with webkit2gtk4.1 (#2232981)
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Apr 14 2021 Dmitry Butskoy <Dmitry@Butskoy.name> - 9.3-1
- Update to 9.3
* Sat Mar 6 2021 Dmitry Butskoy <Dmitry@Butskoy.name> - 8.0-1
- Update to 8.0
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Oct 26 2020 Dmitry Butskoy <Dmitry@Butskoy.name> - 7.3-1
- Upgrade to 7.3
- add some upstream patches