From 3592b045583d2f1e60a693ea0a504ac1ceba6610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 16 Aug 2018 10:45:30 +0100 Subject: [PATCH] drop libnumbertext-cxxflags.patch --- libnumbertext-cxxflags.patch | 11 ----------- libnumbertext.spec | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 libnumbertext-cxxflags.patch diff --git a/libnumbertext-cxxflags.patch b/libnumbertext-cxxflags.patch deleted file mode 100644 index f308d4c..0000000 --- a/libnumbertext-cxxflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libnumbertext-1.0.2/configure.ac -+++ libnumbertext-1.0.2/configure.ac -@@ -22,7 +22,7 @@ - - dnl Checks for typedefs, structures, and compiler characteristics. - AC_LANG([C++]) --CXXFLAGS='-Wall -std=c++11' -+CXXFLAGS="$CXXFLAGS -Wall -std=c++11" - - AC_CHECK_HEADERS([codecvt regex]) - diff --git a/libnumbertext.spec b/libnumbertext.spec index 7de4127..322b50e 100644 --- a/libnumbertext.spec +++ b/libnumbertext.spec @@ -9,8 +9,7 @@ Summary: Number to number name and money text conversion library License: (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA) URL: https://github.com/Numbertext/libnumbertext Source: https://github.com/Numbertext/libnumbertext/releases/download/1.0/libnumbertext-%{version}.tar.xz -Patch0: libnumbertext-cxxflags.patch -Patch1: libnumbertext-updateautotools.patch +Patch0: libnumbertext-updateautotools.patch BuildRequires: autoconf, automake, libtool, gcc-c++