Skip to content

Commit

Permalink
Updating spec file for RPM construction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Aug 20, 2020
1 parent 7a0d4ed commit df81c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recodex-broker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define short_name broker
%define version 1.3.1
%define unmangled_version 0edcf2bd83b651566a1bda4e17c9afa1ab7669df
%define release 2
%define release 3

%define spdlog_name spdlog
%define spdlog_version 0.13.0
Expand All @@ -27,7 +27,7 @@ Source0: https://github.com/ReCodEx/%{short_name}/archive/%{unmangled_version}.t
Source1: https://github.com/gabime/%{spdlog_name}/archive/v%{spdlog_version}.tar.gz#/%{spdlog_name}-%{spdlog_version}.tar.gz

%description
Backend part of ReCodEx programmer testing solution.
Middleware for ReCodEx code examiner, an educational application for evaluating programming assignments. The broker manages communication between frontend (core-api) and backend workers.

%prep
%setup -n %{short_name}-%{unmangled_version}
Expand Down

0 comments on commit df81c3e

Please sign in to comment.