source:
server/fedora/specs/nss-ldapd.spec.patch
@
912
Last change on this file since 912 was 912, checked in by quentin, 14 years ago | |
---|---|
File size: 1.8 KB |
-
nss-ldapd.spec
old new 11 11 # norootforbuild 12 12 13 13 Name: nss-ldapd 14 BuildRequires: db -devel krb5-devel openldap2-devel14 BuildRequires: db4-devel krb5-devel openldap-devel autoconf automake libtool 15 15 License: LGPL v2.1 or later 16 16 Group: Productivity/Networking/LDAP/Clients 17 17 Autoreqprov: on 18 18 Version: 0.6.4 19 Release: 2.419 Release: 3.0 20 20 Summary: NSS LDAP Daemon and Module 21 21 URL: http://ch.tudelft.nl/~arthur/nss-ldapd/ 22 22 Source: nss-ldapd-%{version}.tar.bz2 23 Source1: rc.nslcd 23 Patch1000: rc.nslcd.patch 24 24 BuildRoot: %{_tmppath}/%{name}-%{version}-build 25 25 26 26 %description … … 34 34 West Consulting <info@west.nl> 35 35 Arthur de Jong <arthur@ch.tudelft.nl> 36 36 37 %debug_package38 39 37 %prep 40 38 %setup -q 41 cp -v %{S:1} . 39 %patch1000 -p0 -b .rc 42 40 43 41 %build 44 42 %{?suse_update_config:%{suse_update_config -f}} … … 58 56 mkdir -p $RPM_BUILD_ROOT/etc/init.d/ 59 57 mkdir -p $RPM_BUILD_ROOT/usr/sbin/ 60 58 install -m 755 rc.nslcd $RPM_BUILD_ROOT/etc/init.d/nslcd 61 ln -sf ../../etc/init.d/nslcd $RPM_BUILD_ROOT/usr/sbin/rcnslcd62 59 make DESTDIR=$RPM_BUILD_ROOT install 63 60 mkdir -p $RPM_BUILD_ROOT/var/run/nslcd 64 61 install -m 644 man/nss-ldapd.conf.5 $RPM_BUILD_ROOT/usr/share/man/man5 … … 86 83 %doc %{_mandir}/man8/* 87 84 %config(noreplace) /etc/nss-ldapd.conf 88 85 %config /etc/init.d/nslcd 89 /usr/sbin/rcnslcd90 86 %dir /var/run/nslcd 91 87 /usr/sbin/nslcd 92 88 93 89 %changelog 90 * Wed Dec 31 2008 <quentin@mit.edu> - 0.6.4-3.0 91 - add init script for Fedora 92 * Wed Dec 31 2008 <quentin@mit.edu> - 0.6.4-2.4 93 - port from openSUSE to Fedora 94 94 * Wed Aug 6 2008 rhafer@suse.de 95 95 - rename init script to nslcd to match the name of the daemon 96 96 binary
Note: See TracBrowser
for help on using the repository browser.