]> git.pld-linux.org Git - packages/abook.git/commitdiff
- release 2, abook-0_4_11-2
authorkloczek <kloczek@pld-linux.org>
Fri, 19 Jan 2001 01:42:23 +0000 (01:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added automake, autoconf to BuildRequires,
- regenerate all automake, autoconf files for allow build correctly
  in automake 1.4b eviroment.

Changed files:
    abook.spec -> 1.3

abook.spec

index d2a188101f95add004cd47f92518ec8e5f0e228b..8ce3cefcf786c6bf048e22332c611d6cd4eb1d87 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Text-based addressbook program
 Name:          abook
 Version:       0.4.11
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Mail
 Group(de):     Applikationen/Post
@@ -17,9 +17,13 @@ Abook is a text-based addressbook program designed to use with mutt
 mail client.
 
 %prep
-%setup  -q
+%setup -q
+
 %build
-autoheader;autoconf;automake; 
+autoheader
+aclocal
+autoconf
+automake -a -c
 %configure 
 %{__make}
 
This page took 0.053558 seconds and 4 git commands to generate.