source: emailtotracscript/trunk/email2trac.spec @ 144

Last change on this file since 144 was 142, checked in by bas, 17 years ago

EmailtoTracScript?:

email2trac.py.in:

  • Forgot to unicode the author
  • Preparing for new version
File size: 1.2 KB
Line 
1Summary: Utilities for converting emails to trac tickets
2Name: email2trac
3Version: 0.9.0
4Release: 1
5License: GPL
6Group: Applications/Internet
7URL: http://www.trac-hacks.org/wiki/EmailtoTracScript
8
9Packager: Jon Topper <jon@topper.me.uk>
10
11Source: ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Requires: trac
16
17%description
18This is a release of the SARA package email2trac that contains utilities that we use to convert emails to trac tickets. The initial setup was made by Daniel Lundin from Edgewall Software. SARA has extend the initial setup, with the following extensions:
19
20    * HTML messages
21    * Attachments
22    * Use commandline options
23    * Use config file to change the behaviour of the email2trac.py program
24    * Some unicode support for special characters in the headers of an email message
25
26%prep
27rm -rf $RPM_BUILD_ROOT
28%setup
29%configure
30
31%build
32mkdir $RPM_BUILD_ROOT
33make
34
35%install
36make DESTDIR="$RPM_BUILD_ROOT" install
37mkdir -p $RPM_BUILD_ROOT/etc
38cp email2trac.conf $RPM_BUILD_ROOT/etc/
39
40%files
41/usr/bin/delete_spam
42/usr/bin/email2trac
43/usr/bin/run_email2trac
44%config /etc/email2trac.conf
45
46%changelog
47* Thu Aug 03 2006 Jon Topper <jon@topper.me.uk> - 0.7.6-1
48- Initial RPM build
Note: See TracBrowser for help on using the repository browser.