summaryrefslogtreecommitdiffstats
path: root/python-di.spec
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-12-14 14:36:39 +0100
committerMartin Sivak <msivak@redhat.com>2012-12-14 14:46:48 +0100
commit92a191db2f0b3fd851266771cb32203c89a89ecc (patch)
tree3e979ffe978ac6e6451c92542019d5d2f7bbfc2a /python-di.spec
parentc0430c7982246642b6fe59029b16a516034693b9 (diff)
downloadpython-di-92a191db2f0b3fd851266771cb32203c89a89ecc.tar.gz
python-di-92a191db2f0b3fd851266771cb32203c89a89ecc.tar.xz
python-di-92a191db2f0b3fd851266771cb32203c89a89ecc.zip
Add COPYING and update spec file according to the review
Diffstat (limited to 'python-di.spec')
-rw-r--r--python-di.spec10
1 files changed, 2 insertions, 8 deletions
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 <msivak@euryale.brq.redhat.com> - 0.2-1