summaryrefslogtreecommitdiff
path: root/packaging/capi-web-favorites.spec~
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/capi-web-favorites.spec~')
-rwxr-xr-xpackaging/capi-web-favorites.spec~54
1 files changed, 0 insertions, 54 deletions
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
-
-