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