use automake 1.11, autoconf 2.65
[abook.git] / abook.spec.in
blob6ecf1b52320c1be53c48bf8014f4375cdc46947c
1 Summary: Text-based addressbook program
2 Name: @PACKAGE@
3 Version: @VERSION@
4 Release: 1
5 License: 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 gettext
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 %description
13 Abook is a text-based addressbook program designed to
14 use with mutt mail client.
17 %prep
18 %setup -q
21 %build
22 %configure
23 make %{_smp_mflags}
26 %install
27 %makeinstall
29 %find_lang %{name}
32 %clean
33 rm -rf -- "%{buildroot}"
36 %files -f %{name}.lang
37 %defattr(-,root,root)
38 %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
39 %{_bindir}/abook
40 %{_mandir}/man1/abook.*
41 %{_mandir}/man5/abookrc.*
44 %changelog
45 * Mon Mar 11 2002 Jaakko Heinonen <jheinonen@users.sourceforge.net>
46 - rewrote the spec file originally written by
47 Gustavo Niemeyer <niemeyer@conectiva.com>