spec fixups
This commit is contained in:
parent
f27d89e98d
commit
2d4db4b1b0
13
zenity.spec
13
zenity.spec
@ -1,9 +1,9 @@
|
||||
Name: zenity
|
||||
Version: 2.19.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Display dialog boxes from shell scripts
|
||||
Group: Applications/System
|
||||
License: GPL
|
||||
License: LGPLv2+
|
||||
URL: http://directory.fsf.org/zenity.html
|
||||
Source: http://download.gnome.org/sources/zenity/2.19/zenity-%{version}.tar.bz2
|
||||
|
||||
@ -19,6 +19,8 @@ BuildRequires: scrollkeeper
|
||||
BuildRequires: which
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl(XML::Parser)
|
||||
# for /usr/share/gnome/help
|
||||
Requires: yelp
|
||||
|
||||
Requires(post): scrollkeeper
|
||||
Requires(postun): scrollkeeper
|
||||
@ -48,11 +50,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post
|
||||
scrollkeeper-update -q
|
||||
scrollkeeper-update -q || :
|
||||
|
||||
|
||||
%postun
|
||||
scrollkeeper-update -q
|
||||
scrollkeeper-update -q || :
|
||||
|
||||
|
||||
%files -f zenity.lang
|
||||
@ -67,6 +69,9 @@ scrollkeeper-update -q
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user