Last change
on this file since 653 was
653,
checked in by bas, 9 years ago
|
added two patches:
1) applied lower to an object instead of string, closes #340
2) bug in custom field initialization, see #340
|
File size:
1.2 KB
|
Line | |
---|
1 | Summary: Utilities for converting emails to trac tickets |
---|
2 | Name: email2trac |
---|
3 | Version: 2.8.1 |
---|
4 | Release: 1 |
---|
5 | License: Apache License 2.0 |
---|
6 | Group: Applications/Internet |
---|
7 | URL: https://oss.trac.surfsara.nl/email2trac |
---|
8 | |
---|
9 | Packager: Jon Topper <jon@topper.me.uk> |
---|
10 | |
---|
11 | Source: ftp://ftp.surfsara.nl/pub/outgoing/email2trac.tar.gz |
---|
12 | |
---|
13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
---|
14 | |
---|
15 | Requires: trac |
---|
16 | |
---|
17 | %description |
---|
18 | This is a release of the SURFsara 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. SURFsara 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 |
---|
27 | rm -rf $RPM_BUILD_ROOT |
---|
28 | %setup |
---|
29 | %configure |
---|
30 | |
---|
31 | %build |
---|
32 | mkdir -p $RPM_BUILD_ROOT |
---|
33 | make |
---|
34 | |
---|
35 | %install |
---|
36 | make DESTDIR="$RPM_BUILD_ROOT" install |
---|
37 | |
---|
38 | %files |
---|
39 | /usr/bin/delete_spam |
---|
40 | /usr/bin/email2trac |
---|
41 | /usr/bin/run_email2trac |
---|
42 | %config /etc/email2trac.conf |
---|
43 | |
---|
44 | %changelog |
---|
45 | * Thu Aug 03 2006 Jon Topper <jon@topper.me.uk> - 0.7.6-1 |
---|
46 | - Initial RPM build |
---|
Note: See
TracBrowser
for help on using the repository browser.