update to 3.2.11 [release 3.2.11-1mamba;Sat May 07 2022]
This commit is contained in:
parent
48e85c8e7e
commit
886a430869
@ -1,22 +1,31 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libgmime
|
Name: libgmime
|
||||||
Version: 3.2.7
|
Version: 3.2.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: gmime (MIME parsing library)
|
Summary: gmime (MIME parsing library)
|
||||||
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://spruce.sourceforge.net/gmime/
|
URL: https://developer-old.gnome.org/gmime/stable/
|
||||||
Source: http://download.gnome.org/sources/gmime/%{majver}/gmime-%{version}.tar.xz
|
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
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libassuan-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libglib-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
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q -n gmime-%{version}
|
%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
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -100,11 +114,10 @@ This package contains .pc file for %{name}# bindings for mono.
|
|||||||
%{_libdir}/pkgconfig/gmime-3.*.pc
|
%{_libdir}/pkgconfig/gmime-3.*.pc
|
||||||
#%doc ChangeLog README TODO
|
#%doc ChangeLog README TODO
|
||||||
|
|
||||||
%files docs
|
#%files docs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/gmime-3.*
|
#%dir %{_datadir}/gtk-doc/html/gmime-3.*
|
||||||
#%{_datadir}/gtk-doc/html/gmime-%{majver}/gmime-%{majver}.devhelp
|
#%{_datadir}/gtk-doc/html/gmime-3.*/*
|
||||||
%{_datadir}/gtk-doc/html/gmime-3.*/*
|
|
||||||
|
|
||||||
#%files -n gmime-sharp
|
#%files -n gmime-sharp
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -119,6 +132,9 @@ This package contains .pc file for %{name}# bindings for mono.
|
|||||||
#%{_libdir}/pkgconfig/gmime-sharp-3.*.pc
|
#%{_libdir}/pkgconfig/gmime-sharp-3.*.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 3.2.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user