]> git.pld-linux.org Git - packages/perl-DBD-LDAP.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Mar 2002 22:12:30 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-LDAP.spec -> 1.1

perl-DBD-LDAP.spec [new file with mode: 0644]

diff --git a/perl-DBD-LDAP.spec b/perl-DBD-LDAP.spec
new file mode 100644 (file)
index 0000000..e63e3c4
--- /dev/null
@@ -0,0 +1,47 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    DBD
+%define        pnam    LDAP
+Summary:       DBD::LDAP perl module
+Summary(pl):   Modu³ perla DBD::LDAP
+Name:          perl-DBD-LDAP
+Version:       0.04
+Release:       1
+License:       GPL or Artistic
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl-DBI >= 1.03
+BuildRequires: perl-ldap >= 0.01
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DBD::LDAP - a DBI driver for LDAP databases.
+
+%description -l pl
+DBD::LDAP - sterownik DBI do baz danych LDAP.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf Changes README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{perl_sitelib}/DBD/LDAP.pm
+%{perl_sitelib}/JLdap.pm
+%{perl_sitelib}/auto/DBD/LDAP/autosplit.ix
+%{_mandir}/man3/*
This page took 0.051474 seconds and 4 git commands to generate.