rpms/bind-dyndb-ldap/devel bind-dyndb-ldap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Martin Nagy mnagy at fedoraproject.org
Sun May 3 07:20:07 UTC 2009


Author: mnagy

Update of /cvs/extras/rpms/bind-dyndb-ldap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23960

Modified Files:
	.cvsignore sources 
Added Files:
	bind-dyndb-ldap.spec 
Log Message:
* Sun May 03 2009 Martin Nagy <mnagy at redhat.com> - 0.1.0-0.1.a1
- initial packaging



--- NEW FILE bind-dyndb-ldap.spec ---
Name:           bind-dyndb-ldap
Version:        0.1.0
Release:        0.1.a1%{?dist}
Summary:        LDAP back-end plug-in for BIND

Group:          System Environment/Libraries
License:        GPLv2
URL:            http://mnagy.github.com/bind-dyndb-ldap
Source0:        http://cloud.github.com/downloads/mnagy/%{name}/%{name}-%{version}a1.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  bind-devel >= 9.6.1-0.3.b1
BuildRequires:  openldap-devel
Requires:       bind >= 9.6.1-0.3.b1

%description
This package provides an LDAP back-end plug-in for BIND. It features
support for dynamic updates and internal caching, to lift the load
off of your LDAP server.


%prep
%setup -q -n %{name}-%{version}a1


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

# Remove unwanted files
rm %{buildroot}%{_libdir}/bind/ldap.la
rm -r %{buildroot}%{_datadir}/doc/%{name}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README COPYING doc/{example.ldif,schema}
%{_libdir}/bind/ldap.so


%changelog
* Sun May 03 2009 Martin Nagy <mnagy at redhat.com> - 0.1.0-0.1.a1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bind-dyndb-ldap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:33:23 -0000	1.1
+++ .cvsignore	3 May 2009 07:19:36 -0000	1.2
@@ -0,0 +1 @@
+bind-dyndb-ldap-0.1.0a1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bind-dyndb-ldap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:33:23 -0000	1.1
+++ sources	3 May 2009 07:19:36 -0000	1.2
@@ -0,0 +1 @@
+d2ccf56cc4e1018a667802cc084f0c2e  bind-dyndb-ldap-0.1.0a1.tar.bz2




More information about the scm-commits mailing list