[perl-RT-Extension-CommandByMail/el5/master] Initial import (#649802)

David Nalley ke4qqq at fedoraproject.org
Mon Mar 28 10:58:49 UTC 2011


commit c68a36a76ad624e9c952c9fd7436dff4bb66c775
Author: David Nalley <david at gnsa.us>
Date:   Mon Mar 28 06:58:35 2011 -0400

    Initial import (#649802)

 .gitignore                           |    1 +
 perl-RT-Extension-CommandByMail.spec |   72 ++++++++++++++++++++++++++++++++++
 sources                              |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8ab0a9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/RT-Extension-CommandByMail-0.07.tar.gz
diff --git a/perl-RT-Extension-CommandByMail.spec b/perl-RT-Extension-CommandByMail.spec
new file mode 100644
index 0000000..d986fc1
--- /dev/null
+++ b/perl-RT-Extension-CommandByMail.spec
@@ -0,0 +1,72 @@
+
+Name:           perl-RT-Extension-CommandByMail
+Version:        0.07
+Release:        3%{?dist}
+Summary:        Change metadata of a RT ticket via email
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/RT-Extension-CommandByMail/
+Source0:        http://www.cpan.org/authors/id/F/FA/FALCONE/RT-Extension-CommandByMail-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(MIME::Entity) >= 5.420
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(UNIVERSAL::require)
+BuildRequires:  perl(RT)
+BuildRequires:  /usr/sbin/rt-mailgate
+Requires:       perl(MIME::Entity) >= 5.420
+Requires:       perl(RT::Interface::Email)
+Requires:       perl(UNIVERSAL::require)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This extension allows you to manage tickets via RT's email interface. You put
+commands into beginning of a mail and extension applies them. See the list
+of commands in the RT::Interface::Email::Filter::TakeAction docs.
+
+%prep
+%setup -q -n RT-Extension-CommandByMail-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+%{?_with_tests: make test }
+
+
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README INSTALL
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 10 2011 David Nalley <david at gnsa.us> 0.07-3
+- change R perl(RT::Interface::Email) 
+- fixed spaces v tab issue
+* Fri Nov 05 2010 David Nalley <david at gnsa.us> 0.07-2
+- change BR perl(RT) rather than rt3
+- made test optional
+* Thu Nov 04 2010 David Nalley <david at gnsa.us> 0.07-1
+- Specfile autogenerated by cpanspec 1.78.
+- Commented out test section
+- added INSTALL to docs b/c they contain information per
+- added R and BR for rt3
diff --git a/sources b/sources
index e69de29..2336e6d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0352670f89246150c9cadabaac9fd167  RT-Extension-CommandByMail-0.07.tar.gz


More information about the scm-commits mailing list