Accepting request 596486 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pkgconfig?expand=0&rev=4
This commit is contained in:
commit
92181d6525
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa
|
||||
size 5305
|
3
pkgconfig-1.3.1.tar.gz
Normal file
3
pkgconfig-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80
|
||||
size 5713
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 21:04:53 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 1.3.1:
|
||||
* Fix compatibility problems with Python 2.6
|
||||
|
||||
- changes from version 1.3.0:
|
||||
* Add variables() API to query defined variables
|
||||
* Disable Python 3.2 and enable Python 3.5 and 3.6 tests
|
||||
* Fix #16: handle spaces of values in .pc files correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 15:33:55 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pkgconfig
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -13,30 +13,29 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without tests
|
||||
Name: python-pkgconfig
|
||||
Version: 1.2.2
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Interface Python with pkg-config
|
||||
Url: http://github.com/matze/pkgconfig
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: http://github.com/matze/pkgconfig
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pkgconfig/pkgconfig-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: pkgconfig
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
# Test requirements
|
||||
BuildRequires: %{python_module nose}
|
||||
%endif
|
||||
Requires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -59,8 +58,8 @@ command line tool and supports Python 2.6+.
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user