Hello community, here is the log from the commit of package python-killswitch for openSUSE:Factory checked in at 2014-02-22 18:16:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-killswitch (Old) and /work/SRC/openSUSE:Factory/.python-killswitch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-killswitch" Changes: -------- --- /work/SRC/openSUSE:Factory/python-killswitch/python-killswitch.changes 2014-01-03 19:48:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-killswitch.new/python-killswitch.changes 2014-02-22 18:16:17.000000000 +0100 @@ -1,0 +2,13 @@ +Fri Feb 21 13:54:28 UTC 2014 - [email protected] + +- Package COPYING and README in documentation +- Remove depreciated macros +- Remove --record-list option and add %{python_sitelib} in %files + instead + +------------------------------------------------------------------- +Thu Feb 20 14:28:26 UTC 2014 - [email protected] + +- remove SUSE prefix from license + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-killswitch.spec ++++++ --- /var/tmp/diff_new_pack.Rv7APd/_old 2014-02-22 18:16:18.000000000 +0100 +++ /var/tmp/diff_new_pack.Rv7APd/_new 2014-02-22 18:16:18.000000000 +0100 @@ -15,19 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python-killswitch Version: 0.4 Release: 0 Summary: Python module providing functions for killswitches -License: SUSE-WTFPL-2.0 -Group: Development/Libraries/Python +License: WTFPL +Group: Development/Languages/Python Source: python-killswitch-%{version}.tar.gz Url: http://blog.homac.de BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{py_requires} -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif Requires: urfkill @@ -38,20 +38,18 @@ killswitches found in the system. See 'pydoc killswitch.py' for more information -Author: --------- - Holger Macht <[email protected]> - %prep %setup -q %build -%{__python} setup.py build +python setup.py build %install -%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES +python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%files -f INSTALLED_FILES +%files %defattr(-,root,root) +%doc COPYING README +%{python_sitelib} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
