From 30cdd93fba38bb55d1d0004d796919577167e04d Mon Sep 17 00:00:00 2001
From: CoprDistGit <infra@openeuler.org>
Date: Fri, 10 Mar 2023 14:29:21 +0000
Subject: automatic import of rubygem-net-ldap

---
 .gitignore            |  1 +
 rubygem-net-ldap.spec | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |  1 +
 3 files changed, 97 insertions(+)
 create mode 100644 rubygem-net-ldap.spec
 create mode 100644 sources

diff --git a/.gitignore b/.gitignore
index e69de29..cfab13d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/net-ldap-0.17.1.gem
diff --git a/rubygem-net-ldap.spec b/rubygem-net-ldap.spec
new file mode 100644
index 0000000..13287e6
--- /dev/null
+++ b/rubygem-net-ldap.spec
@@ -0,0 +1,95 @@
+%global _empty_manifest_terminate_build 0
+%global gem_name net-ldap
+Name:		rubygem-net-ldap
+Version:	0.17.1
+Release:	1
+Summary:	Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services
+License:	MIT
+URL:		http://github.com/ruby-ldap/ruby-net-ldap
+Source0:	https://rubygems.org/gems/net-ldap-0.17.1.gem
+BuildArch:	noarch
+
+BuildRequires:	ruby
+BuildRequires:	ruby-devel
+BuildRequires:	rubygems
+BuildRequires:	rubygems-devel
+BuildRequires:	rsync
+Provides:	rubygem-net-ldap
+
+%description
+Net::LDAP for Ruby (also called net-ldap) implements client access for the
+Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
+accessing distributed directory services. Net::LDAP is written completely in
+Ruby with no external dependencies. It supports most LDAP client features and a
+subset of server features as well.
+
+Net::LDAP has been tested against modern popular LDAP servers including
+OpenLDAP and Active Directory. The current release is mostly compliant with
+earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
+Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
+the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).
+
+%package help
+Summary:	Development documents and examples for net-ldap
+Provides:	rubygem-net-ldap-doc
+BuildArch: noarch
+
+%description help
+Net::LDAP for Ruby (also called net-ldap) implements client access for the
+Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
+accessing distributed directory services. Net::LDAP is written completely in
+Ruby with no external dependencies. It supports most LDAP client features and a
+subset of server features as well.
+
+Net::LDAP has been tested against modern popular LDAP servers including
+OpenLDAP and Active Directory. The current release is mostly compliant with
+earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
+Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
+the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).
+
+%prep
+%autosetup -n net-ldap-0.17.1
+gem spec %{SOURCE0} -l --ruby > net-ldap.gemspec
+
+%build
+gem build net-ldap.gemspec
+%gem_install
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
+rsync -a --exclude=".*" .%{gem_dir}/* %{buildroot}%{gem_dir}/
+if [ -d .%{_bindir} ]; then
+	mkdir -p %{buildroot}%{_bindir}
+	cp -a .%{_bindir}/* %{buildroot}%{_bindir}/
+fi
+if [ -d ext ]; then
+	mkdir -p %{buildroot}%{gem_extdir_mri}/%{gem_name}
+	if [ -d .%{gem_extdir_mri}/%{gem_name} ]; then
+		cp -a .%{gem_extdir_mri}/%{gem_name}/*.so %{buildroot}%{gem_extdir_mri}/%{gem_name}
+	else
+		cp -a .%{gem_extdir_mri}/*.so %{buildroot}%{gem_extdir_mri}/%{gem_name}
+fi
+	cp -a .%{gem_extdir_mri}/gem.build_complete %{buildroot}%{gem_extdir_mri}/
+	rm -rf %{buildroot}%{gem_instdir}/ext/
+fi
+pushd %{buildroot}
+touch filelist.lst
+if [ -d %{buildroot}%{_bindir} ]; then
+	find .%{_bindir} -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+
+%files -n rubygem-net-ldap -f filelist.lst
+%dir %{gem_instdir}
+%{gem_instdir}/*
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files help
+%{gem_docdir}/*
+
+%changelog
+* Fri Mar 10 2023 Ruby_Bot <Ruby_Bot@openeuler.org>
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..cb20309
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+b04dbb2c13336b32feb72238855e3ed6  net-ldap-0.17.1.gem
-- 
cgit v1.2.3