applied suggestions

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/clipscreen?expand=0&rev=2
This commit is contained in:
Adam Mizerski 2024-11-27 11:39:13 +00:00 committed by Git OBS Bridge
parent ced00b644f
commit 0bb3b011fc
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/splitbrain/clipscreen.git</param>
<param name="scm">git</param>
<param name="versionformat">0+git.%cd</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
<service name="set_version" mode="manual" />
</services>

View File

@ -42,7 +42,7 @@ screen. No need to share individual windows and having to switch between them,
just move any window you want to share into the green border.
%prep
%setup -q
%autosetup
cp %{SOURCE1} ./
%build