update for beta universally
authorYan Yin <yan.yin@intel.com>
Wed, 14 Mar 2012 06:01:54 +0000 (14:01 +0800)
committerYan Yin <yan.yin@intel.com>
Wed, 14 Mar 2012 06:01:54 +0000 (14:01 +0800)
packaging/elm-webview.spec

index 10a5747..b2e61ef 100644 (file)
@@ -1,19 +1,23 @@
 Name:       elm-webview
 Summary:    Elementary webkit widget 
-Version:    1.0.126
+Version:    1.0.186
 Release:    1
 Group:      libdevel
-License:    TO_BE_FILLED
-URL:        N/A
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
-BuildRequires:  pkgconfig(elementary)
-BuildRequires:  pkgconfig(appcore-efl)
-BuildRequires:  pkgconfig(ewebkit)
-BuildRequires:  pkgconfig(ui-gadget)
-BuildRequires:  pkgconfig(bundle)
-BuildRequires:  pkgconfig(utilX)
-BuildRequires:  pkgconfig(dlog)
-BuildRequires:  pkgconfig(gnutls)
+BuildRequires: pkgconfig(appcore-efl)
+BuildRequires: pkgconfig(dlog)
+BuildRequires: pkgconfig(ecore)
+BuildRequires: pkgconfig(ecore-imf)
+BuildRequires: pkgconfig(ecore-input)
+BuildRequires: pkgconfig(ecore-x)
+BuildRequires: pkgconfig(edje)
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(ewebkit)
+BuildRequires: pkgconfig(ui-gadget)
+BuildRequires: pkgconfig(utilX)
+BuildRequires: pkgconfig(gnutls)
 BuildRequires:  cmake
 
 
@@ -39,20 +43,17 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 make %{?jobs:-j%jobs}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
-%post devel -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 
-%postun devel -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %{_bindir}/*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc