]> git.pld-linux.org Git - packages/python-daemon.git/commitdiff
update BR auto/th/python-daemon-1.6-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Nov 2014 23:57:25 +0000 (01:57 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Nov 2014 23:57:25 +0000 (01:57 +0200)
python-daemon.spec

index 11a2d3c4ee08bac4680b87251968efb26991988b..1dcb22f5b6e801cc8de38cd14408991f7ebeafbf 100644 (file)
@@ -7,14 +7,15 @@
 Summary:       Library to implement a well-behaved Unix daemon process
 Name:          python-%{module}
 Version:       1.6
-Release:       1
+Release:       2
 License:       Python
 Group:         Development/Languages
-URL:           http://pypi.python.org/pypi/python-daemon/
 Source0:       http://pypi.python.org/packages/source/p/python-daemon/%{name}-%{version}.tar.gz
 # Source0-md5: c774eda27d6c5d80b42037826d29e523
+URL:           http://pypi.python.org/pypi/python-daemon/
 BuildRequires: python-devel
 BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 BuildRequires: sed >= 4.0
 %if %{with tests}
@@ -39,7 +40,7 @@ This library implements the well-behaved daemon specification of PEP
 
 # Test suite requires minimock and lockfile
 %if %{with tests}
-PYTHONPATH=$(pwd) nosetests
+PYTHONPATH=$(pwd) nosetests-%{py_ver}
 %endif
 
 %install
This page took 0.077713 seconds and 4 git commands to generate.