New version fix.
This commit is contained in:
parent
fa7a41de43
commit
4d28476fdb
@ -5,9 +5,10 @@ Release: 1%{?dist}
|
|||||||
Summary: Python module for working with Portable Executable files
|
Summary: Python module for working with Portable Executable files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://code.google.com/p/pefile/
|
URL: http://code.google.com/p/pefile/
|
||||||
Source0: http://pefile.googlecode.com/files/pefile-1.2.10-63.tar.gz
|
Source0: http://pefile.googlecode.com/files/pefile-1.2.10-123.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pefile is a multi-platform Python module to read and work with Portable
|
pefile is a multi-platform Python module to read and work with Portable
|
||||||
@ -37,7 +38,7 @@ sed -i 's/\r//' COPYING
|
|||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
Loading…
Reference in New Issue
Block a user