]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libuser/libuser.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libuser / libuser.nm
CommitLineData
73e34398 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
73e34398
MT
4###############################################################################
5
802ea3af
MT
6name = libuser
7version = 0.57.1
8release = 1
73e34398 9
802ea3af
MT
10groups = System/Libraries
11url = https://fedorahosted.org/libuser/
12license = LGPLv2+
13summary = A user and group account administration library.
73e34398 14
802ea3af 15description
73e34398
MT
16 The libuser library implements a standardized interface for \
17 manipulating and administering user and group accounts. The \
18 library uses pluggable back-ends to interface to its data sources.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 cyrus-sasl-devel
27 glib2-devel
28 libselinux-devel
29 openldap-devel
30 pam-devel
31 pkg-config
32 popt-devel
33 python-devel
34 end
35
36 configure_options += \
37 --sysconfdir=/etc \
38 --with-ldap \
39 --with-selinux
40
41 prepare_cmds
42 # Little hack that we don't build documentation that requires sgml2html
43 sed -e "s/^SUBDIRS = .*/SUBDIRS = po/" -i Makefile.in
44 end
45end
46
47packages
48 package %{name}
49 end
1f9bc2f0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end