diff options
author | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-08-21 18:01:53 +0900 |
---|---|---|
committer | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-08-21 18:01:53 +0900 |
commit | 10c26727e41e6bbd84f06222c9009b003fba72b7 (patch) | |
tree | b73f6cf3f2f16ee15bd17e75ed74d248cd0c5ab2 /packaging | |
parent | e457b7228f124ad064faa8168584f0cdd7e32773 (diff) | |
download | favorites-master.tar.gz favorites-master.tar.bz2 favorites-master.zip |
[Title] Initial upload the favorites for tizen 2.0HEADsubmit/master/20120920.1510242.0_alphamaster2.0alpha
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Initial upload
[Team] Browser UI
[Developer] sangpyo7.kim
[Request] N/A
Change-Id: I38da8afbd7893e7c5a41224ac90b2458841ed806
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/capi-web-favorites.spec | 2 | ||||
-rwxr-xr-x | packaging/capi-web-favorites.spec~ | 54 |
2 files changed, 1 insertions, 55 deletions
diff --git a/packaging/capi-web-favorites.spec b/packaging/capi-web-favorites.spec index e569467..904f6fa 100755 --- a/packaging/capi-web-favorites.spec +++ b/packaging/capi-web-favorites.spec @@ -1,6 +1,6 @@ Name: capi-web-favorites Summary: Internet bookmark and history API -Version: 0.0.3 +Version: 0.0.1 Release: 1 Group: TO_BE/FILLED_IN License: TO BE FILLED IN diff --git a/packaging/capi-web-favorites.spec~ b/packaging/capi-web-favorites.spec~ deleted file mode 100755 index 904f6fa..0000000 --- a/packaging/capi-web-favorites.spec~ +++ /dev/null @@ -1,54 +0,0 @@ -Name: capi-web-favorites -Summary: Internet bookmark and history API -Version: 0.0.1 -Release: 1 -Group: TO_BE/FILLED_IN -License: TO BE FILLED IN -Source0: %{name}-%{version}.tar.gz -BuildRequires: cmake -BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(db-util) -BuildRequires: pkgconfig(evas) -BuildRequires: pkgconfig(capi-base-common) -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig - -%description - - -%package devel -Summary: Internet Bookmark and History in Tizen Native API (Development) -Group: TO_BE/FILLED_IN -Requires: %{name} = %{version}-%{release} - -%description devel - - - -%prep -%setup -q - - -%build -cmake . -DCMAKE_INSTALL_PREFIX=/usr - - -make %{?jobs:-j%jobs} - -%install -rm -rf %{buildroot} -%make_install - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%files -%{_libdir}/libcapi-web-favorites.so - -%files devel -%{_includedir}/web/*.h -%{_libdir}/pkgconfig/*.pc - - |