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

perl-Test-Class.spec

index 90ec1f2db78f5cda4b641514d4762e347e9ef3b7..2ed7ec4772df67ca5507ac155091f39aeedd0c28 100644 (file)
@@ -8,12 +8,12 @@ Summary:      Test::Class - Easily create test classes in an xUnit style
 Summary(pl):   Test::Class - £atwe tworzenie testowych klas w stylu xUnit
 Name:          perl-Test-Class
 Version:       0.03
-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
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-26
+BuildRequires: rpm-perlprov >= 4.1-13
 %if %{?_without_tests:0}%{!?_without_tests:1}
 BuildRequires: perl-Attribute-Handlers >= 0.77
 BuildRequires: perl-Class-ISA >= 0.32
@@ -37,7 +37,8 @@ testuj
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -55,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/*.pm
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}
 %{_mandir}/man3/*
This page took 0.026401 seconds and 4 git commands to generate.