From 92a191db2f0b3fd851266771cb32203c89a89ecc Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Fri, 14 Dec 2012 14:36:39 +0100 Subject: Add COPYING and update spec file according to the review --- python-di.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'python-di.spec') diff --git a/python-di.spec b/python-di.spec index 7b05af8..f22e307 100644 --- a/python-di.spec +++ b/python-di.spec @@ -16,11 +16,10 @@ URL: http://fedorapeople.org/cgit/msivak/public_git/python-di.git/ # cd python-di; python setup.py sdist # it will be in the dist directory Source0: http://pypi.python.org/packages/source/d/di/di-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-setuptools-devel BuildRequires: python-nose -#Requires: +BuildRequires: python2-devel BuildArch: noarch %description @@ -46,16 +45,11 @@ rm -rf ${buildroot}%{python_sitelib}/setuptools/tests %check %{__python} setup.py nosetests -%clean -rm -rf $RPM_BUILD_ROOT - %files %{python_sitelib}/di %{python_sitelib}/di-*.egg-info -%doc - - +%doc README COPYING %changelog * Thu Dec 6 2012 Martin Sivak - 0.2-1 -- cgit