update to 3.14.0 [release 3.14.0-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
9846b5b8be
commit
37273b0635
13
zenity.spec
13
zenity.spec
@ -1,6 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define gitver %(echo %version | tr . _)
|
||||
Name: zenity
|
||||
Version: 3.8.0
|
||||
Version: 3.14.0
|
||||
Release: 1mamba
|
||||
Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts
|
||||
Group: System/Tools
|
||||
@ -8,6 +9,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org/Zenity
|
||||
#Source: git://git.gnome.org/zenity.git/ZENITY_%{gitver}/zenity-%{version}.tar.bz2
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/zenity/%{majver}/zenity-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -26,16 +28,17 @@ BuildRequires: libpango-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libyelp-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A tool that allows you to display GTK dialog boxes in commandline and shell scripts.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
#./autogen.sh
|
||||
%configure --disable-scrollkeeper
|
||||
%make
|
||||
|
||||
@ -63,6 +66,12 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri
|
||||
# ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.0-1mamba
|
||||
- update to 3.14.0
|
||||
|
||||
* Sun Jan 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.2-1mamba
|
||||
- update to 3.10.2
|
||||
|
||||
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user