oss-pkg-Audacity.spec
+.DS_Store
+repo-ng/HASH.json
###############################################################################
# SLS: PACKAGE
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Author: Helmuth Varkoly
+# Authors: Helmuth Varkoly, Maximilian Grunow
#
-# Description: SLS to use with OSS's softwaremanagement
+# Description: SLS to use with Cranix's softwaremanagement
###############################################################################
PACKAGE:
pkg:
-Audacity 2.4.2
+Audacity 3.3.1
-Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
+Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
#
Name: oss-pkg-PACKAGE
-Summary: Package to install PACKAGE on OSS-Clients
+Summary: Package to install PACKAGE on Cranix-Clients
Version: VERSION
Release: RELEASE
License: GPL-2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Package to install PACKAGE on OSS-Clients
+Package to install PACKAGE on Cranix-Clients
Authors:
--------
helmuth@varkoly.de
peter@varkoly.de
+ maximilian@grunow.at
%prep
%defattr(644,root,root)
/srv/salt/win/repo-ng/PACKAGE
/srv/salt/packages/PACKAGE.sls
-
-
###############################################################################
# SLS: Audacity
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Authors: Helmuth Varkoly
+# Authors: Helmuth Varkoly, Maximilian Grunow
#
# Description: Package SLS
###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
{% set LOG_PATH = 'C:\\salt\\var\\log' %}
Audacity:
- '2.4.2':
- full_name: 'Audacity 2.4.2'
- installer: salt://win/repo-ng/Audacity/audacity-win-2.4.2.exe
- {% if ARCH == 'x64' %}
- uninstaller: '%PROGRAMFILES(x86)%\Audacity\unins000.exe'
- {% else %}
+ '3.3.1':
+ full_name: 'Audacity 3.3.1'
+ installer: salt://win/repo-ng/Audacity/audacity-win-3.3.1.exe
uninstaller: '%PROGRAMFILES%\Audacity\unins000.exe'
{% endif %}
install_flags: '/sp- /verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'