summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 13:34:33 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 13:34:33 +0900
commit9a9443b5241c0a9195098ba2493becd0a871c8c7 (patch)
tree965f10f6897c25898dae9747cf48bc81081ae5f8
parent2de29d41b87172ec6a039f681658357b74f45ba8 (diff)
downloadheynoti-tizen_2.3.tar.gz
heynoti-tizen_2.3.tar.bz2
heynoti-tizen_2.3.zip
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--heynoti.manifest3
-rw-r--r--packaging/heynoti.spec15
3 files changed, 8 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db58bb8..93c9ae5 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,5 +63,5 @@ FOREACH(hfile ${HEADERS})
ENDFOREACH(hfile)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/SLP_Heynoti_PG.h DESTINATION include/${PROJECT_NAME})
-ADD_SUBDIRECTORY(test)
+#ADD_SUBDIRECTORY(test)
diff --git a/heynoti.manifest b/heynoti.manifest
index 97e8c31..7b2dd11 100644
--- a/heynoti.manifest
+++ b/heynoti.manifest
@@ -2,4 +2,7 @@
<request>
<domain name="_"/>
</request>
+ <assign>
+ <filesystem path="/usr/bin/heynotitool" exec_label="none" />
+ </assign>
</manifest>
diff --git a/packaging/heynoti.spec b/packaging/heynoti.spec
index 8171ba2..3c517fc 100644
--- a/packaging/heynoti.spec
+++ b/packaging/heynoti.spec
@@ -2,25 +2,21 @@
Name: heynoti
Summary: HEY (ligHt Easy speedy) notification library
Version: 0.0.2
-Release: 43
+Release: 45
Group: System/Libraries
License: Apache License, Version 2.0
Source0: %{name}-%{version}.tar.gz
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
-
BuildRequires: cmake
-
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(ecore)
-
+#BuildRequires: pkgconfig(ecore)
%description
lightweight notification library, service APIs
-
%package devel
Summary: Notification library
Group: Development/Libraries
@@ -30,15 +26,12 @@ Requires: heynoti
%description devel
heynoti API (devel)
-
%prep
%setup -q
-
%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE="Debug"
-
make %{?jobs:-j%jobs}
%install
@@ -46,7 +39,7 @@ rm -rf %{buildroot}
%make_install
mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
+install LICENSE %{buildroot}/usr/share/license/%{name}
%post
/sbin/ldconfig
@@ -55,7 +48,6 @@ chmod 1755 /opt/share/noti
%postun -p /sbin/ldconfig
-
%files
%manifest heynoti.manifest
%defattr(-,root,root,-)
@@ -70,3 +62,4 @@ chmod 1755 /opt/share/noti
%{_includedir}/heynoti/heynoti.h
%{_libdir}/pkgconfig/heynoti.pc
%{_libdir}/libheynoti.so
+