Fix RPMLINT errors 62/9662/2 accepted/tizen/ivi/genivi accepted/tizen/ivi/release tizen_ivi_genivi accepted/tizen/20130912.102759 accepted/tizen/20130912.102835 accepted/tizen/20130912.153138 accepted/tizen/20130912.191158 accepted/tizen/20130912.195314 accepted/tizen/ivi/genivi/20140131.060121 accepted/tizen_ivi_release/20131120.050504 ivi_oct_m2 submit/tizen/20130905.074124 submit/tizen/20130912.080126 submit/tizen/20130912.090434 submit/tizen_ivi_genivi/20140131.060233 submit/tizen_ivi_release/20131120.022443 submit/tizen_ivi_release/20131120.025948
authorMaciej Wereski <m.wereski@partner.samsung.com>
Wed, 4 Sep 2013 12:24:51 +0000 (14:24 +0200)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Wed, 4 Sep 2013 12:51:56 +0000 (14:51 +0200)
These errors caused build to fail (badness score above threshold).
Also added missing changes file.

Change-Id: I4a8fe5a1b6664c39c583eb12532f329cafce4197
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
packaging/message-port.changes [new file with mode: 0644]
packaging/message-port.spec

diff --git a/packaging/message-port.changes b/packaging/message-port.changes
new file mode 100644 (file)
index 0000000..e0ad778
--- /dev/null
@@ -0,0 +1,34 @@
+* Wed Sep 04 2013 Maciej Wereski <m.wereski@partner.samsung.com> accepted/tizen/20130710.221523@4e83e1b
+- Fix RPMLINT errors
+- Sync with tizen_2.2
+- Fix a memory leak in Deserializer
+- Update to use the aul api instead of app-manager
+- Remove the pid info in the hello message
+- Add to check the EXPORT_API define
+- Change the default visibility to hidden
+- Apply the secure logs
+- Update document
+- resetting manifest requested domain to floor
+- Change LOGD to LOGI
+- Change version to 2.2
+- Fix a prevent issue
+- Add an error-checking in write()
+- Fix an issue on registering the same port
+- Add a retry logic
+- Prevent fix
+- Update documents
+- Merge "Change to use bundle_encode_raw" into tizen_2.1
+- Change to use bundle_encode_raw
+- Add a debug pkg
+- remove message_port_unregister
+- Remove uninitialised bytes
+- Get appid from pid
+- Apply secure logs
+- Add an OnIpcServerDisconnected in IpcClient
+- Separate the metadata
+- Fix for 64 bit compatibility.
+- Move a cert check to channel-service
+- Merge from master
+- sync with master
+- Initial empty repository
+
index b9be824..b450765 100755 (executable)
@@ -2,8 +2,8 @@ Name:       message-port
 Summary:    Message Port library
 Version:       1.2.2.0
 Release:    1
-Group:         TO_BE/FILLED_IN
-License:    Apache License, Version 2.0
+Group:         Application Framework/Libraries
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1001:    message-port.manifest
 BuildRequires:  cmake
@@ -27,7 +27,7 @@ Message Port library
 
 %package devel
 Summary:  Message Port library (Development)
-Group:    TO_BE/FILLED_IN
+Group:    Application Framework/Development
 Requires: %{name} = %{version}-%{release}
 
 %description devel
@@ -49,10 +49,6 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 
 %make_install
-mkdir -p %{buildroot}/usr/share/license
-install LICENSE.APLv2  %{buildroot}/usr/share/license/%{name}
-
-%make_install
 
 %post -p /sbin/ldconfig
 
@@ -63,7 +59,7 @@ install LICENSE.APLv2  %{buildroot}/usr/share/license/%{name}
 %manifest %{name}.manifest
 %{_libdir}/libmessage-port.so.*
 %manifest message-port.manifest
-/usr/share/license/%{name}
+%license LICENSE.APLv2
 
 %files devel
 %manifest %{name}.manifest