Hello community,
here is the log from the commit of package python-python-daemon for
openSUSE:Factory
checked in at Mon Sep 26 10:17:22 CEST 2011.
--------
--- python-python-daemon/python-python-daemon.changes 2011-05-30
17:34:54.000000000 +0200
+++
/mounts/work_src_done/STABLE/python-python-daemon/python-python-daemon.changes
2011-09-20 16:56:10.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 14:54:32 UTC 2011 - [email protected]
+
+- Changed BuildRequires python-minimock to python-MiniMock
+- Removed %clean section and some other useless stuff
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-daemon.spec ++++++
--- /var/tmp/diff_new_pack.zYg11k/_old 2011-09-26 10:17:18.000000000 +0200
+++ /var/tmp/diff_new_pack.zYg11k/_new 2011-09-26 10:17:18.000000000 +0200
@@ -11,28 +11,24 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-
+#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-%define mod_name python-daemon
-Name: python-%{mod_name}
+Name: python-python-daemon
Version: 1.6
-Release: 1
+Release: 0
Url: http://pypi.python.org/pypi/python-daemon/
Summary: Library to implement a well-behaved Unix daemon process
License: PSF-2+
Group: Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: python-daemon-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
-BuildRequires: python-minimock
+BuildRequires: python-MiniMock
Requires: python-lockfile
%if 0%{?suse_version}
%py_requires
@@ -40,6 +36,7 @@
BuildArch: noarch
%endif
%endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon
@@ -50,22 +47,18 @@
process environment for the program; use the instance as a context manager to
enter a daemon state.
%prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n python-daemon-%{version}
+sed -i "1d" daemon/version/version_info.py # Fix non-executable script
%build
-export CFLAGS="%{optflags}"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%clean
-rm -rf %{buildroot}
-
%files
%defattr(-,root,root,-)
%doc ChangeLog
-%python_sitelib/daemon*
-%python_sitelib/*.egg-info
+%{python_sitelib}/*
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]