automatic version update by autodist [release 0.20.5-1mamba;Mon Feb 28 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:21:47 +01:00
parent 3f5230ffa2
commit 24d5de9c6f

View File

@ -1,20 +1,20 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libgee
Version: 0.20.4
Version: 0.20.5
Release: 1mamba
Summary: GObject collection library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://live.gnome.org/Libgee
URL: https://wiki.gnome.org/Projects/Libgee
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libgee/%{majver}/libgee-%{version}.tar.xz
License: LGPL
BuildRequires: gobject-introspection-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libglib-devel
## AUTOBUILDREQ-END
BuildRequires: gobject-introspection-devel
BuildRequires: vala-devel
%description
@ -46,7 +46,7 @@ Obsoletes: %{name}-static
%description devel
Libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.
This package contains libraries and header files need for development.
This package contains libraries and header files needed for development.
%package static
Group: Development/Libraries
@ -55,9 +55,10 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description static
Libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.
This package contains static libraries needed for development.
%debug_package
%prep
%setup -q
@ -96,6 +97,9 @@ make check
%doc ChangeLog* NEWS README
%changelog
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 0.20.5-1mamba
- automatic version update by autodist
* Fri Mar 19 2021 Automatic Build System <autodist@mambasoft.it> 0.20.4-1mamba
- automatic version update by autodist