]> git.pld-linux.org Git - packages/altermime.git/blob - altermime.spec
- updated to 0.3.7
[packages/altermime.git] / altermime.spec
1 Summary:        alterMIME - a small program which is used to alter MIME-encoded mailpacks
2 Summary(pl):    alterMIME - ma³y program do modyfikowania przesy³ek kodowanych MIME
3 Name:           altermime
4 Version:        0.3.7
5 Release:        1
6 License:        BSD
7 Group:          Networking/Utilities
8 # 403
9 #Source0:       http://pldaniels.com/altermime/%{name}-%{version}.tar.gz
10 Source0:        http://sce-tindy.tecnik93.com/FreeBSD/ports/altermime/sources/%{name}-%{version}.tar.gz
11 # Source0-md5:  534a68f9fed6867511c50e1e7bdf7722
12 URL:            http://www.pldaniels.com/altermime/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 alterMIME is a small program which is used to alter your MIME-encoded
17 mailpacks as typically received by Inflex, Xamime and AMaViS.
18
19 What can alterMIME do?
20 - Insert disclaimers
21 - Insert arbitary X-headers
22 - Modify existing headers
23 - Remove attachments based on filename or content-type
24 - Replace attachments based on filename
25
26 %description -l pl
27 alterMIME to ma³y program s³u¿±cy do modyfikowania przesy³ek
28 kodowanych MIME, takich jak zwykle odbierane przez Infleksa, Xamime
29 czy AMaViSa.
30
31 alterMIME potrafi:
32 - wstawiaæ o¶wiadczenia
33 - wstawiaæ dowolne X-nag³ówki
34 - modyfikowaæ istniej±ce nag³ówki
35 - usuwaæ za³±czniki na podstawie nazwy pliku lub typu (content-type)
36 - zastêpowaæ za³±czniki na podstawie nazwy pliku
37
38 %prep
39 %setup -q
40
41 %build
42 %{__make} \
43         CC="%{__cc}" \
44         CFLAGS="%{rpmcflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_bindir}
49
50 install altermime       $RPM_BUILD_ROOT%{_bindir}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc CHANGELOG README LICENCE
58 %attr(755,root,root) %{_bindir}/*
This page took 0.087998 seconds and 4 git commands to generate.