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

perl-Class-Container.spec

index 24d41b9a9425164952d30654fbf92f6c5d58b6d1..ed2c982a0146315e6f0e8e457ed6d19330a5b057 100644 (file)
@@ -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*
This page took 0.091651 seconds and 4 git commands to generate.