rpms/perl-CGI-Untaint-email/devel perl-CGI-Untaint-email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 20:00:58 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-CGI-Untaint-email/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21691/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-CGI-Untaint-email.spec 
Log Message:
auto-import perl-CGI-Untaint-email-0.03-2.fc6 on branch devel from perl-CGI-Untaint-email-0.03-2.fc6.src.rpm


--- NEW FILE perl-CGI-Untaint-email.spec ---
Name:           perl-CGI-Untaint-email
Version:        0.03
Release:        2%{?dist}
Summary:        Validate an email address
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/CGI-Untaint-email
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-Untaint-email-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Test::More) >= 0.18
BuildRequires:  perl(CGI::Untaint) >= 0.07
BuildRequires:  perl(Email::Valid) >= 0.13
BuildRequires:  perl(Mail::Address) >= 1.40
Requires:  perl(CGI::Untaint) >= 0.07
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
CGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox
format. The resulting value will be a Mail::Address instance.

%prep
%setup -q -n CGI-Untaint-email-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/CGI/Untaint/
%{_mandir}/man3/*.3*


%changelog
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-2
- lose explicit Requires

* Thu Aug  3 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Untaint-email/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2006 20:00:21 -0000	1.1
+++ .cvsignore	15 Sep 2006 20:00:58 -0000	1.2
@@ -0,0 +1 @@
+CGI-Untaint-email-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Untaint-email/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2006 20:00:21 -0000	1.1
+++ sources	15 Sep 2006 20:00:58 -0000	1.2
@@ -0,0 +1 @@
+78bb576e038ece67d183d8c3b3ad2165  CGI-Untaint-email-0.03.tar.gz




More information about the scm-commits mailing list