2009-05-03 07:19:36 +00:00
|
|
|
Name: bind-dyndb-ldap
|
|
|
|
Version: 0.1.0
|
2010-05-31 16:55:16 +00:00
|
|
|
Release: 0.10.b%{?dist}
|
2009-05-03 07:19:36 +00:00
|
|
|
Summary: LDAP back-end plug-in for BIND
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2009-12-10 22:47:24 +00:00
|
|
|
License: GPLv2+
|
|
|
|
URL: https://fedorahosted.org/bind-dyndb-ldap
|
2010-03-24 11:17:12 +00:00
|
|
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}b.tar.bz2
|
2009-05-03 07:19:36 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
BuildRequires: bind-devel >= 32:9.6.1-0.3.b1
|
|
|
|
BuildRequires: krb5-devel
|
2009-05-03 07:19:36 +00:00
|
|
|
BuildRequires: openldap-devel
|
2009-12-10 22:47:24 +00:00
|
|
|
|
|
|
|
Requires: bind >= 32:9.6.1-0.3.b1
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
%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
|
2010-03-24 11:17:12 +00:00
|
|
|
%setup -q -n %{name}-%{version}b
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%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
|
2010-05-31 16:55:16 +00:00
|
|
|
* Mon May 31 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.10.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-03-24 11:17:12 +00:00
|
|
|
* Wed Mar 24 2010 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.9.b
|
|
|
|
- update to the latest upstream release
|
|
|
|
|
2010-01-28 11:31:46 +00:00
|
|
|
* Thu Jan 28 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.8.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-15 12:59:43 +00:00
|
|
|
* Tue Dec 15 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.7.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
* Thu Dec 10 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.6.a1.20091210git
|
|
|
|
- update to the latest git snapshot
|
|
|
|
- change upstream URL, project moved to fedorahosted
|
|
|
|
- change license to GPL version 2 or later
|
|
|
|
- add epoch to versioned requires
|
|
|
|
- add krb5-devel to the list of build requires
|
|
|
|
|
2009-12-01 14:45:18 +00:00
|
|
|
* Tue Dec 01 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.5.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-11-26 09:26:57 +00:00
|
|
|
* Thu Nov 26 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.4.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-07-24 18:02:47 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-0.3.a1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-19 08:15:56 +00:00
|
|
|
* Fri Jun 19 2009 Caolán McNamara <caolanm@redhat.com> - 0.1.0-0.2.a1
|
|
|
|
- rebuild for dependencies
|
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
* Sun May 03 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.1.a1
|
|
|
|
- initial packaging
|