2009-05-11 15:11:16 +00:00
|
|
|
|
Name: python-pefile
|
|
|
|
|
# upstream version embeds a dash, we replace this with an underscore:
|
2014-02-07 09:22:01 +00:00
|
|
|
|
Version: 1.2.10_139
|
2015-06-18 20:15:13 +00:00
|
|
|
|
Release: 3%{?dist}
|
2009-05-11 15:11:16 +00:00
|
|
|
|
Summary: Python module for working with Portable Executable files
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://code.google.com/p/pefile/
|
2014-07-26 08:03:42 +00:00
|
|
|
|
|
|
|
|
|
%global realver $(echo %{version} | tr "_" "-")
|
|
|
|
|
|
|
|
|
|
Source0: http://pefile.googlecode.com/files/pefile-%{realver}.tar.gz
|
2009-05-11 15:11:16 +00:00
|
|
|
|
BuildArch: noarch
|
2013-08-08 01:20:25 +00:00
|
|
|
|
BuildRequires: python2-devel
|
2013-08-09 02:18:19 +00:00
|
|
|
|
BuildRequires: python-setuptools
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2013-08-08 01:20:25 +00:00
|
|
|
|
pefile is a multi-platform Python module to read and work with Portable
|
|
|
|
|
Executable (aka PE) files. Most of the information in the PE Header is
|
|
|
|
|
accessible, as well as all the sections, section's information and data.
|
|
|
|
|
|
|
|
|
|
pefile requires some basic understanding of the layout of a PE file. Armed
|
|
|
|
|
with it it's possible to explore nearly every single feature of the file.
|
|
|
|
|
|
|
|
|
|
Some of the tasks that pefile makes possible are:
|
|
|
|
|
|
|
|
|
|
* Modifying and writing back to the PE image
|
|
|
|
|
* Header Inspection
|
|
|
|
|
* Sections analysis
|
|
|
|
|
* Retrieving data
|
|
|
|
|
* Warnings for suspicious and malformed values
|
|
|
|
|
* Packer detection with PEiD’s signatures
|
|
|
|
|
* PEiD signature generation
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
2014-07-26 08:03:42 +00:00
|
|
|
|
%setup -qn pefile-%{realver}
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
# Fix end-of-line encoding of the license file:
|
2013-08-08 01:20:25 +00:00
|
|
|
|
sed -i 's/\r//' COPYING
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2014-02-07 09:22:01 +00:00
|
|
|
|
%{__python2} setup.py build
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2014-02-07 09:22:01 +00:00
|
|
|
|
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%files
|
2013-08-08 01:20:25 +00:00
|
|
|
|
%doc COPYING README
|
2014-02-07 09:22:01 +00:00
|
|
|
|
%{python2_sitelib}/*
|
2009-05-11 15:11:16 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2015-06-18 20:15:13 +00:00
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_139-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2014-06-07 22:01:50 +00:00
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_139-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
2014-02-07 09:22:01 +00:00
|
|
|
|
* Tue Jan 07 2014 Christopher Meng <rpm@cicku.me> - 1.2.10_139-1
|
|
|
|
|
- Update to 1.2.10_139
|
|
|
|
|
|
2013-08-08 01:20:25 +00:00
|
|
|
|
* Thu Aug 08 2013 Christopher Meng <rpm@cicku.me> - 1.2.10_123-1
|
2014-02-07 09:22:01 +00:00
|
|
|
|
- Update to 1.2.10_123
|
2013-08-08 01:20:25 +00:00
|
|
|
|
|
2013-08-04 08:59:06 +00:00
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
2013-02-14 20:04:06 +00:00
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
2012-07-21 07:42:43 +00:00
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
2012-01-14 01:58:51 +00:00
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
2011-02-09 05:40:28 +00:00
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2010-07-22 05:01:02 +00:00
|
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.10_63-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
2009-07-26 20:50:55 +00:00
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-05-11 15:11:16 +00:00
|
|
|
|
* Fri May 8 2009 David Malcolm <dmalcolm@redhat.com> - 1.2.10_63-1
|
|
|
|
|
- initial packaging
|
|
|
|
|
|