]> git.pld-linux.org Git - packages/elmo.git/blob - elmo.spec
- up to 1.0.4
[packages/elmo.git] / elmo.spec
1 Summary:        Elmo, MUA supporting Maildirs and Polish language
2 Summary(pl):    Elmo - program pocztowy obs³uguj±cy Maildiry i jêzyk polski
3 Name:           elmo
4 Version:        1.0.4
5 Release:        1
6 License:        GPL v2+
7 Vendor:         Jacek ¦liwerski <rzyj@plusnet.pl>
8 Group:          Applications/Mail
9 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
10 # Source0-md5:  8c5109b462008625ed928abc0d907710
11 Source1:        %{name}-examplerc
12 Patch0:         %{name}-etc_dir.patch
13 URL:            http://elmo.sourceforge.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gettext-devel
17 BuildRequires:  libtool
18 BuildRequires:  ncurses-devel >= 5.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Elmo, excellent and light mua.
23
24 %description -l pl
25 Elmo - ¶wietny i niedu¿y program pocztowy.
26
27 %prep
28 %setup -q
29 install -m 644 %{SOURCE1} ./examplerc
30
31 %build
32 %{__gettextize}
33 %{__libtoolize}
34 %{__aclocal} -I m4
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %{__automake} m4/Makefile
39 %configure
40
41 %{__make} \
42         CC="%{__cc} %{rpmcflags}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         docdir=%{_datadir}/%{name}-%{version}
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc ADVOCACY AUTHORS doc/README.txt doc/sample.* TODO BUGS THANKS examplerc
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/*
61 %{_infodir}/*.info*
This page took 0.070639 seconds and 3 git commands to generate.