Name: xattr Version: 1.3.0 Release: 1 Group: Development/Libraries License: MIT Summary: Python wrapper for extended filesystem attributes Url: https://github.com/xattr/xattr Vendor: John Machin Source0: %{name}-%{version}.tar.gz BuildRequires: python3-devel, pyproject-rpm-macros, python3-pip, python3-setuptools, python3-wheel, gcc, python3-cffi, python3-pip, python3-setuptools, python3-wheel, tox %{?python_disable_dependency_generator} %description Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4) and Linux 2.6+. Experimental support is included for Solaris and FreeBSD. %package -n python3-%{name} Summary: Python 3 module of Python wrapper for extended filesystem attributes %description -n python3-%{name} Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4) and Linux 2.6+. Experimental support is included for Solaris and FreeBSD. %package -n %{name}-tools Requires: python3-xattr >= %{version} Summary: Tools for Python wrapper for extended filesystem attributes %description -n %{name}-tools Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4) and Linux 2.6+. Experimental support is included for Solaris and FreeBSD. %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-%{name} %license LICENSE.txt %doc CHANGES.txt %{_libdir}/python3*/site-packages/xattr %{_libdir}/python3*/site-packages/xattr*.dist-info %files -n %{name}-tools %{_bindir}/* %changelog * Tue Nov 18 2025 log2timeline development team 1.3.0-1 - Auto-generated