forked from pool/python-zdaemon
Accepting request 148447 from home:posophe:branches:devel:languages:python
Update to 3.0.5 OBS-URL: https://build.opensuse.org/request/show/148447 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
a3acf9ebfd
commit
6c87d8d7d4
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zdaemon
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@@ -18,7 +18,7 @@
|
||||
%define modname zdaemon
|
||||
|
||||
Name: python-zdaemon
|
||||
Version: 2.0.4
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: Daemon process control library and tools
|
||||
License: ZPL-2.1
|
||||
@@ -41,15 +41,11 @@ although it is not limited to running Python-based applications
|
||||
%setup -q -n %{modname}-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
%doc README.txt CHANGES.txt
|
||||
|
||||
Reference in New Issue
Block a user