]> git.pld-linux.org Git - packages/perl-DBIx-FetchLoop.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 18:05:01 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBIx-FetchLoop.spec -> 1.5

perl-DBIx-FetchLoop.spec

index 3c4a62f0f804337eab48388848da0685c89226e2..9fa2fb95a05eaf230760f5d3014a48c4efbf15d5 100644 (file)
@@ -5,12 +5,12 @@ Summary:      DBIx::FetchLoop - Fetch with change detection and aggregates
 Summary(pl):   DBIx::FetchLoop - odczyt danych z wykrywaniem zmian i gromadzeniem
 Name:          perl-DBIx-FetchLoop
 Version:       0.41
-Release:       2
+Release:       3
 License:       ?
 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)
 
@@ -35,7 +35,8 @@ bazuj
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -48,5 +49,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/*.pm
 %{_mandir}/man3/*
This page took 0.091156 seconds and 4 git commands to generate.