Removed gcc dependency

This commit is contained in:
Takao Fujiwara 2018-03-09 20:31:37 +09:00
parent 2861755c8c
commit 2c2eb77af0
2 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,36 @@
From 63632150f0367898143f95726c2c514e63bdee33 Mon Sep 17 00:00:00 2001
From: fujiwarat <takao.fujiwara1@gmail.com>
Date: Fri, 9 Mar 2018 19:55:10 +0900
Subject: [PATCH] Remove gcc dependency
---
autogen.sh | 1 -
configure.ac | 5 -----
2 files changed, 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6c4c0e2..1cc8285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,6 @@ AC_CONFIG_MACRO_DIR([m4])
# Init automake.
AM_INIT_AUTOMAKE([1.11.1])
AM_MAINTAINER_MODE([enable])
-AC_GNU_SOURCE
# Support silent build rules. Disable
# by either passing --disable-silent-rules to configure or passing V=1
@@ -47,10 +46,6 @@ AM_SILENT_RULES([yes])
AC_PROG_INSTALL
AC_PROG_MAKE_SET
-# Define PACKAGE_VERSION_* variables.
-AM_DISABLE_STATIC
-LT_INIT
-
# OUTPUT files
AC_CONFIG_FILES([
Makefile
--
2.14.3

View File

@ -1,11 +1,17 @@
Name: cldr-emoji-annotation
Version: 32.90.0_1
Release: 1%{?dist}
Release: 2%{?dist}
# Annotation files are in Unicode license
Summary: Emoji annotation files in CLDR
License: LGPLv2+ and Unicode
URL: https://github.com/fujiwarat/cldr-emoji-annotation
Source0: https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/%{version}/%{name}-%{version}.tar.gz
#Patch0: %%{name}-HEAD.patch
#BuildRequires: autoconf
#BuildRequires: automake
Patch0: %{name}-HEAD.patch
BuildRequires: autoconf
BuildRequires: automake
BuildArch: noarch
%description
@ -26,6 +32,8 @@ when building programs that use cldr-annotations.
%autosetup
%build
#autoreconf -v -i
autoreconf -v -i
%configure
make %{?_smp_mflags}
@ -41,6 +49,9 @@ make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
%{_datadir}/pkgconfig/*.pc
%changelog
* Fri Mar 09 2018 Takao Fujiwara <tfujiwar@gmail.com> - 32.90.0_1-2
- Removed gcc dependency
* Wed Mar 07 2018 Takao Fujiwara <tfujiwar@gmail.com> - 32.90.0_1-1
- Integrated release-33-alpha