############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = attr version = 2.5.1 release = 1 groups = System/Filesystems url = https://savannah.nongnu.org/projects/attr license = GPLv2+ LGPLv2+ summary = Tools for extended attribute support. description A set of tools for manipulating extended attributes on filesystem objects. end source_dl = https://download-mirror.savannah.gnu.org/releases/attr/ build requires gettext libtool end configure_options += \ --libexecdir=%{libdir} \ --enable-shared install_cmds # Fix absolute symlink. rm -rvf %{BUILDROOT}%{libdir}/libattr.so ln -svf libattr.so.1 %{BUILDROOT}%{libdir}/libattr.so # Fix library permissions. chmod 755 %{BUILDROOT}%{libdir}/libattr.so.* end end packages package lib%{name} provides += attr=%{thisver} end package lib%{name}-devel template DEVEL provides += attr-devel=%{thisver} end package lib%{name}-debuginfo template DEBUGINFO provides += attr-debuginfo end end