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

perl-Email-Valid.spec

index 20189c28be2c644cb29c88c9a2fdb98051def614..2db67cf2bc9c40b28d7d0176cef0dde636e03303 100644 (file)
@@ -5,13 +5,13 @@ Summary:      This module determines whether an email address is valid
 Summary(pl):   Modu³ sprawdzaj±cy poprawno¶æ adresu e-mail
 Name:          perl-%{pdir}-%{pnam}
 Version:       0.14
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
 BuildRequires: perl-MailTools
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,7 +27,8 @@ opcjonalnie, czy istnieje host przyjmuj
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -42,5 +43,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README Changes
-%{perl_sitelib}/Email
+%{perl_vendorlib}/Email
 %{_mandir}/man3/*
This page took 0.061755 seconds and 4 git commands to generate.