Last change
on this file since 462 was
462,
checked in by bas, 13 years ago
|
Fixed an Unicode error in strip_quotes and update versions info
|
File size:
1.2 KB
|
Rev | Line | |
---|
[106] | 1 | Summary: Utilities for converting emails to trac tickets |
---|
| 2 | Name: email2trac |
---|
[462] | 3 | Version: 1.5.3 |
---|
[106] | 4 | Release: 1 |
---|
| 5 | License: GPL |
---|
| 6 | Group: Applications/Internet |
---|
[160] | 7 | URL: https://subtrac.sara.nl/oss/email2trac |
---|
[106] | 8 | |
---|
| 9 | Packager: Jon Topper <jon@topper.me.uk> |
---|
| 10 | |
---|
| 11 | Source: ftp://ftp.sara.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 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 |
---|
| 27 | rm -rf $RPM_BUILD_ROOT |
---|
| 28 | %setup |
---|
| 29 | %configure |
---|
| 30 | |
---|
| 31 | %build |
---|
[174] | 32 | mkdir -p $RPM_BUILD_ROOT |
---|
[106] | 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.