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:
committed by
Git OBS Bridge
parent
2922257432
commit
c094617ae4
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 4 13:14:20 UTC 2015 - lnussel@suse.de
|
||||||
|
|
||||||
|
- fix license tag (GPL-3.0+)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 27 17:58:05 UTC 2013 - p.drouand@gmail.com
|
Wed Nov 27 17:58:05 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycdio
|
# 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
|
# 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
|
||||||
@@ -15,18 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-pycdio
|
Name: python-pycdio
|
||||||
Version: 0.20
|
Version: 0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for the CDIO Library
|
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
|
Source: https://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz
|
||||||
Url: http://pypi.python.org/pypi/pycdio/
|
Url: http://pypi.python.org/pypi/pycdio/
|
||||||
Group: Development/Languages/Python
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
License: GPL-2.0+
|
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
||||||
BuildRequires: python-devel python-setuptools
|
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
%if 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
Reference in New Issue
Block a user