!12 [sync] PR-9: Remove self-dependency

From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-04-15 02:47:30 +00:00 committed by Gitee
commit 509d14d7e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: libplist Name: libplist
Version: 2.2.0 Version: 2.2.0
Release: 2 Release: 3
Summary: A library to handle Apple Property List format in binary or XML Summary: A library to handle Apple Property List format in binary or XML
License: LGPLv2+ License: LGPLv2+
URL: http://www.libimobiledevice.org/ URL: http://www.libimobiledevice.org/
Source0: https://github.com/libimobiledevice/libplist/releases/download/%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/libimobiledevice/libplist/releases/download/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: automake autoconf libtool chrpath gcc gcc-c++ python3-devel python3-Cython python3-setuptools libplist libplist-devel BuildRequires: automake autoconf libtool chrpath gcc gcc-c++ python3-devel python3-Cython python3-setuptools
%description %description
A small portable C library to handle Apple Property List files in binary or XML. A small portable C library to handle Apple Property List files in binary or XML.
@ -43,10 +43,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%install %install
%make_install %make_install
%delete_la %delete_la
cp -a %{_libdir}/libplist.so.3* %{buildroot}%{_libdir}
cp -a %{_libdir}/libplist++.so.3* %{buildroot}%{_libdir}
cp -a %{_libdir}/libplist.so %{buildroot}%{_libdir}
cp -a %{_libdir}/libplist++.so %{buildroot}%{_libdir}
%check %check
make check make check
@ -77,6 +73,9 @@ make check
%{_libdir}/python3*/site-packages/* %{_libdir}/python3*/site-packages/*
%changelog %changelog
* Wed Apr 13 2022 liyanan <liyanan32@h-partners.com> - 2.2.0-3
- Remove self-dependency
* Tue Sep 8 2020 wangchen <wangchen137@huawei.com> - 2.2.0-2 * Tue Sep 8 2020 wangchen <wangchen137@huawei.com> - 2.2.0-2
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA