From 513c5408bcf97e4845c2b25039e9e9dc1efbf1e5 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Feb 18 2018 20:14:35 +0000 Subject: Updates for F28+ Remove post/postun scriptlets Rename python-sword to python2-sword Add BR for gcc/g++ --- diff --git a/sword.spec b/sword.spec index 8160c09..2e17451 100644 --- a/sword.spec +++ b/sword.spec @@ -2,7 +2,7 @@ Name: sword Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Free Bible Software Project License: GPLv2 URL: http://www.crosswire.org/sword/ @@ -18,6 +18,8 @@ BuildRequires: clucene-core-devel BuildRequires: cppunit-devel BuildRequires: swig BuildRequires: python-devel +BuildRequires: gcc +BuildRequires: g++ %description The SWORD Project is the CrossWire Bible Society's free Bible software @@ -93,10 +95,6 @@ mkdir -p %{buildroot}%{_datadir}/sword/modules find %{buildroot} -type f -name "*.la" -delete -print -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %check make tests @@ -142,12 +140,14 @@ make tests %{python2_sitearch}/sword-%{version}-py%{python2_version}.egg-info %changelog +* Sun Feb 18 2018 Gregory Hellings - 1.8.1-3 +- Remove post/postun for F28+ +- Rename python-sword to python2-sword +- Add BR for gcc/g++ per F28+ changes + * Fri Feb 09 2018 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -* ??? -- Renamed python-sword to python2-sword - * Mon Jan 08 2018 Greg Hellings - 1.8.1-1 - Upstream release 1.8.1 - Add check section