]> git.pld-linux.org Git - packages/elmo.git/blob - elmo.spec
5b6ef7479bb367c55dde60f3b50e442bface76e3
[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:        0.8.3
5 Release:        1
6 License:        GPL v2+
7 Vendor:         Jacek ¦liwerski <rzyj@plusnet.pl>
8 Group:          Applications/Mail
9 Source0:        http://savannah.nongnu.org/download/elmo/unstable.pkg/%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  a7837950dbb4ffcc5ec7fea15150c525
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}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure
39
40 %{__make} \
41         CC="%{__cc} %{rpmcflags}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48         docdir=%{_datadir}/%{name}-%{version}
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc ADVOCACY AUTHORS README TODO BUGS THANKS examplerc
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/man1/*
60 %{_infodir}/*.info*
This page took 0.152441 seconds and 2 git commands to generate.