Hello community, here is the log from the commit of package python-fuse for openSUSE:Factory checked in at 2012-02-14 11:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fuse (Old) and /work/SRC/openSUSE:Factory/.python-fuse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fuse", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-fuse/python-fuse.changes 2012-02-01 09:59:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-fuse.new/python-fuse.changes 2012-02-14 11:26:34.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 31 14:51:13 UTC 2012 - [email protected] + +- Fix SLE_11 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fuse.spec ++++++ --- /var/tmp/diff_new_pack.EIgmYS/_old 2012-02-14 11:26:35.000000000 +0100 +++ /var/tmp/diff_new_pack.EIgmYS/_new 2012-02-14 11:26:35.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package python-fuse-python +# spec file for package python-fuse # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,29 +27,24 @@ BuildRequires: pkg-config BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%py_requires -%description +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%endif +%description Python bindings for FUSE (User space File System) %prep %setup -q -n fuse-python-%{version} %build -env CFLAGS="%{optflags}" python setup.py build +CFLAGS="%{optflags}" python setup.py build %install -python setup.py install --root=%{buildroot} -mv %{buildroot}%{_prefix}/local/* %{buildroot}/usr -rm -rf %{buildroot}%{_prefix}/local - -%clean -rm -rf %{buildroot} +python setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm=INSTALLED_FILES -%files +%files -f INSTALLED_FILES %defattr(-,root,root) -%doc AUTHORS COPYING Changelog FAQ PKG-INFO README* -%{python_sitearch}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
