From: radek Date: Sat, 1 Mar 2003 18:05:01 +0000 (+0000) Subject: - should be ready for perl-5.8.0; release++ X-Git-Tag: AC-STABLE~9 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-DBIx-FetchLoop.git;a=commitdiff_plain;h=64f2f34a3460e916b82339e8a6765b2b6a3fe99b;ds=sidebyside - should be ready for perl-5.8.0; release++ Changed files: perl-DBIx-FetchLoop.spec -> 1.5 --- diff --git a/perl-DBIx-FetchLoop.spec b/perl-DBIx-FetchLoop.spec index 3c4a62f..9fa2fb9 100644 --- a/perl-DBIx-FetchLoop.spec +++ b/perl-DBIx-FetchLoop.spec @@ -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/*