pghmcfc pushed to perl-Email-Reply (epel7). "Initial commit."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 06:52:48 UTC 2015


>From 663f648e421f2de1a9a9ca799d34f8688293cb27 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Sat, 5 May 2007 15:57:44 +0000
Subject: Initial commit.


diff --git a/.cvsignore b/.cvsignore
index e69de29..5bd112d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Email-Reply-1.201.tar.gz
diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
new file mode 100644
index 0000000..ae63b1a
--- /dev/null
+++ b/perl-Email-Reply.spec
@@ -0,0 +1,56 @@
+Name:           perl-Email-Reply
+Version:        1.201
+Release:        3%{?dist}
+Summary:        Reply to an email message
+Group:          Development/Libraries
+License:        GPL or Artistic
+URL:            http://search.cpan.org/dist/Email-Reply/
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), perl(Email::Address)
+BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
+BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), perl(Email::Date)
+BuildArch:      noarch
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This package provides a simple way to reply to email messages.
+
+%prep
+%setup -q -n Email-Reply-%{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
+* Fri May  4 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-3
+- fix missing BR
+
+* Sun Apr 29 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-2
+- fix LICENSE Warning on build
+- add missing Test BR
+
+* Sun Apr  1 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..d70441e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ea39a4a73d0b8cc54a28d6e84327413e  Email-Reply-1.201.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7&id=663f648e421f2de1a9a9ca799d34f8688293cb27


More information about the scm-commits mailing list