[packages/ldapdiff] new, version 1.4.1
glen
glen at pld-linux.org
Tue Jul 16 13:14:29 CEST 2013
commit 4e570c72e6c501d198b27d787797e07f9302949e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jul 16 14:13:47 2013 +0300
new, version 1.4.1
created from fedora ldapdiff package
ce1fd2ef67445856c88a3bae406cf0af95f8469d
ldapdiff.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
---
diff --git a/ldapdiff.spec b/ldapdiff.spec
new file mode 100644
index 0000000..196745f
--- /dev/null
+++ b/ldapdiff.spec
@@ -0,0 +1,45 @@
+Summary: Tool for incremental LDAP directory updates based on ldif files
+Name: ldapdiff
+Version: 1.4.1
+Release: 1
+License: GPL v3+
+Group: Applications/System
+Source0: https://launchpad.net/ldapdiff/trunk/%{version}/+download/%{name}-%{version}_src.tgz
+# Source0-md5: 5da4ec7860cad79804d5af3958af7a2a
+URL: http://launchpad.net/ldapdiff
+BuildRequires: openldap-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define rpmcflags -Wno-error=format-security
+
+%description
+ldapdiff combines "diff" and "patch" functionality in one application.
+The difference is, that ldapdiff is not designed for use on flat ascii
+files, it is designed for "patching" ldap directories using ldif
+files.
+
+%prep
+%setup -q
+%{__make} clean
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ INSTALL="install -p" \
+ ldapdiffconfdir=%{_examplesdir}/%{name}-%{version} \
+ ldapdiffsamplesdir=%{_examplesdir}/%{name}-%{version} \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog debian/changelog TODO README
+%attr(755,root,root) %{_bindir}/ldapdiff
+%{_mandir}/man1/ldapdiff.1.*
+%{_examplesdir}/%{name}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ldapdiff.git/commitdiff/4e570c72e6c501d198b27d787797e07f9302949e
More information about the pld-cvs-commit
mailing list