File: abook.spec.in

package info (click to toggle)
abook 0.5.6-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,292 kB
  • ctags: 1,926
  • sloc: ansic: 15,838; sh: 4,307; cpp: 956; makefile: 516; yacc: 288; python: 256; perl: 97
file content (47 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (7)
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 <jheinonen@users.sourceforge.net>
- rewrote the spec file originally written by
  Gustavo Niemeyer <niemeyer@conectiva.com>