]> git.deb.at Git - pkg/abook.git/blob - abook.spec.in
Imported Upstream version 0.5.3
[pkg/abook.git] / abook.spec.in
1 Summary:        Text-based addressbook program
2 Name:           @PACKAGE@
3 Version:        @VERSION@
4 Release:        1
5 Copyright:      GPL
6 Group:          Utilities
7 Source:         http://prdownloads.sourceforge.net/abook/%{name}-%{version}.tar.gz
8 URL:            http://abook.sourceforge.net/
9 BuildPreReq:    ncurses-devel readline-devel
10 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12
13 %description
14 Abook is a text-based addressbook program designed to
15 use with mutt mail client.
16
17
18 %prep
19 %setup -q
20
21
22 %build
23 %configure
24 make %{_smp_mflags}
25
26
27 %install
28 %makeinstall
29
30
31 %clean
32 [ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf -- "%{buildroot}"
33
34
35 %files
36 %defattr(-,root,root)
37 %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
38 %{_bindir}/abook
39 %{_mandir}/man1/abook.*
40 %{_mandir}/man5/abookrc.*
41
42
43 %changelog
44 * Mon Mar 11 2002 Jaakko Heinonen <jheinonen@users.sourceforge.net>
45 - rewrote the spec file originally written by
46   Gustavo Niemeyer <niemeyer@conectiva.com>