|
|
|
@ -3,10 +3,12 @@
|
|
|
|
|
%global release_name Certified Server ARM Cinnamon KDE XFCE
|
|
|
|
|
%global major 9
|
|
|
|
|
%global minor 5
|
|
|
|
|
%global beta Beta
|
|
|
|
|
%global eol_date 2032-06-01
|
|
|
|
|
|
|
|
|
|
Name: sphere-release
|
|
|
|
|
Version: %{major}.%{minor}
|
|
|
|
|
Release: 0.4%{?dist}
|
|
|
|
|
Release: 0.4%{?dist}.1
|
|
|
|
|
Summary: %{distro} release files
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://msvsphere-os.ru
|
|
|
|
@ -374,6 +376,23 @@ else
|
|
|
|
|
ru_variant=$variant
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
# Definitions for /etc/os-release and for macros in macros.dist. These
|
|
|
|
|
# macros are useful for spec files where distribution-specific identifiers
|
|
|
|
|
# are used to customize packages.
|
|
|
|
|
|
|
|
|
|
# Name of vendor / name of distribution. Typically used to identify where
|
|
|
|
|
# the binary comes from in --help or --version messages of programs.
|
|
|
|
|
# Examples: gdb.spec, clang.spec
|
|
|
|
|
|
|
|
|
|
# URL of the homepage of the distribution
|
|
|
|
|
# Example: gstreamer1-plugins-base.spec
|
|
|
|
|
%global dist_home_url https://msvsphere-os.ru/
|
|
|
|
|
|
|
|
|
|
# Bugzilla / bug reporting URLs shown to users.
|
|
|
|
|
# Examples: gcc.spec
|
|
|
|
|
%global dist_bug_report_url https://bugs.msvsphere-os.ru/
|
|
|
|
|
|
|
|
|
|
cat > %{buildroot}%{_prefix}/lib/os-release.$variant << EOF
|
|
|
|
|
NAME="%{distro}"
|
|
|
|
|
VERSION="%{major}.%{minor}%{?beta: %{beta}} (${variant})"
|
|
|
|
@ -386,10 +405,14 @@ ANSI_COLOR="1;35"
|
|
|
|
|
LOGO="fedora-logo-icon"
|
|
|
|
|
CPE_NAME="cpe:/o:ncsd:msvsphere:%{major}::baseos"
|
|
|
|
|
VENDOR_NAME="LLC NCSD"
|
|
|
|
|
HOME_URL="%{dist_home_url}"
|
|
|
|
|
DOCUMENTATION_URL="https://docs.msvsphere-os.ru/"
|
|
|
|
|
BUG_REPORT_URL="%{dist_bug_report_url}"
|
|
|
|
|
|
|
|
|
|
MSVSPHERE_MANTISBT_PROJECT="%{distro}-%{major}"
|
|
|
|
|
MSVSPHERE_MANTISBT_PROJECT_VERSION="%{major}.%{minor}"
|
|
|
|
|
MSVSPHERE_PRETTY_NAME="МСВСфера %{major}.%{minor}%{?beta: %{beta}} ${ru_variant}"
|
|
|
|
|
SUPPORT_END=%{eol_date}
|
|
|
|
|
EOF
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
@ -612,6 +635,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 18 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.5-0.4.1
|
|
|
|
|
- Set Beta channel
|
|
|
|
|
- Added some msvsphere urls and EOL
|
|
|
|
|
|
|
|
|
|
* Sat Oct 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.5-0.4
|
|
|
|
|
- 9.5 Betta Release
|
|
|
|
|
|
|
|
|
|