- package privacy-manager wrt-installer.
authorRonan Le Martret <ronan@fridu.net>
Mon, 9 Sep 2013 16:50:31 +0000 (18:50 +0200)
committerRonan Le Martret <ronan@fridu.net>
Mon, 9 Sep 2013 16:50:31 +0000 (18:50 +0200)
proto-meta-Tizen_ivi_3.0/specfile-patch/privacy-manager.spec.patch [new file with mode: 0644]
proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-installer.spec.patch [new file with mode: 0644]

diff --git a/proto-meta-Tizen_ivi_3.0/specfile-patch/privacy-manager.spec.patch b/proto-meta-Tizen_ivi_3.0/specfile-patch/privacy-manager.spec.patch
new file mode 100644 (file)
index 0000000..ba9416e
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/packaging/privacy-manager.spec b/packaging/privacy-manager.spec
+index fcded9b..75a1c93 100755
+--- a/packaging/privacy-manager.spec
++++ b/packaging/privacy-manager.spec
+@@ -139,7 +139,7 @@ fi
+ %defattr(-,root,root,-)
+ %manifest packaging/privacy-manager-server.manifest
+ %{_bindir}/*
+-%{_prefix}/lib/systemd/*
++%{_unitdir}/*
+ /opt/dbspace/.privacylist.db
+ %files -n privacy-manager-server-devel
diff --git a/proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-installer.spec.patch b/proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-installer.spec.patch
new file mode 100644 (file)
index 0000000..2cfa4db
--- /dev/null
@@ -0,0 +1,30 @@
+diff --git a/packaging/wrt-installer.spec b/packaging/wrt-installer.spec
+index 8427dad..54808ed 100644
+--- a/packaging/wrt-installer.spec
++++ b/packaging/wrt-installer.spec
+@@ -1,3 +1,8 @@
++%define with_tests 0
++%if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1"
++    %define with_tests 1
++%endif
++
+ %bcond_with livebox
+ Name:       wrt-installer
+ Summary:    Installer for tizen Webruntime
+@@ -60,14 +65,11 @@ Description: Wrt Installer for Tizen apps and Wac apps
+ %prep
+ %setup -q
+-%define with_tests 0
+-%if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1"
+-    %define with_tests 1
+-%endif
++
+ %build
+-export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed"
++export LDFLAGS+=" -Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed "
+ LDFLAGS="$LDFLAGS"
+ %cmake . -DCMAKE_INSTALL_PREFIX=/usr \