From 258a0881d431a74b51e9f0a99f20e86ed176f9313a13d09c0079acfc758f6f29 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 29 Apr 2013 13:53:05 +0000 Subject: [PATCH] - Package README and CHANGES OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=2 --- python-Logbook.changes | 5 +++++ python-Logbook.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-Logbook.changes b/python-Logbook.changes index d6d5104..f0be247 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 29 13:52:56 UTC 2013 - speilicke@suse.com + +- Package README and CHANGES + ------------------------------------------------------------------- Thu Apr 25 09:06:37 UTC 2013 - prusnak@opensuse.org diff --git a/python-Logbook.spec b/python-Logbook.spec index 3c01f06..149ba65 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -24,10 +24,9 @@ Url: http://logbook.pocoo.org/ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build %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()")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif @@ -43,8 +42,12 @@ CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +#%%check +#python setup.py test + %files %defattr(-,root,root,-) +%doc CHANGES README %{python_sitearch}/* %changelog