1bed1ca
Name:           bind-dyndb-ldap
1bed1ca
Version:        0.1.0
8edf2b4
Release:        0.6.a1.20091210git%{?dist}
1bed1ca
Summary:        LDAP back-end plug-in for BIND
1bed1ca
1bed1ca
Group:          System Environment/Libraries
8edf2b4
License:        GPLv2+
8edf2b4
URL:            https://fedorahosted.org/bind-dyndb-ldap
8edf2b4
Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}a1.tar.bz2
1bed1ca
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1bed1ca
8edf2b4
BuildRequires:  bind-devel >= 32:9.6.1-0.3.b1
8edf2b4
BuildRequires:  krb5-devel
1bed1ca
BuildRequires:  openldap-devel
8edf2b4
8edf2b4
Requires:       bind >= 32:9.6.1-0.3.b1
1bed1ca
1bed1ca
%description
1bed1ca
This package provides an LDAP back-end plug-in for BIND. It features
1bed1ca
support for dynamic updates and internal caching, to lift the load
1bed1ca
off of your LDAP server.
1bed1ca
1bed1ca
1bed1ca
%prep
1bed1ca
%setup -q -n %{name}-%{version}a1
1bed1ca
1bed1ca
1bed1ca
%build
1bed1ca
%configure
1bed1ca
make %{?_smp_mflags}
1bed1ca
1bed1ca
1bed1ca
%install
1bed1ca
rm -rf %{buildroot}
1bed1ca
make install DESTDIR=%{buildroot}
1bed1ca
1bed1ca
# Remove unwanted files
1bed1ca
rm %{buildroot}%{_libdir}/bind/ldap.la
1bed1ca
rm -r %{buildroot}%{_datadir}/doc/%{name}
1bed1ca
1bed1ca
1bed1ca
%clean
1bed1ca
rm -rf %{buildroot}
1bed1ca
1bed1ca
1bed1ca
%files
1bed1ca
%defattr(-,root,root,-)
1bed1ca
%doc README COPYING doc/{example.ldif,schema}
1bed1ca
%{_libdir}/bind/ldap.so
1bed1ca
1bed1ca
1bed1ca
%changelog
8edf2b4
* Thu Dec 10 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.6.a1.20091210git
8edf2b4
- update to the latest git snapshot
8edf2b4
- change upstream URL, project moved to fedorahosted
8edf2b4
- change license to GPL version 2 or later
8edf2b4
- add epoch to versioned requires
8edf2b4
- add krb5-devel to the list of build requires
8edf2b4
Adam Tkac e80576e
* Tue Dec 01 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.5.a1
Adam Tkac e80576e
- rebuild against new bind
Adam Tkac e80576e
Adam Tkac a2a58e7
* Thu Nov 26 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.4.a1
Adam Tkac a2a58e7
- rebuild against new bind
Adam Tkac a2a58e7
3031754
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-0.3.a1
3031754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3031754
Caolan McNamara a6812e5
* Fri Jun 19 2009 Caolán McNamara <caolanm@redhat.com> - 0.1.0-0.2.a1
Caolan McNamara a6812e5
- rebuild for dependencies
Caolan McNamara a6812e5
1bed1ca
* Sun May 03 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.1.a1
1bed1ca
- initial packaging