summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSangyoon Jang <s89.jang@samsung.com>2015-06-01 17:23:11 +0900
committerSangyoon Jang <s89.jang@samsung.com>2015-06-05 15:20:21 +0900
commit640ca199c038e46f3a3300d81385a96da71bc176 (patch)
tree9d4fbb921ee1dfc1ea4e759704bc00087175944d /packaging
parentb7bf21d863c1178da807975147c00e70bcfe3dc4 (diff)
downloadappcore-agent-640ca199c038e46f3a3300d81385a96da71bc176.tar.gz
appcore-agent-640ca199c038e46f3a3300d81385a96da71bc176.tar.bz2
appcore-agent-640ca199c038e46f3a3300d81385a96da71bc176.zip
add doxygen header update doxygen comment Change-Id: If538a137380c41791796251537b4f1d6a4a541ea Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/appcore-agent.spec44
1 files changed, 17 insertions, 27 deletions
diff --git a/packaging/appcore-agent.spec b/packaging/appcore-agent.spec
index b01b574..cf705ff 100644
--- a/packaging/appcore-agent.spec
+++ b/packaging/appcore-agent.spec
@@ -1,44 +1,39 @@
Name: appcore-agent
-Version: 1.0
-Release: 0
+Version: 1.0.4
+Release: 1
License: Apache-2.0
-Summary: Agent Application basic
+Summary: Service Application basic
Group: Application Framework/Service
-Source0: appcore-agent-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
Source1001: appcore-agent.manifest
BuildRequires: cmake
-BuildRequires: sysman-devel
BuildRequires: pkgconfig(aul)
-BuildRequires: pkgconfig(capi-appfw-application)
+BuildRequires: pkgconfig(capi-appfw-app-control)
+BuildRequires: pkgconfig(capi-appfw-app-common)
+BuildRequires: pkgconfig(appcore-common)
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(pmapi)
-BuildRequires: pkgconfig(sysman)
BuildRequires: pkgconfig(vconf)
+BuildRequires: pkgconfig(vconf-internal-keys)
%description
-SLP agent application basic
+Service Application basic
%package devel
-Summary: Applocation Core Agent
+Summary: Application Core Agent
Group: Application Framework/Development
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
%description devel
-appcore agent (developement files)
-
-%package -n capi-appfw-service-application-devel
-Summary: service appliation
-Group: Development/Libraries
-Requires: appcore-agent-devel = %{version}-%{release}
-%description -n capi-appfw-service-application-devel
-service application (developement files)
+Service Application basic (development files)
%prep
%setup -q
cp %{SOURCE1001} .
%build
-%cmake .
+MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
+
+%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
%__make %{?_smp_mflags}
%install
@@ -52,19 +47,14 @@ cp %{SOURCE1001} .
%manifest %{name}.manifest
%license LICENSE
%defattr(-,root,root,-)
-%{_libdir}/libappcore-agent.so.1
-%{_libdir}/libappcore-agent.so.1.1
+%{_libdir}/libappcore-agent.so.*
%files devel
%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/appcore-agent.pc
-%{_libdir}/libappcore-agent.so
-%{_includedir}/appcore-agent/appcore-agent.h
-%{_includedir}/appcore-agent/service_app.h
-
-%files -n capi-appfw-service-application-devel
%{_libdir}/pkgconfig/capi-appfw-service-application.pc
%{_libdir}/libappcore-agent.so
%{_includedir}/appcore-agent/appcore-agent.h
%{_includedir}/appcore-agent/service_app.h
+%{_includedir}/appcore-agent/service_app_extension.h