forked from pool/python-xattr
- Update to version 0.6.2:
* Bug fix in Solaris support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
7b75e63554
commit
79a81b8756
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 10:29:22 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.2:
|
||||||
|
* Bug fix in Solaris support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 12:50:15 UTC 2011 - saschpe@suse.de
|
Tue May 31 12:50:15 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
|||||||
@@ -17,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-xattr
|
Name: python-xattr
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://undefined.org/python/#xattr
|
Url: http://undefined.org/python/#xattr
|
||||||
Summary: Python wrapper for extended filesystem attributes
|
Summary: Python wrapper for extended filesystem attributes
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: xattr-0.6.1.tar.gz
|
Source: xattr-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%py_requires
|
||||||
%endif
|
%endif
|
||||||
%{!?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)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,21 +42,17 @@ and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n xattr-%{version}
|
%setup -q -n xattr-%{version}
|
||||||
|
sed -i "1d" xattr/tool.py # Fix executable-bit rpmlint warning
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
CFLAGS="%{optflags}" python setup.py build
|
||||||
python setup.py build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
chmod 0755 %{buildroot}%{python_sitearch}/xattr/tool.py # Fix executable-bit rpmlint warning
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE.txt README.txt TODO.txt
|
%doc CHANGES.txt LICENSE.txt README.txt TODO.txt
|
||||||
%{_bindir}/xattr
|
%{_bindir}/xattr
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069
|
|
||||||
size 14585
|
|
||||||
3
xattr-0.6.2.tar.gz
Normal file
3
xattr-0.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b97d0ba4b3e537ba754dff9483f6b42640663f9c6c18f9380f13fa490916af40
|
||||||
|
size 14882
|
||||||
Reference in New Issue
Block a user