From 2c2eb77af0b5e3c6c072e30b65cac22502d2a39c Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Fri, 9 Mar 2018 20:31:37 +0900 Subject: [PATCH] Removed gcc dependency --- cldr-emoji-annotation-HEAD.patch | 36 ++++++++++++++++++++++++++++++++ cldr-emoji-annotation.spec | 13 +++++++++++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 cldr-emoji-annotation-HEAD.patch diff --git a/cldr-emoji-annotation-HEAD.patch b/cldr-emoji-annotation-HEAD.patch new file mode 100644 index 0000000..155abc7 --- /dev/null +++ b/cldr-emoji-annotation-HEAD.patch @@ -0,0 +1,36 @@ +From 63632150f0367898143f95726c2c514e63bdee33 Mon Sep 17 00:00:00 2001 +From: fujiwarat +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 + diff --git a/cldr-emoji-annotation.spec b/cldr-emoji-annotation.spec index b61ea60..a906db0 100644 --- a/cldr-emoji-annotation.spec +++ b/cldr-emoji-annotation.spec @@ -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 - 32.90.0_1-2 +- Removed gcc dependency + * Wed Mar 07 2018 Takao Fujiwara - 32.90.0_1-1 - Integrated release-33-alpha