automatic version update by autodist [release 1.70.0-1mamba;Mon Oct 04 2021]

This commit is contained in:
Automatic Build System 2024-01-05 23:20:13 +01:00
parent addd24ee66
commit e629be920f

View File

@ -1,20 +1,19 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define glibver 2.%(echo %version | cut -d. -f2) %define glibver 2.%(echo %version | cut -d. -f2)
Name: gobject-introspection Name: gobject-introspection
Version: 1.68.0 Version: 1.70.0
Release: 1mamba Release: 1mamba
Summary: A convenient bridge between C and a runtime language and more Summary: A convenient bridge between C and a runtime language and more
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: https://live.gnome.org/GObjectIntrospection URL: https://gi.readthedocs.io/en/latest/
Source: http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/%{majver}/gobject-introspection-%{version}.tar.xz Source: https://download.gnome.org/sources/gobject-introspection/%{majver}/gobject-introspection-%{version}.tar.xz
Source1: http://ftp.gnome.org/pub/GNOME/sources/glib/%{glibver}/glib-%{glibver}.0.tar.xz Source1: https://download.gnome.org/sources/glib/%{glibver}/glib-%{glibver}.0.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libffi-devel BuildRequires: libffi-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -44,6 +43,8 @@ Requires: gtk-doc
%description apidocs %description apidocs
This package includes the %{name} API documentation. This package includes the %{name} API documentation.
%debug_package
%prep %prep
%setup -q -a1 %setup -q -a1
@ -79,6 +80,7 @@ This package includes the %{name} API documentation.
%{_libdir}/gobject-introspection/giscanner/doctemplates/* %{_libdir}/gobject-introspection/giscanner/doctemplates/*
%{_libdir}/gobject-introspection/giscanner/_giscanner.cpython-*.so %{_libdir}/gobject-introspection/giscanner/_giscanner.cpython-*.so
%{_mandir}/man1/g-ir-compiler.1* %{_mandir}/man1/g-ir-compiler.1*
%{_mandir}/man1/g-ir-doc-tool.1*
%{_mandir}/man1/g-ir-generate.1* %{_mandir}/man1/g-ir-generate.1*
%{_mandir}/man1/g-ir-scanner.1* %{_mandir}/man1/g-ir-scanner.1*
%doc COPYING %doc COPYING
@ -101,6 +103,9 @@ This package includes the %{name} API documentation.
%{_datadir}/gtk-doc/html/gi/* %{_datadir}/gtk-doc/html/gi/*
%changelog %changelog
* Mon Oct 04 2021 Automatic Build System <autodist@mambasoft.it> 1.70.0-1mamba
- automatic version update by autodist
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 1.68.0-1mamba * Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 1.68.0-1mamba
- automatic version update by autodist - automatic version update by autodist