From 79c7dab00775f359c1aea183f8372703f73154b8 Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 24 Apr 2017 16:30:55 +0900 Subject: [PATCH] Remove i18ninfo spec file Change-Id: I68513eaffb5547af050c2f7f39476cea5d309dd7 Signed-off-by: Hyunjee Kim --- packaging/i18ninfo.spec | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 packaging/i18ninfo.spec diff --git a/packaging/i18ninfo.spec b/packaging/i18ninfo.spec deleted file mode 100755 index 773a9c5..0000000 --- a/packaging/i18ninfo.spec +++ /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 -- 2.7.4