From e6020f87d9bacfc89811c619fef77cfca895dbc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 14 May 2014 11:16:41 +0200 Subject: [PATCH] Clean spec file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove the use of autogen. Change-Id: Ic7bead2301ee5ba81bb19668c3fb7862d9bfdd09 Signed-off-by: Kévin THIERRY --- packaging/libiri.spec | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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 -- 2.7.4