Add build dep on libxml-1.-1 26/3626/1 accepted/tizen/20130522.164623 submit/tizen/20130521.205048
authorRusty Lynch <rusty.lynch@intel.com>
Tue, 21 May 2013 20:24:48 +0000 (13:24 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Tue, 21 May 2013 20:49:51 +0000 (13:49 -0700)
packaging/osp-appfw.changes [new file with mode: 0644]
packaging/osp-appfw.spec
src/CMakeLists.txt

diff --git a/packaging/osp-appfw.changes b/packaging/osp-appfw.changes
new file mode 100644 (file)
index 0000000..339d808
--- /dev/null
@@ -0,0 +1,2 @@
+* Tue May 21 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130520.101503@1cb15e4
+- Add build dep on libxml-1.0
index 29febcc..feda830 100755 (executable)
@@ -5,9 +5,10 @@ Name:       osp-appfw
 Summary:    The App Framework library of OSP 
 Version:    1.2.1.0
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    Apache License, Version 2.0 or Flora
+Group:      Application Framework/Libraries
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+URL:        https://review.tizen.org/git/?p=platform/framework/native/appfw.git;a=summary
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(capi-appfw-application)
 BuildRequires:  pkgconfig(capi-appfw-app-manager)
@@ -39,6 +40,7 @@ BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libwbxml2)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(message-port)
 BuildRequires:  pkgconfig(minizip)
 BuildRequires:  pkgconfig(notification)
@@ -81,7 +83,7 @@ The App Framework library of OSP
 
 %package devel
 Summary:    The App Framework library of OSP (Development)
-Group:      TO_BE/FILLED_IN
+Group:      Development/Libraries
 Requires:   %{name} = %{version}-%{release}
 Requires: boost-devel
 Requires: pkgconfig(pkgmgr-info)
@@ -91,8 +93,8 @@ Requires: pkgconfig(capi-appfw-app-manager)
 The  App Framework library of OSP (DEV)
 
 %package internal-devel
-Summary:    osp app framework internel (Internal)
-Group:      TO_BE/FILLED_IN
+Summary:    OSP app framework internel (Internal)
+Group:      Development/Libraries
 Requires:   %{name} = %{version}-%{release}
 Requires: pkgconfig(capi-appfw-app-manager)
 
@@ -101,7 +103,7 @@ The App Framework library of OSP (Internal-DEV)
 
 %package debug
 Summary:    The App Framework library of OSP (Development)
-Group:      TO_BE/FILLED_IN
+Group:      Development/Tools
 Requires:   %{name} = %{version}-%{release}
 
 %description debug
index 5470392..590b982 100755 (executable)
@@ -20,6 +20,7 @@ pkg_check_modules(pkgs REQUIRED
        libpcre
        libsoup-2.4
        libwbxml2
+       libxml-2.0
        message-port
        minizip
        notification