update to 3.2.11 [release 3.2.11-1mamba;Sat May 07 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:24:56 +01:00
parent 48e85c8e7e
commit 886a430869

View File

@ -1,22 +1,31 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libgmime
Version: 3.2.7
Version: 3.2.11
Release: 1mamba
Summary: gmime (MIME parsing library)
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://spruce.sourceforge.net/gmime/
Source: http://download.gnome.org/sources/gmime/%{majver}/gmime-%{version}.tar.xz
URL: https://developer-old.gnome.org/gmime/stable/
Source: https://github.com/jstedfast/gmime.git/%{version}/gmime-%{version}.tar.bz2
#Source: http://download.gnome.org/sources/gmime/%{majver}/gmime-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libassuan-devel
BuildRequires: libe2fs-devel
BuildRequires: libglib-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgpgme-devel
BuildRequires: libidn2-devel
BuildRequires: libkrb5-devel
BuildRequires: libnsl-devel
BuildRequires: libtirpc-devel
BuildRequires: libunistring-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libselinux-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by many Internet RFCs.
@ -59,6 +68,11 @@ This package contains .pc file for %{name}# bindings for mono.
%prep
%setup -q -n gmime-%{version}
%ifarch arm
sed -i "s|dist-xz||" configure.ac
sed -i "s|no-dist-gzip||" configure.ac
%endif
NOCONFIGURE=1 ./autogen.sh
%build
%configure
@ -100,11 +114,10 @@ This package contains .pc file for %{name}# bindings for mono.
%{_libdir}/pkgconfig/gmime-3.*.pc
#%doc ChangeLog README TODO
%files docs
%defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/gmime-3.*
#%{_datadir}/gtk-doc/html/gmime-%{majver}/gmime-%{majver}.devhelp
%{_datadir}/gtk-doc/html/gmime-3.*/*
#%files docs
#%defattr(-,root,root)
#%dir %{_datadir}/gtk-doc/html/gmime-3.*
#%{_datadir}/gtk-doc/html/gmime-3.*/*
#%files -n gmime-sharp
#%defattr(-,root,root)
@ -119,6 +132,9 @@ This package contains .pc file for %{name}# bindings for mono.
#%{_libdir}/pkgconfig/gmime-sharp-3.*.pc
%changelog
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.11-1mamba
- update to 3.2.11
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 3.2.7-1mamba
- automatic version update by autodist