rpms/perl-Email-Date-Format/devel perl-Email-Date-Format.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Dec 20 19:44:36 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Email-Date-Format/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15437/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Email-Date-Format.spec 
Log Message:

Initial commit.



--- NEW FILE perl-Email-Date-Format.spec ---
Name:           perl-Email-Date-Format
Version:        1.002
Release:        1%{?dist}
Summary:        Produce RFC 2822 date strings
Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Email-Date-Format/
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-Format-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(Time::Local)
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module can be used to emit RFC 2822 style date strings.

%prep
%setup -q -n Email-Date-Format-%{version}

%build
sed -i '/LICENSE/ d' Makefile.PL
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%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 -depth -type d -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 README LICENSE
%{perl_vendorlib}/Email/
%{_mandir}/man3/*.3*

%changelog
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.002-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Date-Format/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Dec 2007 19:33:58 -0000	1.1
+++ .cvsignore	20 Dec 2007 19:43:58 -0000	1.2
@@ -0,0 +1 @@
+Email-Date-Format-1.002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Date-Format/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2007 19:33:58 -0000	1.1
+++ sources	20 Dec 2007 19:43:58 -0000	1.2
@@ -0,0 +1 @@
+7ae25275da6ab272aa8b40141eac9f82  Email-Date-Format-1.002.tar.gz




More information about the fedora-extras-commits mailing list