2006-12-08 04:41:46 +00:00
|
|
|
Name: zenity
|
2007-01-10 17:25:19 +00:00
|
|
|
Version: 2.17.3
|
2006-12-08 04:41:46 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Display dialog boxes from shell scripts
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPL
|
|
|
|
URL: http://directory.fsf.org/zenity.html
|
2006-12-19 20:34:05 +00:00
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/zenity/2.17/zenity-%{version}.tar.bz2
|
2006-05-10 17:21:00 +00:00
|
|
|
|
2006-12-08 04:41:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|
BuildRequires: glib2-devel >= 2.7.3
|
|
|
|
BuildRequires: gtk2-devel >= 2.6.0
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: libgnomecanvas-devel
|
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
|
2006-09-04 22:24:53 +00:00
|
|
|
BuildRequires: perl-XML-Parser
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
Requires(post): scrollkeeper
|
|
|
|
Requires(postun): scrollkeeper
|
|
|
|
|
|
|
|
%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-scrollkeeper
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2006-05-10 17:39:50 +00:00
|
|
|
%find_lang zenity
|
2006-04-18 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
scrollkeeper-update -q
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
scrollkeeper-update -q
|
|
|
|
|
|
|
|
|
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}/gdialog
|
|
|
|
%{_bindir}/zenity
|
|
|
|
%{_datadir}/zenity
|
|
|
|
%{_datadir}/gnome/help/zenity
|
|
|
|
%{_datadir}/man/man1/zenity.1.gz
|
|
|
|
%{_datadir}/omf/zenity
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
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
|