]> git.ipfire.org Git - ipfire-3.x.git/blame - attr/attr.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / attr / attr.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = attr
8425254e 7version = 2.5.1
fb0b5f5a 8release = 1.1
166a6c21 9
802ea3af 10groups = System/Filesystems
8425254e 11url = https://savannah.nongnu.org/projects/attr
802ea3af
MT
12license = GPLv2+ LGPLv2+
13summary = Tools for extended attribute support.
166a6c21 14
802ea3af 15description
4cf37d60 16 A set of tools for manipulating extended attributes on filesystem
166a6c21 17 objects.
802ea3af
MT
18end
19
8425254e 20source_dl = https://download-mirror.savannah.gnu.org/releases/attr/
802ea3af
MT
21
22build
23 requires
24 gettext
25 libtool
26 end
27
28 configure_options += \
238c2cb8 29 --libexecdir=%{libdir} \
8dd1bcda 30 --enable-shared
802ea3af 31
4cf37d60
SS
32 install_cmds
33 # Fix absolute symlink.
34 rm -rvf %{BUILDROOT}%{libdir}/libattr.so
35 ln -svf libattr.so.1 %{BUILDROOT}%{libdir}/libattr.so
e8addcea
MT
36
37 # Fix library permissions.
38 chmod 755 %{BUILDROOT}%{libdir}/libattr.so.*
4cf37d60 39 end
802ea3af
MT
40end
41
42packages
43 package lib%{name}
a7642531 44 provides += attr=%{thisver}
802ea3af 45 end
1f9bc2f0 46
802ea3af
MT
47 package lib%{name}-devel
48 template DEVEL
a7642531
MT
49
50 provides += attr-devel=%{thisver}
802ea3af 51 end
1f9bc2f0 52
a7642531 53 package lib%{name}-debuginfo
1f9bc2f0
MT
54 template DEBUGINFO
55
a7642531 56 provides += attr-debuginfo
1f9bc2f0 57 end
802ea3af 58end