2.31.3
This commit is contained in:
parent
b9c7bf9d20
commit
b0fa1d12ff
@ -1 +1 @@
|
|||||||
zenity-2.30.0.tar.bz2
|
zenity-2.31.3.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
15ba2f27d5e1a79c996e5e53e16f4380 zenity-2.30.0.tar.bz2
|
d44388bf4d00b1c8a8e8d20366255f8c zenity-2.31.3.tar.bz2
|
||||||
|
20
zenity.spec
20
zenity.spec
@ -1,12 +1,12 @@
|
|||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 2.30.0
|
Version: 2.31.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Display dialog boxes from shell scripts
|
Summary: Display dialog boxes from shell scripts
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://directory.fsf.org/zenity.html
|
URL: http://directory.fsf.org/zenity.html
|
||||||
#VCS: git:git://git.gnome.org/zenity
|
#VCS: git:git://git.gnome.org/zenity
|
||||||
Source: http://download.gnome.org/sources/zenity/2.30/zenity-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/zenity/2.31/zenity-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: gnome-doc-utils >= 0.3.2
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
||||||
BuildRequires: glib2-devel >= 2.7.3
|
BuildRequires: glib2-devel >= 2.7.3
|
||||||
@ -18,13 +18,6 @@ BuildRequires: scrollkeeper
|
|||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
# for /usr/share/gnome/help, we should require yelp
|
|
||||||
# but we don't to avoid forcing firefox and libbeagle on live cds
|
|
||||||
# via anaconda -> zenity -> ...
|
|
||||||
#Requires: yelp
|
|
||||||
|
|
||||||
Requires(post): scrollkeeper
|
|
||||||
Requires(postun): scrollkeeper
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Zenity lets you display Gtk+ dialog boxes from the command line and through
|
Zenity lets you display Gtk+ dialog boxes from the command line and through
|
||||||
@ -42,7 +35,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# we don't want a perl dependency just for this
|
# we don't want a perl dependency just for this
|
||||||
@ -64,14 +56,9 @@ for f in $helpdir/C/figures/*.png; do
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
%find_lang zenity --with-gnome
|
%find_lang zenity --with-gnome
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files -f zenity.lang
|
%files -f zenity.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS NEWS THANKS README
|
%doc COPYING AUTHORS NEWS THANKS README
|
||||||
@ -81,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||||
- Update to 2.30.0
|
- Update to 2.30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user