2011-01-07 19:59:52 +00:00
|
|
|
Name: zenity
|
2011-01-11 04:54:46 +00:00
|
|
|
Version: 2.91.5
|
2011-02-11 00:44:28 +00:00
|
|
|
Release: 5%{?dist}
|
2011-01-07 19:59:52 +00:00
|
|
|
Summary: Display dialog boxes from shell scripts
|
|
|
|
Group: Applications/System
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://directory.fsf.org/zenity.html
|
2010-03-29 04:05:41 +00:00
|
|
|
#VCS: git:git://git.gnome.org/zenity
|
2011-01-07 19:59:52 +00:00
|
|
|
Source: http://download.gnome.org/sources/zenity/2.91/zenity-%{version}.tar.bz2
|
2006-04-18 15:49:04 +00:00
|
|
|
|
2011-01-25 23:52:05 +00:00
|
|
|
# upstream fix
|
|
|
|
Patch0: 0001-Reset-errors-after-freeing-them.patch
|
|
|
|
|
2006-04-18 15:49:04 +00:00
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|
BuildRequires: glib2-devel >= 2.7.3
|
2011-02-02 06:50:21 +00:00
|
|
|
BuildRequires: gtk3-devel >= 2.99.3
|
2006-12-04 16:04:38 +00:00
|
|
|
BuildRequires: libnotify-devel >= 0.4.1
|
2006-04-18 15:49:04 +00:00
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
BuildRequires: which
|
2006-06-09 04:33:23 +00:00
|
|
|
BuildRequires: gettext
|
2008-04-25 04:17:25 +00:00
|
|
|
BuildRequires: intltool
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
%description
|
2009-03-12 23:25:14 +00:00
|
|
|
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
|
2006-04-18 15:49:04 +00:00
|
|
|
from the same family as dialog, Xdialog, and cdialog.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-01-25 23:52:05 +00:00
|
|
|
%patch0 -p1 -b .reset-errors
|
|
|
|
|
2008-04-25 04:17:25 +00:00
|
|
|
intltoolize --force
|
|
|
|
|
2010-03-29 04:05:41 +00:00
|
|
|
|
2006-04-18 15:49:04 +00:00
|
|
|
%build
|
|
|
|
%configure --disable-scrollkeeper
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2007-08-16 04:20:45 +00:00
|
|
|
# we don't want a perl dependency just for this
|
2007-08-16 04:44:39 +00:00
|
|
|
rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
2007-08-16 04:20:45 +00:00
|
|
|
|
2007-08-07 19:01:34 +00:00
|
|
|
%find_lang zenity --with-gnome
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
|
2006-05-10 17:39:50 +00:00
|
|
|
%files -f zenity.lang
|
2006-04-18 15:49:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
2006-12-08 04:41:46 +00:00
|
|
|
%doc COPYING AUTHORS NEWS THANKS README
|
2006-04-18 15:49:04 +00:00
|
|
|
%{_bindir}/zenity
|
|
|
|
%{_datadir}/zenity
|
2007-02-12 18:29:29 +00:00
|
|
|
%{_mandir}/man1/zenity.1.gz
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2011-02-11 00:44:28 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-5
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-08 08:37:18 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-02 06:50:21 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-25 23:52:05 +00:00
|
|
|
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
|
|
|
|
- Avoid a segfault (#670895)
|
|
|
|
|
2011-01-11 04:54:46 +00:00
|
|
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
2011-01-07 19:59:52 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
|
|
|
- Update to 2.91.4
|
|
|
|
|
2010-12-03 16:16:31 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-2
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-11-03 11:30:18 +00:00
|
|
|
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-1
|
|
|
|
- Update to 2.91.1.1
|
|
|
|
- Drop space-saving hack
|
|
|
|
|
2010-09-28 18:12:05 +00:00
|
|
|
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2010-08-05 18:50:45 +00:00
|
|
|
* Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
|
|
|
- Update to 2.31.6
|
|
|
|
|
2010-07-13 12:21:52 +00:00
|
|
|
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
|
|
|
|
- Update to 2.31.5
|
|
|
|
|
2010-06-09 00:26:29 +00:00
|
|
|
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
|
|
|
- Update to 2.31.3
|
|
|
|
|
2010-03-29 04:05:41 +00:00
|
|
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2009-09-22 00:53:48 +00:00
|
|
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-08-11 04:55:55 +00:00
|
|
|
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
|
|
|
- Update to 2.27.90
|
|
|
|
|
2009-07-27 08:59:56 +00:00
|
|
|
* 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
|
|
|
|
|
2009-03-17 02:56:09 +00:00
|
|
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
|
- Update 2.26.0
|
|
|
|
|
2009-03-12 23:25:14 +00:00
|
|
|
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
2009-02-25 18:35:09 +00:00
|
|
|
* 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
|
|
|
|
|
2008-10-09 04:06:20 +00:00
|
|
|
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
|
|
|
- Save some space
|
|
|
|
|
2008-09-23 14:57:23 +00:00
|
|
|
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
2008-06-18 04:38:57 +00:00
|
|
|
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
|
|
|
|
- Update to 2.23.3.1
|
|
|
|
|
2008-06-04 00:39:27 +00:00
|
|
|
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
|
|
|
- Update to 2.23.2
|
|
|
|
|
2008-04-25 04:08:20 +00:00
|
|
|
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
|
|
|
- Update to 2.23.1
|
|
|
|
|
2008-04-07 20:20:26 +00:00
|
|
|
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
|
|
|
- Update to 2.22.1
|
|
|
|
|
2008-03-10 21:08:48 +00:00
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
2008-02-26 03:34:31 +00:00
|
|
|
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
|
|
|
- Update to 2.21.1
|
|
|
|
|
2008-02-09 05:33:50 +00:00
|
|
|
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
|
|
|
- Rebuild for gcc 4.3
|
|
|
|
|
2008-01-20 20:01:04 +00:00
|
|
|
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
|
|
|
- Rebuild to fix upgrade path
|
|
|
|
|
2007-11-27 05:19:35 +00:00
|
|
|
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
|
- Update to 2.20.1 (translation updates)
|
|
|
|
|
2007-10-23 01:48:34 +00:00
|
|
|
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
|
|
|
- Rebuild against new dbus-glib
|
|
|
|
|
2007-09-18 17:19:42 +00:00
|
|
|
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
|
|
|
- Drop yelp dependency to avoid exploding live cds (#295091)
|
|
|
|
|
2007-09-18 03:11:01 +00:00
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
- Update to 2.20.0
|
|
|
|
|
2007-08-16 04:20:45 +00:00
|
|
|
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
|
|
|
|
- Drop gdialog and the perl dependency
|
|
|
|
|
2007-08-13 22:49:51 +00:00
|
|
|
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
|
|
|
- Update to 2.19.2
|
|
|
|
|
2007-08-07 19:01:34 +00:00
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
|
|
|
|
- Use %%find_lang for help files
|
|
|
|
|
2007-08-01 17:34:11 +00:00
|
|
|
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
|
|
|
|
- Incorporate package review feedback
|
|
|
|
|
2007-05-20 00:31:30 +00:00
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
|
|
|
|
- Update to 2.19.1
|
|
|
|
|
2007-03-13 06:10:40 +00:00
|
|
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
|
|
|
- Update to 2.18.0
|
|
|
|
|
2007-02-27 16:49:21 +00:00
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
|
|
|
- Update to 2.17.92
|
|
|
|
|
2007-02-12 18:29:29 +00:00
|
|
|
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
|
|
|
- Update to 2.17.91
|
|
|
|
|
2007-01-22 20:31:09 +00:00
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
|
|
|
- Update to 2.17.90
|
|
|
|
|
2007-01-10 17:25:19 +00:00
|
|
|
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
|
|
|
|
- Update to 2.17.3
|
|
|
|
|
2006-12-19 20:34:05 +00:00
|
|
|
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
|
|
|
- Update to 2.17.2
|
|
|
|
|
2006-12-05 06:51:07 +00:00
|
|
|
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
|
|
|
|
- Update to 2.17.1
|
|
|
|
|
2006-12-04 16:04:38 +00:00
|
|
|
* Mon Dec 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
|
|
|
|
- Add a BuildRequires for libnotify-devel
|
|
|
|
|
2006-10-22 04:28:21 +00:00
|
|
|
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
2006-09-04 20:03:38 +00:00
|
|
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
|
|
|
- Update to 2.16.0
|
2006-09-04 22:24:53 +00:00
|
|
|
- Add missing BRs
|
2006-09-04 20:03:38 +00:00
|
|
|
|
2006-08-21 13:36:41 +00:00
|
|
|
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
|
|
|
- Update to 2.15.92
|
|
|
|
|
2006-08-12 22:55:33 +00:00
|
|
|
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
|
|
|
- Update to 2.15.91
|
|
|
|
|
2006-08-03 18:55:49 +00:00
|
|
|
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
|
|
|
- Update to 2.15.90
|
|
|
|
|
2006-07-12 19:21:39 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-4
|
2006-07-12 17:39:56 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-06-09 04:33:23 +00:00
|
|
|
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
|
|
|
|
- Add missing BuildRequires
|
|
|
|
|
2006-06-06 02:05:06 +00:00
|
|
|
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
|
|
|
|
- Rebuild
|
|
|
|
|
2006-05-16 17:56:37 +00:00
|
|
|
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
|
|
|
|
- Update to 2.15.2
|
2006-05-16 18:06:46 +00:00
|
|
|
- Remove po/LINGUAS fixes
|
2006-05-16 17:56:37 +00:00
|
|
|
|
2006-05-10 03:32:55 +00:00
|
|
|
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
|
|
|
|
- Update to 2.15.1
|
|
|
|
|
2006-04-18 15:49:04 +00:00
|
|
|
* 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
|