Remove i18ninfo spec file 67/126567/1 accepted/tizen/unified/20170425.044932 submit/tizen/20170424.073737
authorHyunjee Kim <hj0426.kim@samsung.com>
Mon, 24 Apr 2017 07:30:55 +0000 (16:30 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Mon, 24 Apr 2017 07:31:29 +0000 (16:31 +0900)
Change-Id: I68513eaffb5547af050c2f7f39476cea5d309dd7
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/i18ninfo.spec [deleted file]

diff --git a/packaging/i18ninfo.spec b/packaging/i18ninfo.spec
deleted file mode 100755 (executable)
index 773a9c5..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-Name:       i18ninfo
-Summary:    The Base Utils Tool
-Version:    1.0.0
-Release:    1
-Group:      Base
-License:    Apache-2.0 and ICU
-Source0:    %{name}-%{version}.tar.gz
-BuildRequires:  cmake
-BuildRequires:  pkgconfig(capi-base-utils-i18n)
-
-%description
-The base utils library test tool
-
-%prep
-%setup -q
-
-%build
-pushd i18ninfo
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBIN_INSTALL_DIR:PATH=%{_bindir} -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \
-    -DPKG_NAME=%{name} -DPKG_VERSION=%{version}
-make %{?jobs:-j%jobs}
-popd
-
-%install
-#rm -rf %{buildroot}
-pushd i18ninfo
-%make_install
-popd
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/i18ninfo