Update package spec file for license
[platform/framework/web/wrt.git] / packaging / wrt.spec
index 5c3da42..cf385c6 100644 (file)
@@ -4,8 +4,8 @@
 %bcond_with multi_user
 
 Name:       wrt
-Summary:    Web runtime
-Version:    0.8.273
+Summary:    web runtime
+Version:    0.8.278
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -20,6 +20,7 @@ Source1001:   wrt.manifest
 BuildRequires:  cmake
 BuildRequires:  gettext
 BuildRequires:  edje-tools
+BuildRequires:  pkgconfig(ail)
 BuildRequires:  pkgconfig(aul)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(ewebkit2)
@@ -144,7 +145,7 @@ make %{?jobs:-j%jobs}
 %install
 mkdir -p %{buildroot}/usr/share/license
 cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
-cp LICENSE.Flora %{buildroot}/usr/share/license/%{name}
+cat LICENSE.Flora >> %{buildroot}/usr/share/license/%{name}
 %make_install
 
 ## wrt-launchpad-daemon #######################################################