]> git.pld-linux.org Git - packages/elmo.git/blob - elmo.spec
964c465b75ed6b3336cfe6bc73d7e1702533c4ef
[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.7.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Mail
8 Source0:        http://savannah.nongnu.org/download/elmo/unstable.pkg/%{version}/%{name}-%{version}.tar.gz
9 Source1:        %{name}-examplerc
10 Patch0:         %{name}-etc_dir.patch
11 URL:            http://elmo.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  ncurses-devel >= 5.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Elmo, excellent and light mua.
20
21 %description -l pl
22 Elmo - ¶wietny i niedu¿y program pocztowy.
23
24 %prep
25 %setup -q -n %{name}-0.7
26 #%patch0 -p1
27 install -m 644 %{SOURCE1} ./examplerc
28
29 %build
30 %{__libtoolize}
31 %{__aclocal} -I .
32 %{__autoconf}
33 %{__automake}
34 %configure
35
36 %{__make} CC="%{__cc} %{rpmcflags}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         docdir=%{_datadir}/%{name}-%{version}
43
44 install src/elmoconf.sh $RPM_BUILD_ROOT%{_bindir}
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc ADVOCACY AUTHORS README TODO BUGS THANKS examplerc
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
56 %{_infodir}/*.info*
This page took 0.056206 seconds and 2 git commands to generate.