Update to 1.2.10-139
This commit is contained in:
parent
4d28476fdb
commit
28b094e85b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
pefile-1.2.10-63.tar.gz
|
pefile-1.2.10-63.tar.gz
|
||||||
/pefile-1.2.10-123.tar.gz
|
/pefile-1.2.10-123.tar.gz
|
||||||
|
/pefile-1.2.10-139.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: python-pefile
|
Name: python-pefile
|
||||||
# upstream version embeds a dash, we replace this with an underscore:
|
# upstream version embeds a dash, we replace this with an underscore:
|
||||||
Version: 1.2.10_123
|
Version: 1.2.10_139
|
||||||
Release: 1%{?dist}
|
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-123.tar.gz
|
Source0: http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
@ -29,24 +29,27 @@ Some of the tasks that pefile makes possible are:
|
|||||||
* PEiD signature generation
|
* PEiD signature generation
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pefile-1.2.10-123
|
%setup -q -n pefile-1.2.10-139
|
||||||
|
|
||||||
# Fix end-of-line encoding of the license file:
|
# Fix end-of-line encoding of the license file:
|
||||||
sed -i 's/\r//' COPYING
|
sed -i 's/\r//' COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python2} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{python_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 07 2014 Christopher Meng <rpm@cicku.me> - 1.2.10_139-1
|
||||||
|
- Update to 1.2.10_139
|
||||||
|
|
||||||
* Thu Aug 08 2013 Christopher Meng <rpm@cicku.me> - 1.2.10_123-1
|
* Thu Aug 08 2013 Christopher Meng <rpm@cicku.me> - 1.2.10_123-1
|
||||||
- Update to new version.
|
- Update to 1.2.10_123
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10_63-8
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user