From e6cc0052b4904f715bd57014ce21e77405f8d3a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 14 May 2014 11:04:06 +0200 Subject: [PATCH] Clean spec file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Use %reconfigure instead of %autogen * Replace tabs with spaces Change-Id: If6fbfb6b56c3766f2d3bfe11df20d71a4f891c82 Signed-off-by: Kévin THIERRY --- packaging/tizen-platform-wrapper.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packaging/tizen-platform-wrapper.spec b/packaging/tizen-platform-wrapper.spec index ae84d2c..cb1451f 100644 --- a/packaging/tizen-platform-wrapper.spec +++ b/packaging/tizen-platform-wrapper.spec @@ -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}/* - -- 2.7.4