]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - authconfig/authconfig.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / authconfig / authconfig.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = authconfig
7 version = 6.1.14
8 release = 2
9
10 groups = System/Base
11 url = https://fedorahosted.org/authconfig
12 license = GPLv2+
13 summary = Command line tool for setting up authentication from network services.
14
15 description
16 Authconfig is a command line utility which can configure a workstation\
17 to use shadow (more secure) passwords. Authconfig can also configure a \
18 system to be a client for certain networked user information and \
19 authentication schemes.
20 end
21
22 source_dl = https://fedorahosted.org/releases/a/u/authconfig/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 intltool
28 python-devel
29 end
30
31 configure_options += \
32 --sysconfdir=/etc \
33 --localstatedir=/var \
34 --disable-static
35
36 # Hack to allow installation of the desktop file
37 prepare_cmds
38 ln -s /bin/true /usr/bin/desktop-file-install
39 end
40
41 install_cmds
42 # Remove useless symlinks in /usr/bin
43 rm -rf %{BUILDROOT}/usr/bin
44
45 # Replace absolute symlinks by relative ones
46 cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig.py authconfig
47 cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig-tui.py authconfig-tui
48
49 # Remove symlinks for gtk
50 rm -rf %{BUILDROOT}/usr/sbin/authconfig-gtk
51 rm -rf %{BUILDROOT}/usr/sbin/system-config-authentication
52
53 # Remove files for authconfig-gtk and system-config-authentication
54 rm -rf %{BUILDROOT}/etc/pam.d/authconfig-gtk
55 rm -rf %{BUILDROOT}/etc/pam.d/system-config-authentication
56 rm -rf %{BUILDROOT}/etc/security/console.apps/authconfig-gtk
57 rm -rf %{BUILDROOT}/etc/security/console.apps/system-config-authentication
58 rm -rf %{BUILDROOT}/usr/share/authconfig/authconfig-gtk.*
59 rm -rf %{BUILDROOT}/usr/share/man/man8/authconfig-gtk.8
60 rm -rf %{BUILDROOT}/usr/share/man/man8/system-config-authentication.8
61
62 # Remove app icons for authconfig
63 rm -rf %{BUILDROOT}/usr/share/icons
64 end
65 end
66
67 packages
68 package %{name}
69 requires += newt-python
70 end
71
72 package %{name}-devel
73 template DEVEL
74 end
75
76 package %{name}-debuginfo
77 template DEBUGINFO
78 end
79 end