]> git.pld-linux.org Git - packages/abook.git/blob - abook.spec
- updated to 0.5.2
[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.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
9 # Source0-md5:  1b6ef00c860cb3ac5ad61cc79a49c87f
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 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 %{__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.025654 seconds and 4 git commands to generate.