From: radek Date: Sat, 1 Mar 2003 18:45:45 +0000 (+0000) Subject: - should be ready for perl-5.8.0; release++ X-Git-Tag: AC-STABLE~11 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=a2e05865802255d4a22e80ca10fc6fb4380cf3c0;p=packages%2Fperl-Class-Container.git - should be ready for perl-5.8.0; release++ Changed files: perl-Class-Container.spec -> 1.11 --- diff --git a/perl-Class-Container.spec b/perl-Class-Container.spec index 24d41b9..ed2c982 100644 --- a/perl-Class-Container.spec +++ b/perl-Class-Container.spec @@ -8,7 +8,7 @@ Summary: Class::Container - Glues object frameworks together transparently Summary(pl): Class::Container - przezroczyste sklejanie szkieletów obiektów Name: perl-%{pdir}-%{pnam} Version: 0.09 -Release: 1 +Release: 2 License: GPL/Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz @@ -16,7 +16,7 @@ BuildRequires: perl >= 5.005 %if %{?_without_tests:0}%{!?_without_tests:1} BuildRequires: perl-Params-Validate >= 0.18 %endif -BuildRequires: rpm-perlprov >= 3.0.3-16 +BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -45,7 +45,8 @@ obiekt %{__perl} -ni -e 'print unless /sleep/' Makefile.PL %build -%{__perl} Makefile.PL +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor %{__make} %{!?_without_tests:%{__make} test} @@ -61,5 +62,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README -%{perl_sitelib}/Class/Container.pm +%{perl_vendorlib}/Class/Container.pm %{_mandir}/man3/*.3pm*