From 317096bbdf92b5a4d193ab8b217df495ffe6a2d3f53ef95868c3a5127a7e9aad Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 23 Jun 2017 17:08:09 +0000 Subject: [PATCH] revert all changes related to strange failures OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=7 --- python-imbox.changes | 10 ---------- python-imbox.spec | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/python-imbox.changes b/python-imbox.changes index 2011cfa..9df745e 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -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 diff --git a/python-imbox.spec b/python-imbox.spec index a059093..22a76e7 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -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}