Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
509d14d7e7
!12 [sync] PR-9: Remove self-dependency
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-04-15 02:47:30 +00:00
lyn1001
93d168fec9 Remove self-dependency
(cherry picked from commit 8a6f0c622aee436cc460ce8959b1cab6c3a0e165)
2022-04-15 09:47:58 +08:00
openeuler-ci-bot
461cba4281 !6 modify the URL of Source0
Merge pull request !6 from wangchen/wangchen
2020-09-10 19:51:25 +08:00
wangchen2020
f8d13ab544 modify the URL of Source0 2020-09-08 14:31:24 +08:00
openeuler-ci-bot
ed2f3faca7 !4 update libplist to 2.2.0
Merge pull request !4 from wangchen/wangchen
2020-08-01 17:11:01 +08:00
wangchen2020
27a6de5ff5 update libplist to 2.2.0 2020-07-23 19:24:38 +08:00
openeuler-ci-bot
b8b5c7936c !3 openeuler-libplist
Merge pull request !3 from chenditang/master
2020-06-28 11:27:27 +08:00
chenditang
cb245e557a fix site-packages path for python3.8 2020-06-28 09:25:07 +08:00
openeuler-ci-bot
8c0aededa3 !2 openeuler-libplist
Merge pull request !2 from chenditang/master
2020-06-24 18:48:34 +08:00
chenditang
dd073b0f3b Updated ac_python_devel.m4 to newer ax_python_devel.m4 2020-06-24 18:06:12 +08:00
3 changed files with 32 additions and 9 deletions

Binary file not shown.

BIN
libplist-2.2.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: libplist
Version: 2.0.0
Release: 13
Version: 2.2.0
Release: 3
Summary: A library to handle Apple Property List format in binary or XML
License: LGPLv2+
URL: http://www.libimobiledevice.org/
Source0: http://www.libimobiledevice.org/downloads/%{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
%description
@ -54,23 +55,45 @@ make check
%files
%defattr(-,root,root)
%doc AUTHORS README COPYING.LESSER
%doc AUTHORS README.md COPYING.LESSER
%{_bindir}/plistutil
%{_libdir}/libplist.so.3*
%{_libdir}/libplist++.so.3*
%{_libdir}/libplist*.so.3*
%{_libdir}/libplist++*.so.3*
%{_mandir}/man1/*
%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.7/site-packages/*
%{_libdir}/python3*/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