SHA256
1
0
forked from pool/libvmime

Accepting request 511678 from server:mail

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/511678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2017-07-21 20:50:27 +00:00 committed by Git OBS Bridge
commit e539c65004
2 changed files with 27 additions and 20 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 13 14:11:54 UTC 2017 - jengelh@inai.de
- Update description
-------------------------------------------------------------------
Thu Jul 13 11:48:42 UTC 2017 - olaf@aepfle.de
- Remove openssl because gnutls is preferd already
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org

View File

@ -40,7 +40,6 @@ BuildRequires: libgnutls-devel
%if !0%{?sle_version} %if !0%{?sle_version}
BuildRequires: libgsasl-devel BuildRequires: libgsasl-devel
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: pkg-config BuildRequires: pkg-config
%if 0%{?suse_version} >= 1130 %if 0%{?suse_version} >= 1130
%define with_pdf 1 %define with_pdf 1
@ -59,40 +58,38 @@ BuildRequires: tex(ucs.sty)
BuildRequires: xz BuildRequires: xz
%description %description
VMime is a powerful C++ class library for working with MIME messages VMime is a C++ class library for working with RFC2822 and
and Internet messaging services like IMAP, POP or SMTP. MIME-conforming messages (RFC20452049), as well as Internet
messaging services like IMAP, POP or SMTP.
With VMime you can parse, generate and modify messages, and also VMime can parse, generate and modify messages, and also connect to
connect to store and transport services to receive or send messages store and transport services to receive or send messages over the
over the Internet. The library offers all the features to build a Internet. The library offers features to build a mail client.
complete mail client.
%package -n %lname %package -n %lname
Summary: Library for working with MIME messages and IMAP/POP/SMTP Summary: Library for working with MIME messages and IMAP/POP/SMTP
Group: System/Libraries Group: System/Libraries
%description -n %lname %description -n %lname
VMime is a powerful C++ class library for working with MIME messages VMime is a C++ class library for working with RFC2822 and
and Internet messaging services like IMAP, POP or SMTP. MIME-conforming messages (RFC20452049), as well as Internet
messaging services like IMAP, POP or SMTP.
With VMime you can parse, generate and modify messages, and also VMime can parse, generate and modify messages, and also connect to
connect to store and transport services to receive or send messages store and transport services to receive or send messages over the
over the Internet. The library offers all the features to build a Internet. The library offers features to build a mail client.
complete mail client.
%package devel %package devel
Summary: Library for working with MIME messages and IMAP/POP/SMTP Summary: Development files for vmime, an e-mail message library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %lname = %version
%description devel %description devel
VMime is a powerful C++ class library for working with MIME messages VMime is a C++ class library for working with RFC2822 and
and Internet messaging services like IMAP, POP or SMTP. MIME-conforming messages (RFC20452049), as well as Internet
messaging services like IMAP, POP or SMTP.
With VMime you can parse, generate and modify messages, and also This subpackage contains the headers for the library's API.
connect to store and transport services to receive or send messages
over the Internet. The library offers all the features to build a
complete mail client.
%prep %prep
%setup -qn vmime-%version %setup -qn vmime-%version