From 737308cb0b5e6a8d24d7ffb0b244969b8bae3e9d Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Jan 24 2018 16:12:39 +0000 Subject: Cleanup spec file conditionals --- diff --git a/wordnet.spec b/wordnet.spec index 73b6246..e6582f8 100644 --- a/wordnet.spec +++ b/wordnet.spec @@ -1,6 +1,6 @@ Name: wordnet Version: 3.0 -Release: 30%{?dist} +Release: 31%{?dist} Summary: A lexical database for the English language Group: Applications/Text @@ -87,10 +87,10 @@ rm -rf include/tk libtoolize && aclocal autoupdate autoreconf -i -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} > 7 export CFLAGS="%{?optflags} -DUSE_INTERP_RESULT" export CXXFLAGS="%{?optflags} -DUSE_INTERP_RESULT" -%endif #0%{?fedora} >= 21 +%endif #0%{?fedora} >= 21 || 0%{?rhel} > 7 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/ make %{?_smp_mflags} @@ -138,6 +138,9 @@ rm -rf doc/{html,ps,pdf}/Makefile* %changelog +* Wed Jan 24 2018 Merlin Mathesius - 3.0-31 +- Cleanup spec file conditionals + * Thu Aug 03 2017 Fedora Release Engineering - 3.0-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild