]> git.pld-linux.org Git - packages/abook.git/blob - abook.spec
- updated to 0.5.6
[packages/abook.git] / abook.spec
1 Summary:        Text-based addressbook program for mutt
2 Summary(pl):    Tekstowa ksi±¿ka adresowa dla klienta pocztowego mutt
3 Name:           abook
4 Version:        0.5.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
9 # Source0-md5:  87d25df96864a7c507a4965e6d1da49d
10 Patch0:         %{name}-home_etc.patch
11 URL:            http://abook.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ncurses-devel >= 5.0
15 BuildRequires:  readline-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Abook is a text-based addressbook program designed to use with mutt
20 mail client.
21
22 %description -l pl
23 Abook to pracuj±ca w trybie tekstowym ksi±¿ka adresowa zaprojektowana
24 do u¿ycia z programem pocztowym mutt.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__autoheader}
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS BUGS ChangeLog README THANKS TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man[15]/*
This page took 0.035309 seconds and 4 git commands to generate.