update to 3.14.0 [release 3.14.0-1mamba;Thu Oct 16 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 20:03:36 +01:00
parent 9846b5b8be
commit 37273b0635

View File

@ -1,6 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define gitver %(echo %version | tr . _)
Name: zenity Name: zenity
Version: 3.8.0 Version: 3.14.0
Release: 1mamba Release: 1mamba
Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts
Group: System/Tools Group: System/Tools
@ -8,6 +9,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://live.gnome.org/Zenity 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 Source: ftp://ftp.gnome.org/pub/gnome/sources/zenity/%{majver}/zenity-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -26,16 +28,17 @@ BuildRequires: libpango-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libyelp-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A tool that allows you to display GTK dialog boxes in commandline and shell scripts. A tool that allows you to display GTK dialog boxes in commandline and shell scripts.
%prep %prep
%setup -q %setup -q
%build %build
#./autogen.sh
%configure --disable-scrollkeeper %configure --disable-scrollkeeper
%make %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 NEWS README THANKS TODO
%changelog %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 * Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
- automatic version update by autodist - automatic version update by autodist