Update to 3.12.1

This partially reverts the previous commit that switched to git
snapshots.
This commit is contained in:
Kalev Lember 2014-04-26 17:02:21 +02:00
parent de28a311f9
commit 3f800a2f91
2 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
95b301ac1d5715f4d7391bd9b838b4e6 zenity-ZENITY_3_12_0.tar.gz
497dfbc1b473185f0294f38a92661ac0 zenity-3.12.1.tar.xz

View File

@ -1,13 +1,11 @@
%define gittag ZENITY_%(echo %{version} | tr . _)
Name: zenity
Version: 3.12.0
Version: 3.12.1
Release: 1%{?dist}
Summary: Display dialog boxes from shell scripts
Group: Applications/System
License: LGPLv2+
URL: http://directory.fsf.org/zenity.html
Source: https://git.gnome.org/browse/zenity/snapshot/%{name}-%{gittag}.tar.gz
Source: https://download.gnome.org/sources/zenity/3.12/zenity-%{version}.tar.xz
BuildRequires: gtk3-devel >= 3.0.0
BuildRequires: libnotify-devel >= 0.6.1
@ -15,7 +13,6 @@ BuildRequires: which
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: gnome-common
%description
Zenity lets you display Gtk+ dialog boxes from the command line and through
@ -23,11 +20,10 @@ 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 -n %{name}-%{gittag}
%setup -q
%build
test -x configure || NOCONFIGURE=1 ./autogen.sh
%configure --disable-webkitgtk
make V=1 %{?_smp_mflags}
@ -49,6 +45,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
%changelog
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
- Update to 3.12.1
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.12.0-1
- Update to 3.12.0
- Make build more verbose