]> git.pld-linux.org Git - packages/elmo.git/blob - elmo.spec
- Initial version of Elmo spec, needs testing
[packages/elmo.git] / elmo.spec
1
2 Summary:        Elmo, MUA supporting Maildirs and Polish language
3 Summary(pl):    Program pocztowy Elmo, dzia³a z Maildir'ami, po Polsku
4 Name:           elmo
5 Version:        0.3.3
6 Release:        1
7 License:        distributable
8 Group:          Applications/Mail
9 Source0:        http://switch.dl.sourceforge.net/sourceforge/elmo/%{name}-%{version}.tar.gz
10 Source1:        %{name}-examplerc
11 Patch0:         %{name}-makefile.diff
12 URL:            http://elmo.sourceforge.net
13 BuildRequires:  ncurses-devel >= 5.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Elmo, excellent and light mua.
18
19
20
21 %description -l pl
22 ¦wietny i nie du¿y program pocztowy.
23
24
25
26
27 %prep
28 %setup -q -n %{name}-0.3
29 %patch0 -p1
30
31
32 %build
33 %{__libtoolize}
34 %{__aclocal} -I .
35 %{__autoconf}
36
37
38 %configure
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         docdir=%{_datadir}/%{name}-%{version}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50 %files
51 %defattr(644,root,root,755)
52 %{_mandir}/man1/*
53 %{_infodir}/
54
55 %attr(755,root,root) %{_bindir}/*
This page took 0.06701 seconds and 3 git commands to generate.