14
0
forked from pool/python-pdfrw

Accepting request 316555 from home:TheBlackCat:branches:devel:languages:python

Fix building on SLES 11

OBS-URL: https://build.opensuse.org/request/show/316555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdfrw?expand=0&rev=3
This commit is contained in:
Todd R
2015-07-14 07:45:15 +00:00
committed by Git OBS Bridge
parent e8375fab3b
commit d6d2dbd992
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com
- Fix building on SLES 11
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 9 17:48:10 UTC 2013 - tchvatal@suse.com Sat Nov 9 17:48:10 UTC 2013 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pdfrw # spec file for package python-pdfrw
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,9 @@ Url: https://code.google.com/p/pdfrw/
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires} %{py_requires}
BuildArch: noarch %if 0%{?suse_version} && 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description %description
PDF file reader/writer library written in python PDF file reader/writer library written in python