summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/message-port.changes34
-rwxr-xr-xpackaging/message-port.spec12
2 files changed, 38 insertions, 8 deletions
diff --git a/packaging/message-port.changes b/packaging/message-port.changes
new file mode 100644
index 0000000..e0ad778
--- /dev/null
+++ b/packaging/message-port.changes
@@ -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
+
diff --git a/packaging/message-port.spec b/packaging/message-port.spec
index b9be824..b450765 100755
--- a/packaging/message-port.spec
+++ b/packaging/message-port.spec
@@ -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