]> git.pld-linux.org Git - packages/altermime.git/blame - altermime.spec
- init PLD spec
[packages/altermime.git] / altermime.spec
CommitLineData
6029f997 1Summary: alterMIME is a small program which is used to alter mime-encoded mailpacks
2Name: altermime
3Version: 0.3.6
4Release: 1
5License: BSD
6Group: Networking/Utilities
7Source0: http://pldaniels.com/altermime/%{name}-%{version}.tar.gz
8# Source0-md5: a9dc3962b00e4a6d6f3b93f10858bd35
9URL: http://www.pldaniels.com/altermime/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13alterMIME is a small program which is used to alter your mime-encoded
14mailpacks as typically received by Inflex, Xamime and AMaViS.
15
16What can alterMIME do?
17- Insert disclaimers
18- Insert arbitary X-headers
19- Modify existing headers
20- Remove attachments based on filename or content-type
21- Replace attachments based on filename
22
23%prep
24%setup -q
25
26%build
27%{__make} \
28 CC="%{__cc}" \
29 CFLAGS="%{rpmcflags}"
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_bindir}
34
35install altermime $RPM_BUILD_ROOT%{_bindir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc CHANGELOG README LICENCE
43%attr(755,root,root) %{_bindir}/*
This page took 0.170995 seconds and 4 git commands to generate.