]> git.pld-linux.org Git - packages/perl-Carp-Assert.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-Carp-Assert.spec -> 1.34

perl-Carp-Assert.spec

index 0663471941150cf96a4760cb6665210926d3bb41..fd2de15963273d2d10fc1324b4778ed8d19a63bc 100644 (file)
@@ -9,13 +9,13 @@ Summary:      Carp::Assert - executable comments
 Summary(pl):   Carp::Assert - wykonywalne komentarze
 Name:          perl-Carp-Assert
 Version:       0.17
-Release:       8
+Release:       9
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6.1
 %{!?_without_tests:BuildRequires:      perl-Test-Simple >= 0.18}
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +33,8 @@ albo przynajmniej wiedzie
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -49,5 +50,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/Carp
+%{perl_vendorlib}/Carp
 %{_mandir}/man3/*
This page took 0.088491 seconds and 4 git commands to generate.