"Fossies" - the Fresh Open Source Software Archive 
Member "nss_ldap-265/nss_ldap.spec" (6 Nov 2009, 5118 Bytes) of package /linux/privat/old/nss_ldap-265.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Summary: NSS library for LDAP.
2 Name: nss_ldap
3 Version: 265
4 Release: 1
5 Source0: ftp://ftp.padl.com/pub/%{name}-%{version}.tar.gz
6 Source1: ldap.conf
7 URL: http://www.padl.com/
8 Copyright: LGPL
9 Group: System Environment/Base
10 BuildRoot: %{_tmppath}/%{name}-root
11 BuildPrereq: openldap-devel
12 Requires: openldap cyrus-sasl openssl
13
14 %description
15 This package includes a LDAP access client: nss_ldap.
16 Nss_ldap is a set of C library extensions which allows X.500 and LDAP
17 directory servers to be used as a primary source of aliases, ethers,
18 groups, hosts, networks, protocol, users, RPCs, services and shadow
19 passwords (instead of or in addition to using flat files or NIS).
20
21
22 Install nss_ldap if you need LDAP access clients.
23
24 %prep
25 %setup -q -a 0
26
27
28 %build
29 ./configure
30 make
31
32 %install
33 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
34 mkdir -p $RPM_BUILD_ROOT/{etc,lib,usr/lib}
35 make DESTDIR=$RPM_BUILD_ROOT install
36
37 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/ldap.conf
38
39 chmod 755 $RPM_BUILD_ROOT/lib/*.so*
40
41 %clean
42 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(-,root,root)
46 %attr(0755,root,root) /lib/*.so*
47 %attr(0755,root,root) /usr/lib/*.so*
48 %attr(0644,root,root) %config(noreplace) /etc/ldap.conf
49 %doc ANNOUNCE README ChangeLog AUTHORS NEWS COPYING
50 %doc nsswitch.ldap
51
52 %changelog
53 * Mon Jan 08 2001 Joe Little <jlittle@open-it.org>
54 - First attempt at split nss/pam_ldap RPM generation on new nss_ldap branch
55 from PADL. (Autoconfed, no explicit Makefile)
56
57 * Thu Jan 04 2001 Joe Little <jlittle@open-it.org>
58 - changed Makefile.RPM.openldap2 to a patch instead of a source file
59 - updated to pam_ldap 86 and nss_ldap 126
60
61 * Wed Jan 03 2001 Joe Little <jlittle@open-it.org>
62 - update to pam_ldap 84 and a change in the included Makefile to have libnss
63 instead of just nss* in /usr/lib
64
65 * Tue Jan 02 2001 Joe Little <jlittle@open-it.org>
66 - update to pam_ldap 82 and nss_ldap 124
67
68 * Tue Dec 05 2000 Joe Little <jlittle@open-it.org>
69 - changed provided nss-Makefile to use dynamic lber/ldap libs; fixes nss_ldap
70
71 * Fri Oct 27 2000 Joe Little <jlittle@open-it.org>
72 - updated my build for nss_ldap and pam_ldap to solve race condition as told by
73 Luke Howard
74
75 * Thu Oct 19 2000 Joe Little <jlittle@open-it.org>
76 - insured install uses openldap2 specific makefile
77 - fixed doc inclusion issue - which affect pam.d samples being provided
78
79 * Wed Oct 11 2000 Joe Little <jlittle@open-it.org>
80 - updated for latest nss/pam versions, and for building against openldap 2.x
81 - also added req for cyrus-sasl
82
83 * Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
84 - update to pam_ldap 67 to fix a bug in template user code
85 - convert symlink in /usr/lib to a relative one (#16132)
86
87 * Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
88 - update to nss_ldap 113 and pam_ldap 66
89
90 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
91 - automatic rebuild
92
93 * Tue Jun 27 2000 Matt Wilson <msw@redhat.com>
94 - changed all the -,- in attr statements to root,root
95
96 * Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
97 - update pam_ldap to 63
98
99 * Wed May 31 2000 Nalin Dahyabhai <nalin@redhat.com>
100 - update pam_ldap to 56
101
102 * Tue May 30 2000 Nalin Dahyabhai <nalin@redhat.com>
103 - update pam_ldap to 55
104 - back out no-threads patch for pam_ldap, not needed any more
105
106 * Thu May 25 2000 Nalin Dahyabhai <nalin@redhat.com>
107 - update to 110
108 - revert prototype patch, looks like a problem with the new glibc after all
109
110 * Fri May 19 2000 Nalin Dahyabhai <nalin@redhat.com>
111 - get libpthread out of the NSS module
112 - fix prototype problems in getpwXXX()
113
114 * Mon May 15 2000 Nalin Dahyabhai <nalin@redhat.com>
115 - update to nss_ldap 109
116
117 * Sat Apr 29 2000 Nalin Dahyabhai <nalin@redhat.com>
118 - update pam_ldap 51
119
120 * Tue Apr 25 2000 Nalin Dahyabhai <nalin@redhat.com>
121 - update to nss_ldap 108 and pam_ldap 49
122
123 * Thu Apr 20 2000 Nalin Dahyabhai <nalin@redhat.com>
124 - update to pam_ldap 48
125
126 * Thu Mar 30 2000 Nalin Dahyabhai <nalin@redhat.com>
127 - update to nss_ldap 107
128 - note: check http://www.advogato.org/person/lukeh/ for Luke's changelog
129
130 * Tue Mar 21 2000 Nalin Dahyabhai <nalin@redhat.com>
131 - update to nss_ldap 106
132
133 * Wed Feb 9 2000 Nalin Dahyabhai <nalin@redhat.com>
134 - update to nss_ldap 105
135
136 * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
137 - update to nss_ldap 104 and pam_ldap 46
138 - disable link against libpthread in pam_ldap
139
140 * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
141 - remove migration tools, because this package requires openldap now, which
142 also includes them
143
144 * Fri Jan 28 2000 Nalin Dahyabhai <nalin@redhat.com>
145 - update to nss_ldap 103
146
147 * Mon Jan 24 2000 Preston Brown <pbrown@redhat.com>
148 - fix typo in linuxconf-pair pam cfg file (#7800)
149
150 * Tue Jan 11 2000 Preston Brown <pbrown@redhat.com>
151 - v99, made it require pam_ldap
152 - added perl migration tools
153 - integrate pam_ldap stuff
154
155 * Fri Oct 22 1999 Bill Nottingham <notting@redhat.com>
156 - statically link ldap libraries (they're in /usr/lib)
157
158 * Tue Aug 10 1999 Cristian Gafton <gafton@redhat.com>
159 - use the ldap.conf file as an external source
160 - don't forcibly build the support for version 3
161 - imported the default spec file from the tarball and fixed it up for RH 6.1