source: emailtotracscript/trunk/email2trac.spec @ 156

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

EmailToTracScript?
EmailtoTracScript?:

debian/changelog, email2trac.spec:

  • Preparing for new version
File size: 1.2 KB
Line 
1Summary: Utilities for converting emails to trac tickets
2Name: email2trac
3Version: 0.9.5
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
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.