Compare commits
No commits in common. "993eb0024469ab5a1e89764f926c9ca44a85794e" and "5348746b1f7f1141a99a2ef67a38c033859e80bf" have entirely different histories.
993eb00244
...
5348746b1f
BIN
olefile-0.46.zip
Normal file
BIN
olefile-0.46.zip
Normal file
Binary file not shown.
BIN
olefile-0.47.zip
BIN
olefile-0.47.zip
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: python-olefile
|
Name: python-olefile
|
||||||
Version: 0.47
|
Version: 0.46
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: This Python package is used to parse, read and write Microsoft OLE2 files
|
Summary: This Python package is used to parse, read and write Microsoft OLE2 files
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pypi.python.org/pypi/olefile/
|
URL: https://pypi.python.org/pypi/olefile/
|
||||||
@ -13,6 +13,14 @@ such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ fi
|
|||||||
Image Composer and FlashPix files, Outlook messages, StickyNotes, several \
|
Image Composer and FlashPix files, Outlook messages, StickyNotes, several \
|
||||||
Microscopy file formats, McAfee antivirus quarantine files, etc.
|
Microscopy file formats, McAfee antivirus quarantine files, etc.
|
||||||
|
|
||||||
|
%package -n python2-olefile
|
||||||
|
Summary: This Python package is used to parse, read and write Microsoft OLE2 files.
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
%{?python_provide: %python_provide python2-olefile}
|
||||||
|
|
||||||
|
%description -n python2-olefile
|
||||||
|
Python2 version.
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-olefile
|
%package -n python%{python3_pkgversion}-olefile
|
||||||
Summary: This Python package is used to parse, read and write Microsoft OLE2 files.
|
Summary: This Python package is used to parse, read and write Microsoft OLE2 files.
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
@ -25,14 +33,20 @@ Python3 version.
|
|||||||
%autosetup -p1 -n olefile-%{version}
|
%autosetup -p1 -n olefile-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%py2_build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%py2_install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|
||||||
%{__python3} tests/test_olefile.py
|
%files -n python2-olefile
|
||||||
|
%doc README.md
|
||||||
|
%license doc/License.rst
|
||||||
|
%{python2_sitelib}/olefile-*.egg-info
|
||||||
|
%{python2_sitelib}/olefile/
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-olefile
|
%files -n python%{python3_pkgversion}-olefile
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -42,17 +56,5 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 0.47-1
|
|
||||||
- update to 0.47
|
|
||||||
|
|
||||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.46-5
|
|
||||||
- Rebuild for next release
|
|
||||||
|
|
||||||
* Sat Dec 5 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-4
|
|
||||||
- Add make check
|
|
||||||
|
|
||||||
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-3
|
|
||||||
- remove python2 dependency
|
|
||||||
|
|
||||||
* Thu Dec 12 2019 Senlin Xia <xiasenlin1@huawei.com> - 0.46-2
|
* Thu Dec 12 2019 Senlin Xia <xiasenlin1@huawei.com> - 0.46-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: pypi
|
|
||||||
src_repo: olefile
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user