From 079c2d798d85c2711642d41862b67eb459a182ae Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Mon, 8 Mar 2004 06:15:52 +0000 Subject: [PATCH] cleanup --- abook.spec.in | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/abook.spec.in b/abook.spec.in index f5962cc..445f32f 100644 --- a/abook.spec.in +++ b/abook.spec.in @@ -1,30 +1,36 @@ -Summary: Text-based addressbook program -Name: @PACKAGE@ -Version: @VERSION@ -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 +Summary: Text-based addressbook program +Name: @PACKAGE@ +Version: @VERSION@ +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 +make %{_smp_mflags} + %install %makeinstall + %clean -rm -rf "$RPM_BUILD_ROOT" +[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf -- "%{buildroot}" + %files %defattr(-,root,root) @@ -33,6 +39,7 @@ rm -rf "$RPM_BUILD_ROOT" %{_mandir}/man1/abook.* %{_mandir}/man5/abookrc.* + %changelog * Mon Mar 11 2002 Jaakko Heinonen - rewrote the spec file originally written by -- 2.39.2