From: Kévin THIERRY Date: Wed, 14 May 2014 09:16:41 +0000 (+0200) Subject: Clean spec file X-Git-Tag: accepted/tizen/common/20140915.091245^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m14.3_ivi;p=platform%2Fupstream%2Flibiri.git Clean spec file Remove the use of autogen. Change-Id: Ic7bead2301ee5ba81bb19668c3fb7862d9bfdd09 Signed-off-by: Kévin THIERRY --- diff --git a/packaging/libiri.spec b/packaging/libiri.spec index 8c1db7a..41bc5a8 100644 --- a/packaging/libiri.spec +++ b/packaging/libiri.spec @@ -1,13 +1,13 @@ Name: libiri -Version: 1.1 -Release: 1 -License: BSD-3-Clause -Summary: An IRI parsing library -Url: http://code.google.com/p/libiri/ -Group: System/Libraries -Source: %{name}-%{version}.tar.gz +Version: 1.1 +Release: 0 +License: BSD-3-Clause +Summary: An IRI parsing library +Url: http://code.google.com/p/libiri/ +Group: System/Libraries +Source: %{name}-%{version}.tar.gz Source1001: %{name}.manifest -BuildRequires: autoconf +BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -36,15 +36,13 @@ libiri is a simple toolkit for parsing Internationalized Resource Identifiers (I cp %{S:1001} . %build -sh ./autogen.sh -%configure +%reconfigure make %{?_smp_mflags} %install %make_install - %files %manifest %{name}.manifest %license LICENSE