summaryrefslogtreecommitdiff
path: root/packaging/syspopup.spec
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 18:05:21 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 18:05:21 +0300
commit39290dcf79708e5201a82e132a4d06beb02d1d33 (patch)
tree5d847219465588293bab82fb443aace39ce92dcd /packaging/syspopup.spec
parent99c3529e598bea21c911afd5c70efd54c04e5bde (diff)
downloadsyspopup-39290dcf79708e5201a82e132a4d06beb02d1d33.tar.gz
syspopup-39290dcf79708e5201a82e132a4d06beb02d1d33.tar.bz2
syspopup-39290dcf79708e5201a82e132a4d06beb02d1d33.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.103136accepted/tizen/20130710.221500
Diffstat (limited to 'packaging/syspopup.spec')
-rwxr-xr-xpackaging/syspopup.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/syspopup.spec b/packaging/syspopup.spec
index df75196..c1fb77e 100755
--- a/packaging/syspopup.spec
+++ b/packaging/syspopup.spec
@@ -5,6 +5,7 @@ Release: 1
Group: System/Libraries
License: Apache License, Version 2.0
Source0: syspopup-%{version}.tar.gz
+Source1001: syspopup.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(bundle)
@@ -50,6 +51,7 @@ syspopup-caller development package for popup
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%cmake . -DEXTRA_CFLAGS=-fPIC
@@ -74,7 +76,7 @@ touch %{buildroot}%{_datadir}/popup_noti_term
%postun caller -p /sbin/ldconfig
%files
-%manifest syspopup.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_datadir}/icons/default/small/org.tizen.syspopup-app.png
%{_bindir}/sp_test
@@ -88,6 +90,7 @@ touch %{buildroot}%{_datadir}/popup_noti_term
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/SLP_SYSPOPUP_PG.h
%{_includedir}/syspopup.h
@@ -95,11 +98,12 @@ touch %{buildroot}%{_datadir}/popup_noti_term
%{_libdir}/pkgconfig/syspopup.pc
%files caller
-%manifest syspopup-caller.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libsyspopup_caller.so.0.1.0
%files caller-devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libsyspopup_caller.so
%{_includedir}/syspopup_caller.h