Compare commits
10 Commits
3581a37751
...
509d14d7e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
509d14d7e7 | ||
|
|
93d168fec9 | ||
|
|
461cba4281 | ||
|
|
f8d13ab544 | ||
|
|
ed2f3faca7 | ||
|
|
27a6de5ff5 | ||
|
|
b8b5c7936c | ||
|
|
cb245e557a | ||
|
|
8c0aededa3 | ||
|
|
dd073b0f3b |
Binary file not shown.
BIN
libplist-2.2.0.tar.bz2
Normal file
BIN
libplist-2.2.0.tar.bz2
Normal file
Binary file not shown.
@ -1,10 +1,11 @@
|
|||||||
Name: libplist
|
Name: libplist
|
||||||
Version: 2.0.0
|
Version: 2.2.0
|
||||||
Release: 13
|
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: 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
|
BuildRequires: automake autoconf libtool chrpath gcc gcc-c++ python3-devel python3-Cython python3-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,23 +55,45 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS README COPYING.LESSER
|
%doc AUTHORS README.md COPYING.LESSER
|
||||||
%{_bindir}/plistutil
|
%{_bindir}/plistutil
|
||||||
%{_libdir}/libplist.so.3*
|
%{_libdir}/libplist*.so.3*
|
||||||
%{_libdir}/libplist++.so.3*
|
%{_libdir}/libplist++*.so.3*
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libplist.so
|
%{_libdir}/libplist*.so
|
||||||
%{_libdir}/libplist++.so
|
%{_libdir}/libplist++*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/plist
|
%{_includedir}/plist
|
||||||
|
|
||||||
%files -n python3-libplist
|
%files -n python3-libplist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/python3.7/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
|
||||||
|
- 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
|
* Thu Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.0-13
|
||||||
- Fix bad requires
|
- Fix bad requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user