Update to 3.12.0
- Make build more verbose - Fix bogus dates in %changelog
This commit is contained in:
parent
137a74bc14
commit
de28a311f9
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,13 +1 @@
|
|||||||
zenity-2.31.5.tar.bz2
|
/*.tar.*
|
||||||
zenity-2.31.6.tar.bz2
|
|
||||||
/zenity-2.32.0.tar.bz2
|
|
||||||
/zenity-2.91.1.1.tar.bz2
|
|
||||||
/zenity-2.91.4.tar.bz2
|
|
||||||
/zenity-2.91.5.tar.bz2
|
|
||||||
/zenity-2.91.90.tar.bz2
|
|
||||||
/zenity-3.0.0.tar.bz2
|
|
||||||
/zenity-3.2.0.tar.xz
|
|
||||||
/zenity-3.4.0.tar.xz
|
|
||||||
/zenity-3.6.0.tar.xz
|
|
||||||
/zenity-3.7.2.tar.xz
|
|
||||||
/zenity-3.8.0.tar.xz
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
652aaaca39c5ff6f47984de5ef67e7be zenity-3.8.0.tar.xz
|
95b301ac1d5715f4d7391bd9b838b4e6 zenity-ZENITY_3_12_0.tar.gz
|
||||||
|
25
zenity.spec
25
zenity.spec
@ -1,18 +1,21 @@
|
|||||||
|
%define gittag ZENITY_%(echo %{version} | tr . _)
|
||||||
|
|
||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.8.0
|
Version: 3.12.0
|
||||||
Release: 3%{?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: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
|
Source: https://git.gnome.org/browse/zenity/snapshot/%{name}-%{gittag}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: libnotify-devel >= 0.4.1
|
BuildRequires: libnotify-devel >= 0.6.1
|
||||||
BuildRequires: which
|
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
|
||||||
@ -20,12 +23,13 @@ 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
|
%setup -q -n %{name}-%{gittag}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
test -x configure || NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure --disable-webkitgtk
|
%configure --disable-webkitgtk
|
||||||
make %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -45,6 +49,11 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.12.0-1
|
||||||
|
- Update to 3.12.0
|
||||||
|
- Make build more verbose
|
||||||
|
- Fix bogus dates in %%changelog
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
@ -71,7 +80,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
- Don't run autoreconf and intltoolize in the spec file; the tarball should be
|
- Don't run autoreconf and intltoolize in the spec file; the tarball should be
|
||||||
good enough
|
good enough
|
||||||
|
|
||||||
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
* Mon Mar 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||||
- Don't introduce a webkit dependency (#804451)
|
- Don't introduce a webkit dependency (#804451)
|
||||||
|
|
||||||
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
||||||
@ -83,7 +92,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||||
- Update to 3.2.0
|
- Update to 3.2.0
|
||||||
|
|
||||||
* Mon Mar 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
||||||
- Update to 3.0.0
|
- Update to 3.0.0
|
||||||
|
|
||||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
||||||
|
Loading…
Reference in New Issue
Block a user