14
0

- Include in SLE 12 (FATE#319904, bsc#954690)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portpicker?expand=0&rev=2
This commit is contained in:
2015-12-01 14:27:39 +00:00
committed by Git OBS Bridge
parent b1c8ec13bb
commit 4712d53149
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-portpicker
#
# Copyright (c) 2015 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,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define upstream_name portpicker
Name: python-portpicker
Version: 1.1.0
@@ -52,3 +53,5 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%defattr(-,root,root,-)
%doc CONTRIBUTING.md LICENSE README.md
%{python_sitelib}/%{upstream_name}*
%changelog