]> git.pld-linux.org Git - packages/epstools.git/blob - epstools.spec
- tabs in preamble
[packages/epstools.git] / epstools.spec
1 Summary:        Set of simple tools to analyze an email message or its parts
2 Summary(pl.UTF-8):      Zestaw prostych narzędzi do analizy wiadomości e-mailowych lub ich części
3 Name:           epstools
4 Version:        1.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://www.inter7.com/eps/%{name}-%{version}.tar.gz
9 # Source0-md5:  4ed6d823621625e8aaa5a75f9134509e
10 URL:            http://www.inter7.com/?page=eps
11 BuildRequires:  eps-devel >= 1.5
12 Requires:       eps >= 1.5
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Set of simple tools to analyze an email message or its parts.
17
18 %description -l pl.UTF-8
19 Zestaw prostych narzędzi do analizy wiadomości e-mailowych lub ich
20 części.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} \
27         CC="%{__cc} %{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 for f in address b64decode b64encode body fold full headers rewrite ; do
34         install $f $RPM_BUILD_ROOT%{_bindir}/eps-${f}
35 done
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README
43 %attr(755,root,root) %{_bindir}/*
This page took 0.074625 seconds and 3 git commands to generate.