From 7ece29e6907bbd27e525b7db1091f85eb2ddc9c8 Mon Sep 17 00:00:00 2001 From: Kim Kibum Date: Sun, 29 Apr 2012 16:59:54 +0900 Subject: [PATCH] upload tizen1.0 source --- packaging/check.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packaging/check.spec b/packaging/check.spec index c26fd4d..91829b2 100644 --- a/packaging/check.spec +++ b/packaging/check.spec @@ -1,6 +1,6 @@ Name: check Summary: A unit test framework for C -Version: 0.9.8 +Version: 0.9.4 Release: 1 Group: Development/Tools License: LGPLv2+ @@ -8,7 +8,8 @@ URL: http://check.sourceforge.net/ Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: autoconf, automake, libtool, texinfo +BuildRequires: texinfo + %description Check is a unit test framework for C. It features a simple interface for @@ -35,8 +36,8 @@ Libraries and headers for developing programs with check %build ./autogen.sh -%configure -# Call make instruction with smp support +%configure --enable-plain-docdir + make %{?jobs:-j%jobs} %install -- 2.7.4