- Update to 2017.5.26
- Remove upstreamed patch
This commit is contained in:
parent
9b7b38b12e
commit
80a93421d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ pefile-1.2.10-63.tar.gz
|
||||
/pefile-1.2.10-123.tar.gz
|
||||
/pefile-1.2.10-139.tar.gz
|
||||
/pefile-2016.3.28.tar.gz
|
||||
/pefile-2017.5.26.tar.gz
|
||||
|
@ -16,19 +16,17 @@ Some of the tasks that pefile makes possible are:\
|
||||
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2016.3.28
|
||||
Release: 3%{?dist}
|
||||
Version: 2017.5.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Python module for working with Portable Executable files
|
||||
License: MIT
|
||||
URL: https://github.com/erocarrera/pefile
|
||||
|
||||
Source0: https://github.com/erocarrera/pefile/archive/v%{version}/pefile-%{version}.tar.gz
|
||||
# Github PR #152
|
||||
Patch0: pefile-fix-build-43c1cc79a71.patch
|
||||
BuildArch: noarch
|
||||
|
||||
# For the patch
|
||||
BuildRequires: git-core
|
||||
# BuildRequires: git-core
|
||||
|
||||
%description
|
||||
%{common_desc}
|
||||
@ -53,7 +51,7 @@ BuildRequires: python3-setuptools
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n %{srcname}-%{version}
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
sed -i -e '/^#!\//, 1d' pefile.py
|
||||
|
||||
%build
|
||||
@ -79,6 +77,10 @@ sed -i -e '/^#!\//, 1d' pefile.py
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Sat May 27 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 2017.5.26-1
|
||||
- Update to 2017.5.26
|
||||
- Remove upstreamed patch
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.3.28-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user