automatic version update by autodist [release 3.42.0-1mamba;Tue Apr 19 2022]
This commit is contained in:
parent
7a1bb0440a
commit
d07b3c3647
42
zenity.spec
42
zenity.spec
@ -1,50 +1,42 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define gitver %(echo %version | tr . _)
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.32.0
|
Version: 3.42.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
|
||||||
Vendor: openmamba
|
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: https://wiki.gnome.org/Projects/Zenity
|
||||||
#Source: git://git.gnome.org/zenity.git/ZENITY_%{gitver}/zenity-%{version}.tar.bz2
|
Source: https://download.gnome.org/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
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libdbus-glib-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libglade-devel
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libnotify-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libyelp-devel
|
BuildRequires: libyelp-devel
|
||||||
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
%meson
|
||||||
%configure --disable-scrollkeeper
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -55,17 +47,19 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gdialog
|
%{_bindir}/gdialog
|
||||||
%{_bindir}/zenity
|
%{_bindir}/zenity
|
||||||
#%{_datadir}/omf/zenity/zenity-*.omf
|
#%{_datadir}/zenity/clothes/*.png
|
||||||
%{_datadir}/zenity/clothes/*.png
|
|
||||||
%{_datadir}/zenity/zenity.ui
|
%{_datadir}/zenity/zenity.ui
|
||||||
%{_datadir}/zenity/zenity*.png
|
%{_datadir}/zenity/zenity*.png
|
||||||
%dir %{_datadir}/help/*/zenity
|
%dir %{_datadir}/help/*/zenity
|
||||||
%{_datadir}/help/*/zenity/*
|
%{_datadir}/help/*/zenity/*
|
||||||
%{_mandir}/man1/zenity.1.gz
|
%{_mandir}/man1/zenity.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
# ChangeLog NEWS README THANKS TODO
|
# ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 Automatic Build System <autodist@mambasoft.it> 3.42.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user