17
0
2016-03-13 20:53:58 +00:00
committed by Git OBS Bridge
parent 6e65a12970
commit a6ae826df1
2 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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