]> git.pld-linux.org Git - packages/perl-Tie-DBI.git/blob - perl-Tie-DBI.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/perl-Tie-DBI.git] / perl-Tie-DBI.spec
1 %define pdir    Tie
2 %define pnam    DBI
3 %include        /usr/lib/rpm/macros.perl
4 Summary:        Tie-DBI perl module
5 Summary(pl):    Modu³ perla Tie-DBI
6 Name:           perl-Tie-DBI
7 Version:        0.91
8 Release:        5
9
10 License:        GPL
11 Group:          Development/Languages/Perl
12 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildRequires:  perl-DBI
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Tie-DBI allows you to tie Perl associative arrays to SQL databases
21 using the DBI interface.
22
23 %description -l pl
24 Tie-DBI pozwala na wi±zanie tablic asocjacyjnych perla z bazamu SQL
25 wykorzystuj±c interfejs DBI.
26
27 %prep
28 %setup -q -n Tie-DBI-%{version}
29
30 %build
31 perl Makefile.PL
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf Changes README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %{perl_sitelib}/Tie/*.pm
48 %{_mandir}/man3/*
This page took 0.032656 seconds and 4 git commands to generate.