14
0

Accepting request 171119 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/171119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2013-04-16 12:55:52 +00:00
committed by Git OBS Bridge
parent 6c87d8d7d4
commit 06a55f009c
4 changed files with 17 additions and 6 deletions

View File

@@ -18,17 +18,18 @@
%define modname zdaemon
Name: python-zdaemon
Version: 3.0.5
Version: 4.0.0a1
Release: 0
Summary: Daemon process control library and tools
License: ZPL-2.1
Group: Development/Libraries/Python
Url: http://pypi.python.org/pypi/zdaemon
Source: %{modname}-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/z/zdaemon/%{modname}-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-distribute
BuildRequires: unzip
BuildArch: noarch
%description