From 10c26727e41e6bbd84f06222c9009b003fba72b7 Mon Sep 17 00:00:00 2001 From: Sangpyo Kim Date: Tue, 21 Aug 2012 18:01:53 +0900 Subject: [Title] Initial upload the favorites for tizen 2.0 [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Initial upload [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I38da8afbd7893e7c5a41224ac90b2458841ed806 --- packaging/capi-web-favorites.spec | 2 +- packaging/capi-web-favorites.spec~ | 54 -------------------------------------- 2 files changed, 1 insertion(+), 55 deletions(-) delete mode 100755 packaging/capi-web-favorites.spec~ (limited to 'packaging') 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 - - -- cgit v1.2.3