]> git.pld-linux.org Git - packages/perl-Test-Manifest.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-Manifest.spec -> 1.9

perl-Test-Manifest.spec

index 768ce3acd29a3c12ce8dcd373caf56972f428138..d41c8fe242e1e19f9f11e2dbf2a8529796eb4c20 100644 (file)
@@ -9,12 +9,12 @@ Summary:      Test::Manifest - interact with a t/test_manifest file
 Summary(pl):   Test::Manifest - wspó³praca z plikiem t/test_manifest
 Name:          perl-Test-Manifest
 Version:       0.91
-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-Test-Simple
 %endif
@@ -37,7 +37,8 @@ plik
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -52,5 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/Test/*.pm
+%{perl_vendorlib}/Test/*.pm
 %{_mandir}/man3/*
This page took 0.077177 seconds and 4 git commands to generate.