14
0
forked from pool/python-pycdio

Accepting request 284039 from devel:openQA

- fix license tag (GPL-3.0+)

OBS-URL: https://build.opensuse.org/request/show/284039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdio?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2015-02-04 18:57:56 +00:00
committed by Git OBS Bridge
parent 2922257432
commit c094617ae4
2 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycdio
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pycdio
Version: 0.20
Release: 0
Summary: Python Bindings for the CDIO Library
License: GPL-3.0+
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz
Url: http://pypi.python.org/pypi/pycdio/
Group: Development/Languages/Python
License: GPL-2.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: python-devel python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libcdio-devel
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: swig
%if 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}