Name: browser-provider
Summary: sync in background.
-Version: 1.8.3
+Version: 2.0.0
Release: 1
Group: Development/Libraries
License: Apache-2.0
%define _databasedir %{_data_install_path}/database
%define _notifydir %{_data_install_path}/notify
%define _ipc_socket /tmp/.browser-provider.sock
-%define _license_path /usr/share/license
%define _cloud_pdm_server /usr/bin/cloud-pdm-server
%define upgrade_script_path /usr/share/upgrade/scripts
-DPKG_NAME=%{name} \\\
-DPKG_VERSION=%{version} \\\
-DPKG_RELEASE=%{release} \\\
- -DPKG_LICENSE_PATH:PATH=%{_license_path} \\\
-DCLOUD_PDM_SERVER:PATH=%{_cloud_pdm_server} \\\
-DPROVIDER_DIR:PATH=%{_data_install_path} \\\
-DDATABASE_DIR:PATH=%{_databasedir} \\\
%{_libdir}/libcapi-web-tab.so.0
%{_libdir}/libcapi-web-history.so.%{version}
%{_libdir}/libcapi-web-history.so.0
-%{_license_path}/%{name}
%manifest %{name}.manifest
%{_unitdir}/browser-provider.service
%{_unitdir}/browser-provider.socket
%{_libdir}/pkgconfig/tab-adaptor.pc
%{_libdir}/pkgconfig/history-adaptor.pc
+%license LICENSE.APLv2
+
%changelog
* Tue Jun 11 2013 Kwangmin Bang <justine.bang@samsung.com>
- enable systemd and prevent to be launched repeatedly