]> git.pld-linux.org Git - packages/perl-DBIx-DataSource.git/blob - perl-DBIx-DataSource.spec
- BR: perl-devel; do not BR: perl
[packages/perl-DBIx-DataSource.git] / perl-DBIx-DataSource.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    DBIx
3 %define pnam    DataSource
4 Summary:        DBIx::DataSource -- Database-independant create and drop functions
5 Summary(pl):    DBIx::DataSource -- niezale¿ne od bazy danych funkcje do tworzenia i usuwania
6 Name:           perl-%{pdir}-%{pnam}
7 Version:        0.02
8 Release:        3
9 License:        GPL/Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl-devel >= 5.6
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This module implements create_database and drop_database functions for
19 databases.  It aims to provide a common interface to database creation
20 and deletion regardless of the actual database being used.
21
22 %description -l pl
23 Ten modu³ jest implementacj± funkcji create_database i drop_database
24 dla baz danych. Celem jego jest dostarczenie wspólnego interfejsu do
25 tworzenia i usuwania baz danych, niezale¿nego od u¿ywanej bazy.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 %{__perl} Makefile.PL \
32         INSTALLDIRS=vendor 
33 %{__make}
34 %{!?_without_tests:%{__make} test}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %{perl_vendorlib}/%{pdir}/*.pm
47 %{perl_vendorlib}/%{pdir}/%{pnam}
48 %{_mandir}/man3/*
This page took 0.06037 seconds and 4 git commands to generate.