From 68a5d519cb00e2892a25779a893b5fbc1bcd3903 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Mon, 10 Sep 2012 11:26:43 +0200
Subject: [PATCH] commiting conditional_ldap.spec

---
 conditional_ldap.spec | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 conditional_ldap.spec

diff --git a/conditional_ldap.spec b/conditional_ldap.spec
new file mode 100644
index 0000000..57956dd
--- /dev/null
+++ b/conditional_ldap.spec
@@ -0,0 +1,34 @@
+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
-- 
GitLab