forked from pool/libvmime
Accepting request 808477 from server:mail
- Update to 0.9.2k4 (0.9.2.96) OBS-URL: https://build.opensuse.org/request/show/808477 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=23
This commit is contained in:
commit
2173eafff3
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/kopano-dev/vmime</param>
|
<param name="url">https://github.com/kopano-dev/vmime</param>
|
||||||
<param name="revision">v0.9.2k2</param>
|
<param name="revision">v0.9.2k4</param>
|
||||||
<param name="parent-tag">v0.9.2</param>
|
<param name="parent-tag">v0.9.2</param>
|
||||||
<param name="versionformat">0.9.2.@TAG_OFFSET@</param>
|
<param name="versionformat">0.9.2.@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 6 14:21:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to 0.9.2k4 (0.9.2.96)
|
||||||
|
* Skip delimiter lines that are not exactly equal to the boundary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 10:38:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue May 28 10:38:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Update to Kopano branch of vmime, 0.9.2k2
|
- Update to Kopano branch of vmime, 0.9.2k2 (0.9.2.85)
|
||||||
* Unbreak own hostname qualification on POSIX systems
|
* Unbreak own hostname qualification on POSIX systems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -17,22 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libvmime
|
Name: libvmime
|
||||||
%define lname libvmime-kopano2
|
%define lname libvmime-kopano3
|
||||||
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 0.9.2.85
|
Version: 0.9.2.96
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://vmime.org/
|
URL: http://vmime.org/
|
||||||
|
|
||||||
#Source: https://github.com/kisli/vmime/archive/v%%version.tar.gz
|
#Source: https://github.com/kisli/vmime/archive/v%%version.tar.gz
|
||||||
Source: vmime-%version.tar.xz
|
Source: vmime-%version.tar.xz
|
||||||
Patch1: libvmime-nodatetime.diff
|
Patch1: libvmime-nodatetime.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
%if 0%{?suse_version} < 1310
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: cmake >= 2.8.3
|
BuildRequires: cmake >= 2.8.3
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -42,20 +38,12 @@ BuildRequires: libgnutls-devel
|
|||||||
BuildRequires: libgsasl-devel
|
BuildRequires: libgsasl-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if 0%{?suse_version} >= 1130
|
|
||||||
%define with_pdf 1
|
|
||||||
%if 0%{?suse_version} < 1300
|
|
||||||
BuildRequires: texlive-bin-latex
|
|
||||||
%endif
|
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: texlive-collection-fontsrecommended
|
BuildRequires: texlive-collection-fontsrecommended
|
||||||
BuildRequires: tex(courier.sty)
|
BuildRequires: tex(courier.sty)
|
||||||
BuildRequires: tex(fancyheadings.sty)
|
BuildRequires: tex(fancyheadings.sty)
|
||||||
BuildRequires: tex(pcrr7t.tfm)
|
BuildRequires: tex(pcrr7t.tfm)
|
||||||
BuildRequires: tex(ucs.sty)
|
BuildRequires: tex(ucs.sty)
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,8 +81,7 @@ messaging services like IMAP, POP or SMTP.
|
|||||||
This subpackage contains the headers for the library's API.
|
This subpackage contains the headers for the library's API.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn vmime-%version
|
%autosetup -p1 -n vmime-%version
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?with_pdf}
|
%if 0%{?with_pdf}
|
||||||
@ -140,12 +127,10 @@ mv "$b/%_prefix/cmake" "$b/%_datadir/"
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING
|
%_libdir/libvmime-kopano.so.3*
|
||||||
%_libdir/libvmime-kopano.so.2*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/vmime
|
%_includedir/vmime
|
||||||
%_libdir/libvmime.so
|
%_libdir/libvmime.so
|
||||||
%_libdir/libvmime-kopano.so
|
%_libdir/libvmime-kopano.so
|
||||||
|
BIN
vmime-0.9.2.85.tar.xz
(Stored with Git LFS)
BIN
vmime-0.9.2.85.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
vmime-0.9.2.96.tar.xz
(Stored with Git LFS)
Normal file
BIN
vmime-0.9.2.96.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user