From 171598046036573289c1060a642b3e83a287e909 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 25 May 2020 11:30:56 +0200 Subject: [PATCH] New release --- RELEASE | 2 +- oss-pkg-MsOffice2016Standard.spec | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/RELEASE b/RELEASE index c227083..d00491f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0 \ No newline at end of file +1 diff --git a/oss-pkg-MsOffice2016Standard.spec b/oss-pkg-MsOffice2016Standard.spec index 079b12d..2dc042a 100644 --- a/oss-pkg-MsOffice2016Standard.spec +++ b/oss-pkg-MsOffice2016Standard.spec @@ -1,12 +1,12 @@ # -# Spec file for PACKAGE -# Copyright (c) YEAR Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved. +# Spec file for MsOffice2016Standard +# Copyright (c) 2020 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved. # -Name: oss-pkg-PACKAGE -Summary: Package to install PACKAGE on OSS-Clients -Version: VERSION -Release: RELEASE +Name: oss-pkg-MsOffice2016Standard +Summary: Package to install MsOffice2016Standard on OSS-Clients +Version: 16.0 +Release: 1 License: GPL-2.0 Vendor: Peter Varkoly and Helmuth Varkoly Packager: peter@varkoly.de @@ -21,7 +21,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install MsOffice2016Standard on OSS-Clients Authors: -------- @@ -36,10 +36,10 @@ Authors: %install -mkdir -p %{buildroot}/srv/salt/win/repo-ng/PACKAGE +mkdir -p %{buildroot}/srv/salt/win/repo-ng/MsOffice2016Standard mkdir -p %{buildroot}/srv/salt/packages/ -cp PACKAGE.sls %{buildroot}/srv/salt/packages/ -cp -a repo-ng/* %{buildroot}/srv/salt/win/repo-ng/PACKAGE +cp MsOffice2016Standard.sls %{buildroot}/srv/salt/packages/ +cp -a repo-ng/* %{buildroot}/srv/salt/win/repo-ng/MsOffice2016Standard %clean rm -rf %{buildroot} @@ -48,11 +48,11 @@ rm -rf %{buildroot} %post -/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"PACKAGE","manually":false,"description":"PACKAGE","softwareVersions":[{"version":"VERSION"}]}' +/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"MsOffice2016Standard","manually":false,"description":"MsOffice2016Standard","softwareVersions":[{"version":"16.0"}]}' %files %defattr(644,root,root) -/srv/salt/win/repo-ng/PACKAGE -/srv/salt/packages/PACKAGE.sls +/srv/salt/win/repo-ng/MsOffice2016Standard +/srv/salt/packages/MsOffice2016Standard.sls -- 2.43.0