Compare commits

..

No commits in common. "509d14d7e721d8e5e82620b45f92a5ca42062709" and "3581a3775106ca5414b26366b8a6066d8fde416b" have entirely different histories.

3 changed files with 9 additions and 32 deletions

BIN
libplist-2.0.0.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: libplist
Version: 2.2.0
Release: 3
Version: 2.0.0
Release: 13
Summary: A library to handle Apple Property List format in binary or XML
License: LGPLv2+
URL: http://www.libimobiledevice.org/
Source0: https://github.com/libimobiledevice/libplist/releases/download/%{version}/%{name}-%{version}.tar.bz2
Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires: automake autoconf libtool chrpath gcc gcc-c++ python3-devel python3-Cython python3-setuptools
%description
@ -55,45 +54,23 @@ make check
%files
%defattr(-,root,root)
%doc AUTHORS README.md COPYING.LESSER
%doc AUTHORS README COPYING.LESSER
%{_bindir}/plistutil
%{_libdir}/libplist*.so.3*
%{_libdir}/libplist++*.so.3*
%{_mandir}/man1/*
%{_libdir}/libplist.so.3*
%{_libdir}/libplist++.so.3*
%files devel
%defattr(-,root,root)
%{_libdir}/libplist*.so
%{_libdir}/libplist++*.so
%{_libdir}/libplist.so
%{_libdir}/libplist++.so
%{_libdir}/pkgconfig/*
%{_includedir}/plist
%files -n python3-libplist
%defattr(-,root,root)
%{_libdir}/python3*/site-packages/*
%{_libdir}/python3.7/site-packages/*
%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
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Modify the URL of Source0
* Thu Jul 23 2020 wangchen <wangchen137@huawei.com> - 2.2.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Updated to 2.2.0
* Wed Jun 24 2020 chenditang <chenditang1@huawei.com> - 2.0.0-14
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Updated ac_python_devel.m4 to newer ax_python_devel.m4
* Thu Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.0-13
- Fix bad requires