Skip to content
Snippets Groups Projects
Commit 68a5d519 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

commiting conditional_ldap.spec

parent a57e6152
No related branches found
No related tags found
No related merge requests found
Name: conditional_ldap
Version: 1.0
Release: 1%{?dist}
Summary: Wrapper for conditionally using LDAP
License: GPL
URL: http://www.control.lth.se/user/andersb/software/conditional_ldap
Source0: conditional_ldap-%{version}.tar.gz
#BuildRequires:
Requires: nss_ldap
%description
Wrapper for conditionally using LDAP
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
%files
%defattr(-,root,root,-)
%{_libdir}/libnss_conditional_ldap.so.2
%doc
%changelog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment