15
0

Accepting request 130756 from home:HighwayStar:branches:devel:languages:python

python3 package added, specfile improved

OBS-URL: https://build.opensuse.org/request/show/130756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=4
This commit is contained in:
Todd R
2012-08-16 08:09:23 +00:00
committed by Git OBS Bridge
parent 42e791d9c3
commit 7c88368ce5
4 changed files with 87 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-MiniMock
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -56,6 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/*
%{python_sitelib}/minimock.py*
%{python_sitelib}/MiniMock-%{version}-py%{py_ver}.egg-info
%changelog