Skip to content

Commit

Permalink
Add new 4.0 dependencies to RPM spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
rderooy committed Sep 2, 2023
1 parent 4bde11c commit ff56469
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/unix/assets/86Box.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# After a successful build, you can install the RPMs as follows:
# sudo dnf install RPMS/$(uname -m)/86Box-3* RPMS/noarch/86Box-roms*

%global romver 3.11
%global romver 4.0

Name: 86Box
Version: 4.0
Expand All @@ -27,11 +27,14 @@ Source1: https://github.com/86Box/roms/archive/refs/tags/v%{romver}.zip
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: fluidsynth-devel
BuildRequires: freetype-devel
BuildRequires: gcc-c++
BuildRequires: libFAudio-devel
BuildRequires: libappstream-glib
BuildRequires: libatomic
BuildRequires: libevdev-devel
BuildRequires: libslirp-devel
BuildRequires: libxkbcommon-x11-devel
BuildRequires: libXi-devel
BuildRequires: ninja-build
Expand Down Expand Up @@ -118,5 +121,5 @@ popd
%{_datadir}/%{name}/roms

%changelog
* Tue Feb 28 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.0-1
* Sat Aug 26 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.0-1
- Bump release

0 comments on commit ff56469

Please sign in to comment.