forked from pool/python-Logbook
- Package README and CHANGES
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
3c3a6af74d
commit
258a0881d4
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user