!10 [sync] PR-8: fix ytnef install error

From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-03-10 02:35:58 +00:00 committed by Gitee
commit 5b80aab460
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ytnef
Version: 2.0
Release: 1
Release: 2
Summary: TNEF Stream Parser Library
License: GPLv2+
URL: https://github.com/Yeraze/ytnef
@ -9,7 +9,7 @@ Patch0: ytnef-pkgconfig.patch
BuildRequires: make autoconf automake libtool perl-generators
Requires: libytnef = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq : no
%description
Yerase's TNEF Stream Reader. Can take a TNEF Stream (winmail.dat) sent from
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Aug 10 2022 peijiankang <peijiankang@kylinos.cn> - 2.0-2
- fix ytnef install error
* Thu Jul 21 2022 duyiwei <duyiwei@kylinos.cn> - 2.0-1
- upgrade to v2.0