Clean spec file 71/20971/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:04:06 +0000 (11:04 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:05:56 +0000 (11:05 +0200)
* Use %reconfigure instead of %autogen
* Replace tabs with spaces

Change-Id: If6fbfb6b56c3766f2d3bfe11df20d71a4f891c82
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/tizen-platform-wrapper.spec

index ae84d2c..cb1451f 100644 (file)
@@ -2,12 +2,12 @@ Name:           tizen-platform-wrapper
 Version:        1.0
 Release:        0
 License:        LGPL-2.0
-Summary:               A toolkit to generate the libtizen-platform-config library
+Summary:        A toolkit to generate the libtizen-platform-config library
 Url:            http://www.tizen.org
 Group:          Development/Tools
 Source:         %{name}-%{version}.tar.bz2
-Source1001:            %{name}.manifest
-Requires:              gperf
+Source1001:     %{name}.manifest
+Requires:       gperf
 
 %description
 A toolkit to generate the libtizen-platform-config library in tizen-platform-config.
@@ -17,7 +17,7 @@ A toolkit to generate the libtizen-platform-config library in tizen-platform-con
 cp %{SOURCE1001} .
 
 %build
-%autogen
+%reconfigure
 make %{?_smp_mflags}
 
 %install
@@ -28,4 +28,3 @@ make %{?_smp_mflags}
 %license LGPL_2.0
 %{_bindir}/*
 %{_datadir}/%{name}/*
-