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