14
0

Accepting request 95760 from devel:openSUSE:Factory:for-legal

- most is ZPL-2.1, only one test is ZPL-2.0

OBS-URL: https://build.opensuse.org/request/show/95760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2011-12-07 14:33:04 +00:00
committed by Git OBS Bridge
parent 2d1972652c
commit 8a323e35c5
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 7 14:20:45 UTC 2011 - coolo@suse.com
- most is ZPL-2.1, only one test is ZPL-2.0
-------------------------------------------------------------------
Wed Nov 10 12:50:06 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zdaemon (Version 2.0.4)
# spec file for package python-zdaemon
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define modname zdaemon
Name: python-zdaemon
Version: 2.0.4
Release: 4
Release: 0
Summary: Daemon process control library and tools
Url: http://pypi.python.org/pypi/zdaemon
License: BSD
License: ZPL-2.0 ; ZPL-2.1
Group: Development/Libraries/Python
Url: http://pypi.python.org/pypi/zdaemon
Source: %{modname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
BuildRequires: python-devel python-setuptools
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildArch: noarch
%description