]> git.pld-linux.org Git - packages/perl-DBIx-DataSource.git/blobdiff - perl-DBIx-DataSource.spec
- should be ready for perl-5.8.0; release++
[packages/perl-DBIx-DataSource.git] / perl-DBIx-DataSource.spec
index cdaf6c80927b1501835c9c4217f07f1f77b12a77..74fd24e194777ebc644e9a0c2173883ac2ce1ed6 100644 (file)
@@ -5,12 +5,12 @@ Summary:      DBIx::DataSource -- Database-independant create and drop functions
 Summary(pl):   DBIx::DataSource -- niezale¿ne od bazy danych funkcje do tworzenia i usuwania
 Name:          perl-%{pdir}-%{pnam}
 Version:       0.02
-Release:       2
+Release:       3
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-26
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,7 +28,8 @@ tworzenia i usuwania baz danych, niezale
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -42,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
-%{perl_sitelib}/%{pdir}/%{pnam}
+%{perl_vendorlib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}
 %{_mandir}/man3/*
This page took 0.060534 seconds and 4 git commands to generate.