forked from hhirsch/abook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabook.spec.in
47 lines (33 loc) · 933 Bytes
/
abook.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Summary: Text-based addressbook program
Name: @PACKAGE@
Version: @VERSION@
Release: 1
License: GPL
Group: Utilities
Source: http://prdownloads.sourceforge.net/abook/%{name}-%{version}.tar.gz
URL: http://abook.sourceforge.net/
BuildPreReq: ncurses-devel readline-devel gettext
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Abook is a text-based addressbook program designed to
use with mutt mail client.
%prep
%setup -q
%build
%configure
make %{_smp_mflags}
%install
%makeinstall
%find_lang %{name}
%clean
rm -rf -- "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
%{_bindir}/abook
%{_mandir}/man1/abook.*
%{_mandir}/man5/abookrc.*
%changelog
* Mon Mar 11 2002 Jaakko Heinonen <[email protected]>
- rewrote the spec file originally written by
Gustavo Niemeyer <[email protected]>