From a54ed2d9ffda0abea70a32ffce589ff528914bef Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 13 Aug 2008 15:16:50 +0000 Subject: [PATCH] - initial import --- .cvsignore | 1 + import.log | 1 + slapi-nis.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 62 insertions(+) create mode 100644 import.log create mode 100644 slapi-nis.spec diff --git a/.cvsignore b/.cvsignore index e69de29..32f8b74 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +slapi-nis-0.8.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..3575510 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +slapi-nis-0_8-1:HEAD:slapi-nis-0.8-1.src.rpm:1218640591 diff --git a/slapi-nis.spec b/slapi-nis.spec new file mode 100644 index 0000000..e4110a6 --- /dev/null +++ b/slapi-nis.spec @@ -0,0 +1,59 @@ +Name: slapi-nis +Version: 0.8 +Release: 1%{?dist} +Summary: NIS Server and Schema Compatibility plugins for Directory Server +Group: System Environment/Daemons +License: GPLv2 +URL: http://slapi-nis.fedorahosted.org/ +Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: fedora-ds-base-devel, mozldap-devel, tcp_wrappers-devel + +%description +This slapi-nis package contains two plugins which aim to ease the +transition of a network from NIS to LDAP. The NIS Server plugin +(nisserver-plugin) allows the directory server itself to act as a NIS +server, and the Schema Compatibility plugin (schemacompat-plugin) +allows the directory server to provide modified views of data stored +in the directory. + +%prep +%setup -q + +%build +%configure --disable-static --with-tcp-wrappers +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/dirsrv/plugins/*.la + +%if 0 +# ns-slapd doesn't want to start in koji +%check +make check +%endif + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING STATUS doc/*.txt doc/*.ldif +%{_libdir}/dirsrv/plugins/*.so +%{_sbindir}/nisserver-plugin-defs + +%changelog +* Wed Aug 6 2008 Nalin Dahyabhai - 0.8-1 +- update to 0.8 + +* Wed Aug 6 2008 Nalin Dahyabhai - 0.7-1 +- update to 0.7 + +* Wed Jul 23 2008 Nalin Dahyabhai - 0.6-1 +- rebuild (and make rpmlint happy) + +* Wed Jul 9 2008 Nalin Dahyabhai - 0.2-1 +- initial package diff --git a/sources b/sources index e69de29..138b6f5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7665991942ad7254b34cfe3608e562c4 slapi-nis-0.8.tar.gz