X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=abook.spec;fp=abook.spec;h=9d62396d8eb143db8b8cb124e1a00cba59662721;hb=c5d8ef5198f2bfd02f678b7a709b6538ef83cd44;hp=0000000000000000000000000000000000000000;hpb=7dca83329bb3ce545d6d03e10754999b9a82ca01;p=pkg%2Fabook.git diff --git a/abook.spec b/abook.spec new file mode 100644 index 0000000..9d62396 --- /dev/null +++ b/abook.spec @@ -0,0 +1,46 @@ +Summary: Text-based addressbook program +Name: abook +Version: 0.5.3 +Release: 1 +Copyright: GPL +Group: Utilities +Source: http://prdownloads.sourceforge.net/abook/%{name}-%{version}.tar.gz +URL: http://abook.sourceforge.net/ +BuildPreReq: ncurses-devel readline-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +%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 + + +%clean +[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf -- "%{buildroot}" + + +%files +%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 +- rewrote the spec file originally written by + Gustavo Niemeyer