- Fix SLE_11 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=4
This commit is contained in:
parent
6f40ae26cd
commit
8907222061
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 14:51:13 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Fix SLE_11 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 27 22:24:31 UTC 2012 - Greg.Freemyer@gmail.com
|
Fri Jan 27 22:24:31 UTC 2012 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -27,26 +27,24 @@ BuildRequires: fuse-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%py_requires
|
%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
|
%description
|
||||||
|
|
||||||
Python bindings for FUSE (User space File System)
|
Python bindings for FUSE (User space File System)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fuse-python-%{version}
|
%setup -q -n fuse-python-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
env CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags}" python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --root=%{buildroot}
|
python setup.py install --root=%{buildroot}
|
||||||
mv %{buildroot}%{_prefix}/local/* %{buildroot}/usr
|
mv %{buildroot}%{_prefix}/local/* %{buildroot}/usr
|
||||||
rm -rf %{buildroot}%{_prefix}/local
|
rm -rf %{buildroot}%{_prefix}/local
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING Changelog FAQ PKG-INFO README*
|
%doc AUTHORS COPYING Changelog FAQ PKG-INFO README*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user