- add license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 20:53:41 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- add license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 14:45:17 UTC 2013 - mcihar@suse.cz
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-funcparserlib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@@ -26,8 +26,8 @@ Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-setuptools
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
@@ -70,6 +70,8 @@ nosetests
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
%doc LICENSE README
|
||||
%{python_sitelib}/funcparserlib
|
||||
%{python_sitelib}/funcparserlib*egg-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user