Clean spec file 73/20973/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_common tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20140915.091245 submit/tizen_common/20140912.150039 submit/tizen_common/20140912.150451 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20140916.000000 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:16:41 +0000 (11:16 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:25:15 +0000 (11:25 +0200)
Remove the use of autogen.

Change-Id: Ic7bead2301ee5ba81bb19668c3fb7862d9bfdd09
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/libiri.spec

index 8c1db7a..41bc5a8 100644 (file)
@@ -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