Browse Source

package/rpm: add distribution suffix to release version.

next
Igal Alkon 1 week ago committed by Vladimír Vondruš
parent
commit
41fa558e17
  1. 4
      package/rpm/build.sh
  2. 2
      package/rpm/magnum.spec

4
package/rpm/build.sh

@ -6,8 +6,8 @@
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
# 2020, 2021, 2022, 2023, 2024, 2025, 2026
# Vladimír Vondruš <mosra@centrum.cz>
# Copyright © 2018, 2020, 2021, 2022, 2023, 2024
# Igal Alkon <igal.alkon@gmail.com>
# Copyright © 2018, 2020, 2021, 2022, 2023, 2024, 2026
# Igal Alkon <igal@alkontek.com>
# Copyright © 2021 1b00 <1b00@pm.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
package/rpm/magnum.spec

@ -1,7 +1,7 @@
Name: magnum
URL: http://magnum.graphics
Version: 2020.06.2972.g8b832382a
Release: 1
Release: 1%{?dist}
Summary: C++11 graphics middleware for games and data visualization
License: MIT
Source: %{name}-%{version}.tar.gz

Loading…
Cancel
Save