find $(REPO)/noarch -name "oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm" -exec rm {} \;
mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
echo $(NRELEASE) > RELEASE
- git commit -a -m "New release"
- git push
+# git commit -a -m "New release"
+# git push
createrepo $(REPO)
Name: oss-pkg-PhotoScape
Summary: Package to install PhotoScape on OSS-Clients
Version: 3.7
-Release: 1
+Release: 2
License: GPL-2.0
Vendor: Peter Varkoly and Helmuth Varkoly
Packager: peter@varkoly.de
PhotoScape:
'3.7':
full_name: 'PhotoScape'
- installer: salt://win/repo-ng/Photoscape/install.bat
+ installer: salt://win/repo-ng/PhotoScape/install.bat
install_flags: '/S'
uninstaller: '%programfiles(x86)%\Photoscape\uninstall.exe'
uninstall_flags: '/S'
@echo off
cd %~dp0
-./PhotoScapeSetup_V3.7.exe /S
+PhotoScapeSetup_V3.7.exe /S
reg add HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\PhotoScape /v DisplayVersion /d "3.7" /F