Rebuild for SOCI 4.0.0-rc2
This commit is contained in:
parent
16f1f1935d
commit
faa211e5aa
1 changed files with 8 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
Name: sevmgr
|
||||
Version: 1.00.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: C++ Simulation-Oriented Discrete Event Management Library
|
||||
|
||||
|
|
@ -11,6 +11,10 @@ License: LGPLv2+
|
|||
URL: http://github.com/airsim/%{name}
|
||||
Source0: https://github.com/airsim/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
# For some reason, as of November 2019, it does not compile on ARMv7hl
|
||||
# See https://koji.fedoraproject.org/koji/taskinfo?taskID=38769808
|
||||
ExcludeArch: armv7hl
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake, python3-devel
|
||||
BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel
|
||||
|
|
@ -105,6 +109,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-4
|
||||
- Rebuild for SOCI 4.0.0-rc2
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.00.4-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue