update to 2.18.13 [release 2.18.13-1mamba;Sat May 11 2024]

This commit is contained in:
Silvan Calarco 2024-05-11 17:35:42 +02:00
parent a351121f71
commit 6373734f95

View File

@ -1,46 +1,33 @@
Name: lablgtk Name: lablgtk
Version: 2.18.7 Version: 2.18.13
Release: 1mamba Release: 1mamba
Summary: LablGtk is an OCaml interface to GTK+ 1.2, 2.x, and 3.x Summary: LablGtk is an OCaml interface to GTK+ 1.2, 2.x, and 3.x
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lablgtk.forge.ocamlcore.org/ URL: https://github.com/garrigue/lablgtk
Source: https://forge.ocamlcore.org/frs/download.php/1773/lablgtk-%{version}.tar.gz Source: https://github.com/garrigue/lablgtk.git/%{version}/lablgtk-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libGConf-devel BuildRequires: libat-spi2-core-devel
BuildRequires: libICE-devel
BuildRequires: libORBit2-devel
BuildRequires: libSM-devel
BuildRequires: libart_lgpl-devel
BuildRequires: libatk-devel
BuildRequires: libbonobo-devel
BuildRequires: libbonoboui-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglade-devel BuildRequires: libglade-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgnome-devel
BuildRequires: libgnome-vfs-devel
BuildRequires: libgnomecanvas-devel
BuildRequires: libgnomeui-devel
BuildRequires: libgtk2-devel BuildRequires: libgtk2-devel
BuildRequires: libgtksourceview2-devel BuildRequires: libharfbuzz-devel
BuildRequires: libgtkspell-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libpopt-devel
BuildRequires: librsvg-devel BuildRequires: librsvg-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ocaml BuildRequires: ocaml
Provides: lablgtk2 Provides: lablgtk2
Provides: ocaml-labgtk2 Provides: ocaml-labgtk2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
LablGtk is an OCaml interface to GTK+ 1.2, 2.x, and 3.x. LablGtk is an OCaml interface to GTK+ 1.2, 2.x, and 3.x.
@ -51,7 +38,14 @@ LablGtk is an OCaml interface to GTK+ 1.2, 2.x, and 3.x.
%setup -q %setup -q
%build %build
%configure %configure \
--without-gnomeui \
--without-gnomecanvas \
--without-panel \
--without-gtkspell \
--without-gtksourceview \
--without-gtksourceview2
%make %make
%install %install
@ -73,5 +67,8 @@ rm -f %{buildroot}%{_libdir}/ocaml/ld.conf
%doc COPYING %doc COPYING
%changelog %changelog
* Sat May 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.18.13-1mamba
- update to 2.18.13
* Sun Apr 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.18.7-1mamba * Sun Apr 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.18.7-1mamba
- package created using the webbuild interface - package created using the webbuild interface