X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fapp-core.spec;h=dc1799da41ecdd63442f6a572152e05773f3f111;hb=refs%2Fheads%2Ftizen_2.1;hp=ddb606c51c6324093bcd3ac48a842ed7e9bab313;hpb=ad38ef4dfd6765d8bf2509164d89bd2eca1f58b9;p=framework%2Fappfw%2Fapp-core.git diff --git a/packaging/app-core.spec b/packaging/app-core.spec index ddb606c..dc1799d 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -1,9 +1,8 @@ - Name: app-core Summary: Application basic Version: 1.2 -Release: 38 -Group: TO_BE/FILLED_IN +Release: 47 +Group: Application Framework License: Apache License, Version 2.0 Source0: app-core-%{version}.tar.gz Source101: packaging/core-efl.target @@ -13,14 +12,12 @@ BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(rua) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(sysman) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(ecore-x) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: cmake -BuildRequires: sysman-devel %description @@ -79,7 +76,7 @@ Application basics template %setup -q %build -CFLAGS="-I/usr/lib/glib-2.0/include/ -I/usr/include/glib-2.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/include/e_dbus-1 -I/usr/include/ethumb-0 -I/usr/include/edje-1 -I/usr/include/efreet-1 -I/usr/include/embryo-1 -I/usr/include/ecore-1 -I/usr/include/eet-1 -I/usr/include/evas-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina $(CFLAGS)" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DENABLE_GTK=OFF +%cmake . -DENABLE_GTK=OFF make %{?jobs:-j%jobs} @@ -87,8 +84,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install -install -d %{buildroot}%{_libdir}/systemd/user/core-efl.target.wants -install -m0644 %{SOURCE101} %{buildroot}%{_libdir}/systemd/user/ +install -d %{buildroot}%{_prefix}/lib/systemd/user/core-efl.target.wants +install -m0644 %{SOURCE101} %{buildroot}%{_prefix}/lib/systemd/user/ %post efl -p /sbin/ldconfig @@ -118,8 +115,8 @@ install -m0644 %{SOURCE101} %{buildroot}%{_libdir}/systemd/user/ %manifest app-core.manifest %defattr(-,root,root,-) %{_libdir}/libappcore-common.so.* -%{_libdir}/systemd/user/core-efl.target -%{_libdir}/systemd/user/core-efl.target.wants/ +%{_prefix}/lib/systemd/user/core-efl.target +%{_prefix}/lib/systemd/user/core-efl.target.wants/ %files common-devel %defattr(-,root,root,-)