Update to 3.12.1
This partially reverts the previous commit that switched to git snapshots.
This commit is contained in:
parent
de28a311f9
commit
3f800a2f91
2
sources
2
sources
@ -1 +1 @@
|
|||||||
95b301ac1d5715f4d7391bd9b838b4e6 zenity-ZENITY_3_12_0.tar.gz
|
497dfbc1b473185f0294f38a92661ac0 zenity-3.12.1.tar.xz
|
||||||
|
13
zenity.spec
13
zenity.spec
@ -1,13 +1,11 @@
|
|||||||
%define gittag ZENITY_%(echo %{version} | tr . _)
|
|
||||||
|
|
||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.12.0
|
Version: 3.12.1
|
||||||
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
|
||||||
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: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: libnotify-devel >= 0.6.1
|
BuildRequires: libnotify-devel >= 0.6.1
|
||||||
@ -15,7 +13,6 @@ BuildRequires: which
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: gnome-common
|
|
||||||
|
|
||||||
%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
|
||||||
@ -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.
|
from the same family as dialog, Xdialog, and cdialog.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gittag}
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
test -x configure || NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%configure --disable-webkitgtk
|
%configure --disable-webkitgtk
|
||||||
make V=1 %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
@ -49,6 +45,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.12.0-1
|
||||||
- Update to 3.12.0
|
- Update to 3.12.0
|
||||||
- Make build more verbose
|
- Make build more verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user