]> git.pld-linux.org Git - packages/elmo.git/blob - elmo.spec
- added vendor
[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 Vendor:         Jacek ¦liwerski <rzyj@plusnet.pl>
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRequires:  ncurses-devel >= 5.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Elmo, excellent and light mua.
21
22 %description -l pl
23 Elmo - ¶wietny i niedu¿y program pocztowy.
24
25 %prep
26 %setup -q -n %{name}-0.7
27 #%patch0 -p1
28 install -m 644 %{SOURCE1} ./examplerc
29
30 %build
31 %{__libtoolize}
32 %{__aclocal} -I .
33 %{__autoconf}
34 %{__automake}
35 %configure
36
37 %{__make} CC="%{__cc} %{rpmcflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         docdir=%{_datadir}/%{name}-%{version}
44
45 install src/elmoconf.sh $RPM_BUILD_ROOT%{_bindir}
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc ADVOCACY AUTHORS README TODO BUGS THANKS examplerc
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man1/*
57 %{_infodir}/*.info*
This page took 0.062418 seconds and 3 git commands to generate.