Set CMake project language to C
This commit is contained in:
parent
cb7271f95c
commit
14c1eea77c
2 changed files with 43 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ BuildRequires: check-devel
|
|||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: git-core
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: libreport-devel
|
||||
BuildRequires: rpm-devel
|
||||
|
|
@ -24,6 +25,8 @@ BuildRequires: systemd-devel
|
|||
|
||||
Requires: abrt
|
||||
|
||||
Patch0001: 0001-CMakeLists.txt-Complete-project-call.patch
|
||||
|
||||
%description
|
||||
JNI library providing an agent capable to process both caught and uncaught
|
||||
exceptions and transform them to ABRT problems.
|
||||
|
|
@ -41,7 +44,7 @@ This package contains only minimal set of files needed for container exception
|
|||
logging.
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}-%{commit}
|
||||
%autosetup -n %{name}-%{commit}
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -94,6 +97,7 @@ make test || {
|
|||
%changelog
|
||||
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.3-1
|
||||
- Fix stack traces not being logged in journald
|
||||
- Set project language to C to avoid looking for a C++ compiler
|
||||
|
||||
* Fri Feb 07 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.1.2-4
|
||||
- Rebuild for satyr 0.30
|
||||
|
|
|
|||
Reference in a new issue