zenity package update
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
d07dd399cc
commit
910387d2bb
|
@ -0,0 +1,286 @@
|
|||
Name: zenity
|
||||
Version: 3.28.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Display dialog boxes from shell scripts
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Zenity
|
||||
Source: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.6.1
|
||||
BuildRequires: which
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
|
||||
%description
|
||||
Zenity lets you display Gtk+ dialog boxes from the command line and through
|
||||
shell scripts. It is similar to gdialog, but is intended to be saner. It comes
|
||||
from the same family as dialog, Xdialog, and cdialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-webkitgtk
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
# we don't want a perl dependency just for this
|
||||
rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
||||
|
||||
%find_lang zenity --with-gnome
|
||||
|
||||
|
||||
%files -f zenity.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS THANKS README
|
||||
%{_bindir}/zenity
|
||||
%{_datadir}/zenity
|
||||
%{_mandir}/man1/zenity.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2018 Richard Hughes <rhughes@redhat.com> - 3.28.1-1
|
||||
- Update to 3.28.1
|
||||
- Resolves: #1569809
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
- Resolves: #1387068
|
||||
|
||||
* Wed Aug 19 2015 Matthias Clasen <mclasen@redhat.com> - 3.8.0-5
|
||||
- Fix non-expanding lists
|
||||
Resolves: #1251137
|
||||
|
||||
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.0-4
|
||||
- Mass rebuild 2014-01-24
|
||||
|
||||
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.0-3
|
||||
- Mass rebuild 2013-12-27
|
||||
|
||||
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
||||
- Minor spec file updates for 3.8
|
||||
|
||||
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
||||
- Update to 3.7.2
|
||||
|
||||
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
- Don't run autoreconf and intltoolize in the spec file; the tarball should be
|
||||
good enough
|
||||
|
||||
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||
- Don't introduce a webkit dependency (#804451)
|
||||
|
||||
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
||||
- Fix F-17 FTBFS
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Mon Mar 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
||||
- Update to 2.91.90
|
||||
|
||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-5
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
|
||||
- Avoid a segfault (#670895)
|
||||
|
||||
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
||||
- Update to 2.91.5
|
||||
|
||||
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
||||
- Update to 2.91.4
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-2
|
||||
- Rebuild against new gtk
|
||||
|
||||
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-1
|
||||
- Update to 2.91.1.1
|
||||
- Drop space-saving hack
|
||||
|
||||
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
* Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
||||
- Update to 2.31.6
|
||||
|
||||
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
|
||||
- Update to 2.31.5
|
||||
|
||||
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
||||
- Update to 2.31.3
|
||||
|
||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
||||
- Update to 2.27.90
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||
- Update 2.26.0
|
||||
|
||||
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||
- Save some space
|
||||
|
||||
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||
- Update to 2.24.0
|
||||
|
||||
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
|
||||
- Update to 2.23.3.1
|
||||
|
||||
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
||||
- Update to 2.23.2
|
||||
|
||||
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
||||
- Update to 2.23.1
|
||||
|
||||
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
||||
- Update to 2.22.1
|
||||
|
||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
||||
- Update to 2.21.1
|
||||
|
||||
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
||||
- Rebuild for gcc 4.3
|
||||
|
||||
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
||||
- Rebuild to fix upgrade path
|
||||
|
||||
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
||||
- Update to 2.20.1 (translation updates)
|
||||
|
||||
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
||||
- Rebuild against new dbus-glib
|
||||
|
||||
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
||||
- Drop yelp dependency to avoid exploding live cds (#295091)
|
||||
|
||||
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||||
- Update to 2.20.0
|
||||
|
||||
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
|
||||
- Drop gdialog and the perl dependency
|
||||
|
||||
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
||||
- Update to 2.19.2
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
|
||||
- Use %%find_lang for help files
|
||||
|
||||
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
|
||||
- Update to 2.19.1
|
||||
|
||||
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||
- Update to 2.18.0
|
||||
|
||||
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
||||
- Update to 2.17.92
|
||||
|
||||
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
||||
- Update to 2.17.91
|
||||
|
||||
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
||||
- Update to 2.17.90
|
||||
|
||||
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
|
||||
- Update to 2.17.3
|
||||
|
||||
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
||||
- Update to 2.17.2
|
||||
|
||||
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
|
||||
- Update to 2.17.1
|
||||
|
||||
* Mon Dec 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
|
||||
- Add a BuildRequires for libnotify-devel
|
||||
|
||||
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
||||
- Update to 2.16.0
|
||||
- Add missing BRs
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
||||
- Update to 2.15.92
|
||||
|
||||
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
||||
- Update to 2.15.91
|
||||
|
||||
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
||||
- Update to 2.15.90
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-4
|
||||
- rebuild
|
||||
|
||||
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
|
||||
- Add missing BuildRequires
|
||||
|
||||
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
|
||||
- Rebuild
|
||||
|
||||
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
|
||||
- Update to 2.15.2
|
||||
- Remove po/LINGUAS fixes
|
||||
|
||||
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
|
||||
- Update to 2.15.1
|
||||
|
||||
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-4
|
||||
- More package review feedback
|
||||
|
||||
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-3
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-2
|
||||
- Initial revision
|
Loading…
Reference in New Issue