forked from pool/python-ldap3
- Use real URL, not some inventive lies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
5d3a39584d
commit
e9c4113480
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 08:25:44 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Use real URL, not some inventive lies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 15 16:59:21 UTC 2018 - michael@stroeder.com
|
||||
|
||||
|
||||
@@ -21,10 +21,10 @@ Name: python-ldap3
|
||||
Version: 2.5
|
||||
Release: 0
|
||||
Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client
|
||||
License: LGPL-3.0
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/cannatag/ldap3
|
||||
Source: https://github.com/cannatag/ldap3/archive/ldap3-%{version}.tar.gz
|
||||
URL: https://github.com/cannatag/ldap3
|
||||
Source: https://github.com/cannatag/ldap3/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
||||
@@ -58,7 +58,8 @@ sed -i 's/\r$//' COPYING.LESSER.txt COPYING.txt README.rst LICENSE.txt
|
||||
%python_exec %{_bindir}/nosetests -s test || :
|
||||
|
||||
%files %{python_files}
|
||||
%doc COPYING.LESSER.txt COPYING.txt LICENSE.txt README.rst
|
||||
%license COPYING.LESSER.txt COPYING.txt LICENSE.txt
|
||||
%doc README.rst
|
||||
%{python_sitelib}/ldap3
|
||||
%{python_sitelib}/ldap3-%{version}-py*.egg-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user