Update spec files
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 13:52:39 +0000 (15:52 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 13:52:39 +0000 (15:52 +0200)
* crosswalk.spec
* tizen-platform-config.spec

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
proto-meta-Tizen_generic/specfile-initial/crosswalk/packaging/crosswalk.spec
proto-meta-Tizen_generic/specfile-initial/tizen-platform-config/packaging/tizen-platform-config.spec

index b9d37f5..cc2123a 100644 (file)
@@ -9,7 +9,7 @@
 
 
 Name:           crosswalk
-Version:        7.36.151.0
+Version:        7.36.152.0
 Release:        0
 Summary:        Crosswalk is an app runtime based on Chromium
 License:        (BSD-3-Clause and LGPL-2.1+)
@@ -24,6 +24,7 @@ Source1002:     %{name}.xml.in
 Source1003:     %{name}.png
 Patch9:         Blink-Add-GCC-flag-Wno-narrowing-fix-64bits-build.patch
 Patch10:        crosswalk-do-not-look-for-gtk-dependencies-on-x11.patch
+Patch11:        crosswalk-tizen-ozonewl-xdgshell150.patch
 
 BuildRequires:  bison
 BuildRequires:  bzip2-devel
@@ -122,6 +123,8 @@ cp -a src/xwalk/LICENSE LICENSE.xwalk
 %patch10
 %endif
 
+%patch11
+
 %build
 
 # For ffmpeg on ia32. The original CFLAGS set by the gyp and config files in
index 0030c15..d6dd2c3 100644 (file)
@@ -12,8 +12,8 @@ Source1:        %{name}-rpmlintrc
 Source1001:     %{name}.manifest
 BuildRequires:  tizen-platform-wrapper
 
-# the main package only contains a config file but other dependent packages 
-# will contain binary. So, we can't build a noarch package and have to avoid 
+# the main package only contains a config file but other dependent packages
+# will contain binary. So, we can't build a noarch package and have to avoid
 # a rpmlint warning using a filter in xxx-rpmlintrc
 
 %description
@@ -33,7 +33,8 @@ Group:          Development/Libraries
 License:        LGPL-2.0
 Requires:       %{libname} = %{version}
 %description -n %{libname}-devel
-Tizen Platform Configuration - helper library headers to include in source code, RPM macros to call in spec files
+Tizen Platform Configuration - helper library headers to include in source code,
+RPM macros to call in spec files
 
 %package -n %{name}-tools
 Summary:        Tizen Platform Configuration - tools
@@ -48,13 +49,11 @@ Tizen Platform Configuration - helper program to lookup Tizen variables easily
 cp %{SOURCE1001} .
 
 %build
-%reconfigure \
-    --disable-static
-
-make %{?_smp_mflags}
+%reconfigure --disable-static
+%__make %{?_smp_mflags}
 
 %check
-make check
+%__make check
 
 %install
 %make_install
@@ -83,3 +82,4 @@ make check
 %files -n %{name}-tools
 %manifest %{name}.manifest
 %{_bindir}/*
+