mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
OBS fix: include distribution tag in rpm filename
This commit is contained in:
parent
05fd08d32a
commit
58945803d7
1 changed files with 4 additions and 0 deletions
|
@ -29,7 +29,11 @@ Group: Graphics
|
|||
Group: Amusements/Graphics
|
||||
%endif
|
||||
Version: 0.83.2
|
||||
%if 0%{?opensuse_bs}
|
||||
Release: <CI_CNT>.<B_CNT>%{?dist}
|
||||
%else
|
||||
Release: 1%{?dist}
|
||||
%endif
|
||||
%if 0%{?mdkversion} || 0%{?rhel_version} || 0%{?fedora} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?mageia}
|
||||
License: GPLv2+
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue