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