Minor spec file updates for 3.8
Fix the Source url, remove unrecognized configure options and drop an obsolete gnome-doc-utils build dep.
This commit is contained in:
parent
6b4344f05d
commit
90c05c91f0
10
zenity.spec
10
zenity.spec
@ -1,13 +1,12 @@
|
|||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.8.0
|
Version: 3.8.0
|
||||||
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: 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.6/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: libnotify-devel >= 0.4.1
|
BuildRequires: libnotify-devel >= 0.4.1
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
@ -25,7 +24,7 @@ from the same family as dialog, Xdialog, and cdialog.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-scrollkeeper --disable-webkitgtk
|
%configure --disable-webkitgtk
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -46,6 +45,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
||||||
|
- Minor spec file updates for 3.8
|
||||||
|
|
||||||
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
||||||
- Update to 3.8.0
|
- Update to 3.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user