not sure this works ...

This commit is contained in:
2026-07-21 13:39:34 +02:00
parent 584adc0eda
commit f4b478ced4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ jobs:
run: |
# SPEC=$(firstword $(wildcard *.spec))
# rpmdev-setuptree _build
spectool --get-files epics_launcher.spec
# rpmbuild --define '_topdir $(CURDIR)/_build' --define '_sourcedir $(CURDIR)' -bb $(SPEC)
rpmbuild -bb epics_launcher.spec
# spectool --get-files epics_launcher.spec
rpmbuild --define '_sourcedir $(pwd)' -bb epics_launcher.spec
# rpmbuild -bb epics_launcher.spec
- name: Publish RPM package
run: |
+1 -1
View File
@@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: Standard PSI launcher application
License: Open Source
URL: https://gitea.psi.ch/ctrl_packages/epics_launcher
Source0: https://gitea.psi.ch/ctrl_packages/epics_launcher/archive/v%{version}.tar.gz
# Source0: https://gitea.psi.ch/ctrl_packages/epics_launcher/archive/v%{version}.tar.gz
# PAtch0: setup.py.patch
BuildRequires: python3-setuptools