]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - authconfig/authconfig.nm
tmux: New package.
[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.2.5
8 release = 1
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 # Manually link against libresolv.
32 export LDFLAGS += -lresolv
33
34 configure_options += \
35 --sysconfdir=/etc \
36 --localstatedir=/var \
37 --disable-static
38
39 # Hack to allow installation of the desktop file
40 prepare_cmds
41 ln -s /bin/true /usr/bin/desktop-file-install
42 end
43
44 install_cmds
45 # Remove useless symlinks in /usr/bin
46 rm -rf %{BUILDROOT}/usr/bin
47
48 # Replace absolute symlinks by relative ones
49 cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig.py authconfig
50 cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig-tui.py authconfig-tui
51
52 # Remove symlinks for gtk
53 rm -rf %{BUILDROOT}/usr/sbin/authconfig-gtk
54 rm -rf %{BUILDROOT}/usr/sbin/system-config-authentication
55
56 # Remove files for authconfig-gtk and system-config-authentication
57 rm -rf %{BUILDROOT}/etc/pam.d/authconfig-gtk
58 rm -rf %{BUILDROOT}/etc/pam.d/system-config-authentication
59 rm -rf %{BUILDROOT}/etc/security/console.apps/authconfig-gtk
60 rm -rf %{BUILDROOT}/etc/security/console.apps/system-config-authentication
61 rm -rf %{BUILDROOT}/usr/share/authconfig/authconfig-gtk.*
62 rm -rf %{BUILDROOT}/usr/share/man/man8/authconfig-gtk.8
63 rm -rf %{BUILDROOT}/usr/share/man/man8/system-config-authentication.8
64
65 # Remove app icons for authconfig
66 rm -rf %{BUILDROOT}/usr/share/icons
67
68 # Remove unneded stuff for X11
69 rm -rf %{BUILDROOT}/etc/X11
70 end
71 end
72
73 packages
74 package %{name}
75 requires
76 libpwquality
77 newt-python
78 end
79
80 configfiles
81 %{sysconfdir}/sysconfig/authconfig
82 %{sysconfdir}/pam.d
83 end
84 end
85
86 package %{name}-devel
87 template DEVEL
88 end
89
90 package %{name}-debuginfo
91 template DEBUGINFO
92 end
93 end