X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=abook.spec.in;h=2c08556ef4c3862838da7b67320b84868d57fa97;hb=4b8f9231090ada43f7e16987ec46ac7f45a914ec;hp=f5962cca696a60eac461f83f4d37ce6a523cab02;hpb=7d50ad7bf95f96320e86f9201533ae308609aa05;p=pkg%2Fabook.git diff --git a/abook.spec.in b/abook.spec.in index f5962cc..2c08556 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 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 +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