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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Aug 24 16:34:23 UTC 2005


Author: spot

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

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


--- NEW FILE perl-CGI-Untaint-date.spec ---
Name:           perl-CGI-Untaint-date
Version:        0.03
Release:        3%{?dist}
Summary:        Validate a date
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/CGI-Untaint-date/
Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/CGI-Untaint-date-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(CGI::Untaint) >= 0.07
BuildRequires:  perl(Date::Simple) >= 0.01
BuildRequires:  perl(Date::Manip) >= 5.00
Requires:  perl(CGI::Untaint) >= 0.07
Requires:  perl(Date::Simple) >= 0.01
Requires:  perl(Date::Manip) >= 5.00
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n CGI-Untaint-date-%{version}
perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%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 COPYING Artistic
%{perl_vendorlib}/CGI/Untaint
%{_mandir}/man3/*.3*


%changelog
* Tue Aug 23 2005 Paul Howarth <paul at city-fan.org> 0.03-3
- add BR: perl(Date::Simple) and perl(Date::Manip)
- add license text for GPL and Artistic licenses

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-2
- cleanups

* Wed Jul  6 2005 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-date/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Aug 2005 16:34:00 -0000	1.1
+++ .cvsignore	24 Aug 2005 16:34:21 -0000	1.2
@@ -0,0 +1 @@
+CGI-Untaint-date-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Untaint-date/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Aug 2005 16:34:00 -0000	1.1
+++ sources	24 Aug 2005 16:34:21 -0000	1.2
@@ -0,0 +1 @@
+8244770c2a93e8c1f08085bfffa64d4a  CGI-Untaint-date-0.03.tar.gz




More information about the scm-commits mailing list