Updates for F28+

Remove post/postun scriptlets
Rename python-sword to python2-sword
Add BR for gcc/g++
This commit is contained in:
Gregory Hellings 2018-02-18 14:14:35 -06:00
parent 5387c6fcc0
commit 513c5408bc
1 changed files with 8 additions and 8 deletions

View File

@ -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 <greg.hellings@gmail.com> - 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 <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* ???
- Renamed python-sword to python2-sword
* Mon Jan 08 2018 Greg Hellings <greg.hellings@gmail.com> - 1.8.1-1
- Upstream release 1.8.1
- Add check section