From ad65dbef3e24cdc6b049b8cafc7ba2e2d4b11787 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Wed, 30 Nov 2016 15:50:45 +0100
Subject: Initial import.

---
 .gitignore                |  1 +
 perl-Net-LDAP-Server.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                   |  1 +
 3 files changed, 68 insertions(+)
 create mode 100644 perl-Net-LDAP-Server.spec

diff --git a/.gitignore b/.gitignore
index e69de29..c8b3351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-LDAP-Server-0.43.tar.gz
diff --git a/perl-Net-LDAP-Server.spec b/perl-Net-LDAP-Server.spec
new file mode 100644
index 0000000..cd843c2
--- /dev/null
+++ b/perl-Net-LDAP-Server.spec
@@ -0,0 +1,66 @@
+Name:           perl-Net-LDAP-Server
+Version:        0.43
+Release:        2%{?dist}
+Summary:        Net::LDAP::Server Perl module
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Net-LDAP-Server/
+Source0:        
http://www.cpan.org/authors/id/A/AA/AAR/Net-LDAP-Server-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  perl
+BuildRequires:  perl-generators
+
+BuildRequires:  perl(Convert::ASN1)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(Net::LDAP)
+BuildRequires:  perl(Net::LDAP::ASN)
+BuildRequires:  perl(Net::LDAP::Constant)
+BuildRequires:  perl(Net::LDAP::Entry)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+BuildRequires:  perl(fields)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  %{__make}
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Net::LDAP::Server provides the protocol handling for an LDAP server. You
+can subclass it and implement the methods you need. Then you just
+instantiate your subclass and call its C<handle> method to establish a
+connection with the client.
+
+%prep
+%setup -q -n Net-LDAP-Server-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+%{__make} %{?_smp_mflags}
+
+%install
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+%{__make} test
+
+%files
+%doc Changelog README
+%doc examples
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Nov 29 2016 Ralf Corsépius <[email protected]> - 0.43-2
+* Reflect feedback from package review.
+
+* Wed Aug 24 2016 Ralf Corsépius <[email protected]> - 0.43-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..625f515 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b78060b5a317f8f307d6eebae36775cd  Net-LDAP-Server-0.43.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Net-LDAP-Server.git/commit/?h=master&id=ad65dbef3e24cdc6b049b8cafc7ba2e2d4b11787
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to