summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 13:01:17 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 13:01:17 +0300
commit70a579284829f46a5e5c513d28374f30865e9aab (patch)
treed3629941b250912fcd319d3ee767a92bd252a77f
parent338634093132f0bcfb6e7980fff3295c23eb3a99 (diff)
downloadapp-core-70a579284829f46a5e5c513d28374f30865e9aab.tar.gz
app-core-70a579284829f46a5e5c513d28374f30865e9aab.tar.bz2
app-core-70a579284829f46a5e5c513d28374f30865e9aab.zip
-rw-r--r--app-core.manifest5
-rw-r--r--packaging/app-core.manifest5
-rw-r--r--packaging/app-core.spec8
3 files changed, 11 insertions, 7 deletions
diff --git a/app-core.manifest b/app-core.manifest
deleted file mode 100644
index 97e8c31..0000000
--- a/app-core.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/app-core.manifest b/packaging/app-core.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/app-core.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/app-core.spec b/packaging/app-core.spec
index 1264675..5223a83 100644
--- a/packaging/app-core.spec
+++ b/packaging/app-core.spec
@@ -6,6 +6,7 @@ Group: Application Framework
License: Apache License, Version 2.0
Source0: app-core-%{version}.tar.gz
Source101: packaging/core-efl.target
+Source1001: app-core.manifest
BuildRequires: pkgconfig(sensor)
BuildRequires: pkgconfig(vconf)
BuildRequires: pkgconfig(aul)
@@ -74,6 +75,7 @@ Application basics template
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%cmake . -DENABLE_GTK=OFF
@@ -101,24 +103,26 @@ install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user}
%files efl
-%manifest app-core.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libappcore-efl.so.*
%files efl-devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/appcore/appcore-efl.h
%{_libdir}/libappcore-efl.so
%{_libdir}/pkgconfig/appcore-efl.pc
%files common
-%manifest app-core.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libappcore-common.so.*
%{_unitdir_user}/core-efl.target
%{_unitdir_user}/core-efl.target.wants/
%files common-devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libappcore-common.so
%{_libdir}/pkgconfig/appcore-common.pc