]> git.pld-linux.org Git - packages/perl-DBD-LDAP.git/blob - perl-DBD-LDAP.spec
- release 4 - license fix; STBR
[packages/perl-DBD-LDAP.git] / perl-DBD-LDAP.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    DBD
3 %define         pnam    LDAP
4 Summary:        DBD::LDAP Perl module
5 Summary(cs):    Modul DBD::LDAP pro Perl
6 Summary(da):    Perlmodul DBD::LDAP
7 Summary(de):    DBD::LDAP Perl Modul
8 Summary(es):    Módulo de Perl DBD::LDAP
9 Summary(fr):    Module Perl DBD::LDAP
10 Summary(it):    Modulo di Perl DBD::LDAP
11 Summary(ja):    DBD::LDAP Perl ¥â¥¸¥å¡¼¥ë
12 Summary(ko):    DBD::LDAP ÆÞ ¸ðÁÙ
13 Summary(no):    Perlmodul DBD::LDAP
14 Summary(pl):    Modu³ Perla DBD::LDAP
15 Summary(pt):    Módulo de Perl DBD::LDAP
16 Summary(pt_BR): Módulo Perl DBD::LDAP
17 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl DBD::LDAP
18 Summary(sv):    DBD::LDAP Perlmodul
19 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl DBD::LDAP
20 Summary(zh_CN): DBD::LDAP Perl Ä£¿é
21 Name:           perl-DBD-LDAP
22 Version:        0.05
23 Release:        4
24 License:        GPL/Artistic
25 Group:          Development/Languages/Perl
26 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
27 Patch0:         %{name}-paths.patch
28 BuildRequires:  perl-DBI >= 1.03
29 BuildRequires:  perl-ldap >= 0.01
30 BuildRequires:  rpm-perlprov >= 3.0.3-16
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 DBD::LDAP - a DBI driver for LDAP databases.
35
36 %description -l pl
37 DBD::LDAP - sterownik DBI do baz danych LDAP.
38
39 %prep
40 %setup -q -n %{pdir}-%{pnam}-%{version}
41 %patch0 -p1
42
43 %build
44 perl Makefile.PL
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc Changes README
59 %{perl_sitelib}/DBD/LDAP.pm
60 %{perl_sitelib}/JLdap.pm
61 %{perl_sitelib}/auto/DBD
62 %{_mandir}/man3/*
This page took 0.050653 seconds and 3 git commands to generate.