]> git.pld-linux.org Git - packages/abook.git/blob - abook.spec
- updated to 0.4.11,
[packages/abook.git] / abook.spec
1 Summary:        Text-based addressbook program
2 Name:           abook
3 Version:        0.4.11
4 Release:        1
5 License:        GPL
6 Group:          Applications/Mail
7 Group(de):      Applikationen/Post
8 Group(pl):      Aplikacje/Poczta
9 Group(pt):      Aplicações/Correio Eletrônico
10 Source0:        ftp://abook.sourceforge.net/pub/abook/%{name}-%{version}.tar.gz
11 URL:            http://members.linuxstart.com/~jheinonen/abook/
12 BuildRequires:  ncurses-devel >= 5.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Abook is a text-based addressbook program designed to use with mutt
17 mail client.
18
19 %prep
20 %setup  -q
21 %build
22 autoheader;autoconf;automake; 
23 %configure 
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install DESTDIR=$RPM_BUILD_ROOT
30
31 gzip -9nf AUTHORS BUGS ChangeLog NEWS README THANKS TODO
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc *.gz
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man[15]/*
This page took 0.518503 seconds and 4 git commands to generate.