15
0
forked from pool/python-imbox

revert all changes related to strange failures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=7
This commit is contained in:
Jan Matejek
2017-06-23 17:08:09 +00:00
committed by Git OBS Bridge
parent 6fd78179e1
commit 317096bbdf
2 changed files with 3 additions and 13 deletions

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Sat Jun 10 15:30:37 UTC 2017 - sebix+novell.com@sebix.at
- move BuildRequires: python-rpm-macros to the top, hopefully fixes strange problem in Request#502810 / Request#501450 / Request#495353
-------------------------------------------------------------------
Thu Jun 1 10:49:46 UTC 2017 - sebix+novell.com@sebix.at
- separate line for %python_subpackages, hopefully fixes strange problem mentioned in Request#495353
-------------------------------------------------------------------
Wed Apr 12 20:01:19 UTC 2017 - sebix+novell.com@sebix.at

View File

@@ -24,7 +24,7 @@ Summary: Python IMAP for Human beings
License: MIT
Group: Development/Languages/Python
Url: https://github.com/martinrusev/imbox
Source: imbox-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -41,10 +41,10 @@ Python library for reading IMAP mailboxes and converting email content to machin
%setup -q -n imbox-%{version}
%build
%{python_build}
%python_build
%install
%{python_install}
%python_install
%fdupes %{buildroot}
%files %{python_files}